Age | Commit message (Expand) | Author |
2018-07-01 | Replace information_popup_type_filter occurences with correct naming | Maxime “pep” Buquet |
2018-06-28 | Factorise code in logger. | Emmanuel Gil Peyrot |
2018-06-28 | Reintroduce the concept of resource, but named device_id and generated. | Emmanuel Gil Peyrot |
2018-06-28 | Replace the '%s' % var pattern with str(var). | Emmanuel Gil Peyrot |
2018-06-07 | Add a check for Unicode support. | Emmanuel Gil Peyrot |
2018-05-31 | MUC-PM: bare-JID messages can't be PMs | Georg Lukas |
2018-05-23 | Merge remote-tracking branch 'lab/master' | louiz’ |
2018-05-22 | Fix traceback introduced in aa816640a8531889e5ee2dac14ccb8dad5cbc055. | Emmanuel Gil Peyrot |
2018-05-16 | Cancel a paused chatstate after 30s. | Emmanuel Gil Peyrot |
2018-05-14 | config: Add DATA_DIR global constant | Maxime “pep” Buquet |
2018-05-14 | config: Reject relative XDG basedir paths. | Emmanuel Gil Peyrot |
2018-05-14 | config: Use lowercase for local variables. | Emmanuel Gil Peyrot |
2018-04-25 | Fetch all MUC history on first join | Maxime “pep” Buquet |
2018-04-01 | Sent Carbon: handle MUC-PMs properly. Fix #3294 | Georg Lukas |
2018-04-01 | MUC-PM handler: support 'sent' messages (for Carbons) | Georg Lukas |
2018-03-31 | Remove unused import. | Emmanuel Gil Peyrot |
2018-03-31 | Use slixmpp’s new cache module for avatars too. | Emmanuel Gil Peyrot |
2018-03-31 | Use the new slixmpp filesystem cache to store caps. | Emmanuel Gil Peyrot |
2018-03-14 | Factorise the /version callback and make it handle errors | Emmanuel Gil Peyrot |
2018-03-12 | Add a “name” column to /bookmarks. | Emmanuel Gil Peyrot |
2018-03-08 | Add HTTP File Upload support. | Emmanuel Gil Peyrot |
2018-02-20 | Update documentation (& formatting) | mathieui |
2018-02-11 | Fix the nick conflict code | mathieui |
2018-02-11 | Remove the """smart""" command completion | mathieui |
2018-01-25 | Use refresh_input in core.information() to avoid traceback. | Emmanuel Gil Peyrot |
2018-01-25 | Check that avatar sha1 is consistent with the hash. | Emmanuel Gil Peyrot |
2018-01-25 | Fix caching newer avatars. | Emmanuel Gil Peyrot |
2018-01-25 | Optimise the half-block codepath slightly. | Emmanuel Gil Peyrot |
2018-01-25 | Fix blinking in ImageWin. | Emmanuel Gil Peyrot |
2018-01-25 | Use full-blocks by default for images. | Emmanuel Gil Peyrot |
2018-01-16 | Use refresh_input in process_presence_buffer to avoid traceback | Maxime “pep” Buquet |
2018-01-16 | yapf -rip | mathieui |
2018-01-16 | Current tab input is refreshed on kick/ban even when it does not exist | mathieui |
2018-01-14 | Fix binary opening | mathieui |
2018-01-13 | yapf -ir | mathieui |
2018-01-13 | Enforce HOME, TERM, and PATH env vars when running | mathieui |
2018-01-13 | Open and write logs and config files in utf-8 | mathieui |
2018-01-10 | Fix typos, thanks `codespell`! | Emmanuel Gil Peyrot |
2017-12-27 | Fix #3354 (wrong formatting for /code messages) | mathieui |
2017-12-27 | Fix #3361 (/correct [tab][tab] breaks the line) | mathieui |
2017-12-27 | Do not show a message as bounced if it was acked by a client | mathieui |
2017-12-20 | Set bookmark_on_join default value to false | mathieui |
2017-11-28 | Do not use the /join interface on nickname conflict | mathieui |
2017-11-28 | XEP-0392 MUC: re-color users on nickname change | Jonas Wielicki |
2017-11-26 | XEP-0392 MUC: Base User color solely on nickname | Jonas Wielicki |
2017-11-24 | Remove bogus checks for resource features. | Emmanuel Gil Peyrot |
2017-11-24 | config: Switch the default for show_muc_jid from True to False. | Emmanuel Gil Peyrot |
2017-11-24 | bookmarks: Set the bookmark name to the localpart. | Emmanuel Gil Peyrot |
2017-11-24 | muctab: Display the bookmark name when available, instead of the localpart. | Emmanuel Gil Peyrot |
2017-11-23 | Update the documentation to reflect the removal of features. | Emmanuel Gil Peyrot |