summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2018-02-20Update documentation (& formatting)mathieui
2018-02-11Fix the nick conflict codemathieui
2018-02-11Remove the """smart""" command completionmathieui
2018-01-25Use refresh_input in core.information() to avoid traceback.Emmanuel Gil Peyrot
2018-01-25Check that avatar sha1 is consistent with the hash.Emmanuel Gil Peyrot
2018-01-25Fix caching newer avatars.Emmanuel Gil Peyrot
2018-01-25Optimise the half-block codepath slightly.Emmanuel Gil Peyrot
2018-01-25Fix blinking in ImageWin.Emmanuel Gil Peyrot
2018-01-25Use full-blocks by default for images.Emmanuel Gil Peyrot
2018-01-16Use refresh_input in process_presence_buffer to avoid tracebackMaxime “pep” Buquet
2018-01-16yapf -ripmathieui
2018-01-16Current tab input is refreshed on kick/ban even when it does not existmathieui
2018-01-14Fix binary openingmathieui
2018-01-13yapf -irmathieui
2018-01-13Enforce HOME, TERM, and PATH env vars when runningmathieui
2018-01-13Open and write logs and config files in utf-8mathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-12-27Fix #3354 (wrong formatting for /code messages)mathieui
2017-12-27Fix #3361 (/correct [tab][tab] breaks the line)mathieui
2017-12-27Do not show a message as bounced if it was acked by a clientmathieui
2017-12-20Set bookmark_on_join default value to falsemathieui
2017-11-28Do not use the /join interface on nickname conflictmathieui
2017-11-28XEP-0392 MUC: re-color users on nickname changeJonas Wielicki
2017-11-26XEP-0392 MUC: Base User color solely on nicknameJonas Wielicki
2017-11-24Remove bogus checks for resource features.Emmanuel Gil Peyrot
2017-11-24config: Switch the default for show_muc_jid from True to False.Emmanuel Gil Peyrot
2017-11-24bookmarks: Set the bookmark name to the localpart.Emmanuel Gil Peyrot
2017-11-24muctab: Display the bookmark name when available, instead of the localpart.Emmanuel Gil Peyrot
2017-11-23Update the documentation to reflect the removal of features.Emmanuel Gil Peyrot
2017-11-23Remove all remote_wants_chatstates logic, keep the stubs.Emmanuel Gil Peyrot
2017-11-23Remove resource locking in DynamicConversationTab.Emmanuel Gil Peyrot
2017-11-23Include MUCs in /presence autocompletion.Emmanuel Gil Peyrot
2017-11-23Add an autojoined bookmark on /join.Emmanuel Gil Peyrot
2017-11-22Fix the case when we receive an unavailable presence while joiningmathieui
2017-11-21Refactor logger.py to make it more testablemathieui
2017-11-14Make italics workmathieui
2017-11-14yapf -irEmmanuel Gil Peyrot
2017-11-14self-ping: add 'timeout' option for ping responseGeorg Lukas
2017-11-14self-ping: rename option from 'delay' to 'interval'Georg Lukas
2017-11-12Replace italics with reversed when the curses module is too old to support it.Emmanuel Gil Peyrot
2017-11-12Move definition of CCG_PALETTE to Theme objectJonas Wielicki
2017-11-12Fix ranges for ncurses to rgb conversionJonas Wielicki
2017-11-12Add support for XEP-0392 (Consistent Color Generation)Jonas Wielicki
2017-11-12Remove unused variablesmathieui
2017-11-12Fix list alignment in theming.pymathieui
2017-11-12yapf -irmathieui
2017-11-12Fix the bookmarks management windowmathieui
2017-10-23Include the JID blocked instead of "Contact"Kim Alvefur
2017-10-18Check whether curses.A_ITALIC exists, fixes a traceback on <em/> on Python < ...Emmanuel Gil Peyrot
2017-10-15Always refresh the MUC when setting or unsetting a user colormathieui