Age | Commit message (Expand) | Author |
2017-11-14 | self-ping: rename option from 'delay' to 'interval' | Georg Lukas |
2017-11-12 | Replace italics with reversed when the curses module is too old to support it. | Emmanuel Gil Peyrot |
2017-11-12 | Move definition of CCG_PALETTE to Theme object | Jonas Wielicki |
2017-11-12 | Fix ranges for ncurses to rgb conversion | Jonas Wielicki |
2017-11-12 | Add support for XEP-0392 (Consistent Color Generation) | Jonas Wielicki |
2017-11-12 | Remove unused variables | mathieui |
2017-11-12 | Fix list alignment in theming.py | mathieui |
2017-11-12 | yapf -ir | mathieui |
2017-11-12 | Fix the bookmarks management window | mathieui |
2017-10-23 | Include the JID blocked instead of "Contact" | Kim Alvefur |
2017-10-18 | Check whether curses.A_ITALIC exists, fixes a traceback on <em/> on Python < ... | Emmanuel Gil Peyrot |
2017-10-15 | Always refresh the MUC when setting or unsetting a user color | mathieui |
2017-10-14 | Fix #3316 (normal private messages in MUC do not open a private tab) | mathieui |
2017-10-14 | Fix a traceback when creating a conversation tab | mathieui |
2017-10-14 | Add support for italic on ^Ci. | Emmanuel Gil Peyrot |
2017-10-14 | Add an option to disable CSS parsing. | Emmanuel Gil Peyrot |
2017-10-14 | Add a refresh wrapper on the methods for scrolling the userlist | mathieui |
2017-10-14 | Use _ for unused arguments in tuple assignment | mathieui |
2017-10-14 | Fix a bad indentation | mathieui |
2017-10-14 | Make remaining log.error/debug lazy | mathieui |
2017-10-14 | Remove use of deprecated base64.encodestring method | mathieui |
2017-10-14 | Do not call poezio commands when we can call methods | mathieui |
2017-10-14 | Split the muctab recolor code | mathieui |
2017-10-14 | Split command_topic in muctab | mathieui |
2017-10-14 | Split command_info in muctab | mathieui |
2017-10-14 | Fix error presence handling | mathieui |
2017-10-14 | Refactor nick and affiliation changes | mathieui |
2017-10-14 | Reformat muctab | mathieui |
2017-10-14 | Remove unused is_muc property | mathieui |
2017-10-14 | Remove some unused imports | mathieui |
2017-10-14 | Split command declaration from init in muctab | mathieui |
2017-10-13 | Fix the last pylint error (do not set the roster contact filter to None) | mathieui |
2017-10-13 | Clean the presence buffer whenever we leave the room | mathieui |
2017-10-13 | Fix more pylint errors | mathieui |
2017-10-13 | Improve some bare or redundant excepts | mathieui |
2017-10-13 | Stop /win at the first tab found | mathieui |
2017-10-13 | Change tab search behavior to select first matching tab, and cycle back the l... | Maxime “pep” Buquet |
2017-10-12 | Fix some excepts (bare, useless, unused) | mathieui |
2017-10-12 | Set a default (noop) callback for Input.on_input instead of None | mathieui |
2017-10-12 | Actually fix what the previous commit should have fixed | mathieui |
2017-10-12 | Fix a pylint complaint | mathieui |
2017-10-11 | Rename the self-command function to self_ and keep language semantics | mathieui |
2017-10-11 | Handle PresenceError correctly | mathieui |
2017-10-11 | Narrow the scope of a try/except | mathieui |
2017-10-11 | Fix #3338 (cycle tabs with /w foo instead of picking the first) | mathieui |
2017-10-11 | Fix #3339 (pure python poopt fails on multiline messages) | mathieui |
2017-10-11 | Set enable_avatars to false until the colors issue is fixed | mathieui |
2017-10-10 | Avoid an exception when we receive a presence from unknown nicks | mathieui |
2017-10-10 | Fix #3190 (TOFU the SPKI hash and not the whole cert) | mathieui |
2017-10-10 | Micro-optimize MUC presence handling | mathieui |