summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-31Partially revert a9008d38365c79deef74c3322b152dbedc193fd0, stop pinning slixmpp.Emmanuel Gil Peyrot
2018-03-31Import TemporaryFile in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the subprocess module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the os module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Return 2 on exit when Python.h is missing.Emmanuel Gil Peyrot
2018-03-31Abort if Python.h isn’t found.Emmanuel Gil Peyrot
Fixes #3254.
2018-03-31Remove unused import.Emmanuel Gil Peyrot
2018-03-31Use slixmpp’s new cache module for avatars too.Emmanuel Gil Peyrot
2018-03-31Use the new slixmpp filesystem cache to store caps.Emmanuel Gil Peyrot
2018-03-14Factorise the /version callback and make it handle errorsEmmanuel Gil Peyrot
Fixes #3376.
2018-03-12Add a “name” column to /bookmarks.Emmanuel Gil Peyrot
2018-03-11upload plugin: Don’t insert invalid URL after HTTP upload failed.Emmanuel Gil Peyrot
2018-03-09Add a check for slixmpp xep_0363 plugin.Emmanuel Gil Peyrot
2018-03-08Add HTTP File Upload support.Emmanuel Gil Peyrot
2018-02-20Update documentation (& formatting)mathieui
- nick colors are not random by default - /close is a useful command
2018-02-11Fix the nick conflict codemathieui
also yapf -rip
2018-02-11Remove the """smart""" command completionmathieui
2018-01-25Use refresh_input in core.information() to avoid traceback.Emmanuel Gil Peyrot
2018-01-25Fix typography in the default config.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
Also display the border according to the theme.
2018-01-25Use full-blocks by default for images.Emmanuel Gil Peyrot
This prevents bugs in some terminals.
2018-01-16Use refresh_input in process_presence_buffer to avoid tracebackMaxime “pep” Buquet
2018-01-16yapf -ripmathieui
2018-01-16Include the yapf diff in gitlab-ci outputmathieui
unfortunately, I’m lazy and it's easier to run the job twice
2018-01-16Current tab input is refreshed on kick/ban even when it does not existmathieui
leading to tracebacks and shenanigans
2018-01-14Fix binary openingmathieui
2018-01-13Fix gitlab-ci yamlmathieui
2018-01-13Add a gitlab-ci yapf checkmathieui
2018-01-13yapf -irmathieui
2018-01-13Enforce HOME, TERM, and PATH env vars when runningmathieui
Instead of showing an ugly traceback
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
Acks were asked for and received, but /xhtml was bad
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
Fixes #3365
2017-12-27Test all known python versions in travaismathieui
2017-12-20Set bookmark_on_join default value to falsemathieui
too many pitfalls
2017-12-19disco plugin: Fix traceback on unknown FORM_TYPE.Emmanuel Gil Peyrot
2017-12-19Add documentation for /disco.Emmanuel Gil Peyrot
2017-12-19Add a disco#info plugin, /disco.Emmanuel Gil Peyrot
2017-12-01Build after testing, and not the oppositemathieui
2017-11-28Do not use the /join interface on nickname conflictmathieui
Therefore do not add bookmarks while doing this, it is wrong.
2017-11-28Pin requirements and update dependenciesmathieui
2017-11-28Merge branch 'feature/xep0392-based-on-nickname' of ↵mathieui
https://github.com/horazont/poezio
2017-11-28XEP-0392 MUC: re-color users on nickname changeJonas Wielicki
2017-11-27Update documentationmathieui
2017-11-26XEP-0392 MUC: Base User color solely on nicknameJonas Wielicki