Age | Commit message (Expand) | Author |
2017-11-14 | Make italics work | mathieui |
2017-11-14 | yapf -ir | Emmanuel Gil Peyrot |
2017-11-14 | self-ping: add 'timeout' option for ping response | Georg Lukas |
2017-11-14 | self-ping: rename option from 'delay' to 'interval' | Georg Lukas |
2017-11-13 | Fix a typo in the docs | mathieui |
2017-11-12 | Replace italics with reversed when the curses module is too old to support it. | Emmanuel Gil Peyrot |
2017-11-12 | Show support for 0392 | mathieui |
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 xhtml tests, and add tests with css disabled | 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 | Improve the poopt test | 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 |