Age | Commit message (Expand) | Author |
2019-01-22 | Fix syntax errors in the previous commit. | Emmanuel Gil Peyrot |
2019-01-22 | Store get_theme() in a variable in each function, to avoid redundant calls. | Emmanuel Gil Peyrot |
2019-01-04 | Fix several typos in the docs. | Emmanuel Gil Peyrot |
2019-01-02 | Add some more M-arrows keys | Emmanuel Gil Peyrot |
2018-12-26 | disco plugin: Add iq error reporting | Kim Alvefur |
2018-12-16 | Merge branch 'master' into 'master' | mathieui |
2018-12-16 | Roster: display presence.show when contact goes offline, if available. | Georg Lukas |
2018-12-16 | Work around /upload not working in direct tabs (similar to #3449) | Georg Lukas |
2018-12-16 | Work around #3449 | Georg Lukas |
2018-12-16 | self-ping: do not /cycle on timeout, log only | Georg Lukas |
2018-12-16 | Merge branch 'invite_impromptu' into 'master' | Maxime Buquet |
2018-12-16 | impromptu: add versionadded info in doc | Maxime “pep” Buquet |
2018-12-16 | impromptu: document default_muc_service | Maxime “pep” Buquet |
2018-12-16 | impromptu: add or update documentation for commands | Maxime “pep” Buquet |
2018-12-16 | impromptu: rework string format | Maxime “pep” Buquet |
2018-12-16 | impromptu: don't set roomname and roomdesc; remove jids argument | Maxime “pep” Buquet |
2018-12-16 | impromptu: fix typo in log line | Maxime “pep” Buquet |
2018-12-16 | Remove TODO comment about user-friendly muc name | Maxime “pep” Buquet |
2018-12-16 | impromptu: Incorporate feedback from daniel for muc options | Maxime “pep” Buquet |
2018-12-16 | impromptu: shorten config field list formatting | Maxime “pep” Buquet |
2018-12-16 | Add /invite for ConversationTab to generate new room with all invitees | Maxime “pep” Buquet |
2018-12-16 | Use identites from server for muc service | Maxime “pep” Buquet |
2018-12-16 | Add error message if muc service not found | Maxime “pep” Buquet |
2018-12-16 | Add configuration for default_muc server to join if no muc available on domain | Maxime “pep” Buquet |
2018-12-16 | Initial impromptu command | Maxime “pep” Buquet |
2018-12-16 | Add gitignore | Maxime “pep” Buquet |
2018-12-16 | MucInfoWin: correctly pass JID to additional info plugin | Maxime “pep” Buquet |
2018-12-16 | ConversationInfoWin: Use similar pattern as MucInfoWin to loop through plugins | Maxime “pep” Buquet |
2018-12-15 | Merge branch 'muc-info-win-additional-info' into 'master' | Maxime Buquet |
2018-12-15 | Use additional info's value directly in MucInfoWin and ConversationInfoWin | Maxime “pep” Buquet |
2018-12-15 | Allow additional information elements in MucInfoWin same as ConversationInfoWin | Maxime “pep” Buquet |
2018-12-15 | I give up | mathieui |
2018-11-14 | Also switch the potr plugin to https:// | Emmanuel Gil Peyrot |
2018-11-14 | Update the slixmpp git URI to point to GitLab | Emmanuel Gil Peyrot |
2018-10-27 | Add missing height and width attributes to FormWin | Emmanuel Gil Peyrot |
2018-10-24 | Add __slots__ in most of the poezio.windows classes, to be more explicit abou... | Emmanuel Gil Peyrot |
2018-10-18 | logger: Look up the correct start position, not two bytes before. | Emmanuel Gil Peyrot |
2018-10-18 | logger: Prefix private functions with an underscore. | Emmanuel Gil Peyrot |
2018-10-18 | Fix truncate_nick()’s types to include None. | Emmanuel Gil Peyrot |
2018-10-18 | Remove the formatting-check ci build until we decide what we should do with it | louiz’ |
2018-10-18 | MUC fix for bad servers (#3430) | mathieui |
2018-10-15 | JID.bare is always a str | Jonas Schäfer |
2018-10-15 | XEP-0392/CCG: prefer JID over nickname | Jonas Schäfer |
2018-10-15 | from __future__ import xep_0392.v0_5 | Jonas Schäfer |
2018-10-15 | Fix core import in main | mathieui |
2018-10-13 | Build doc inside the venv with the deps | mathieui |
2018-10-13 | Fix build warnings in the doc | mathieui |
2018-10-13 | Remove implicit import of Core modules leading to circular imports | mathieui |
2018-10-13 | Merge branch 'upload-error' into 'master' | mathieui |
2018-10-13 | upload: add user friendly error when upload service not found | Maxime “pep” Buquet |