summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2019-10-26bookmarks: Bookmark.name should be an strMaxime “pep” Buquet
2019-10-18Fix pylint errorsmathieui
2019-10-14basetabs: return a copy of ChatTab.jid to prevent nasty (mutability) side-eff...Maxime “pep” Buquet
2019-10-14basetabs: reorganise importsMaxime “pep” Buquet
2019-10-14bookmarks: use str where str is expectedMaxime “pep” Buquet
2019-10-13windows/bookmark_forms: Convert JID objects to str so that comparison succeedsMaxime “pep” Buquet
2019-10-10MUC-PMs: correctly loop through bookmarksMaxime “pep” Buquet
2019-10-10bookmarks: Convert specified jid to JID object if possibleMaxime “pep” Buquet
2019-10-10core/handlers: Add typing annotationsMaxime “pep” Buquet
2019-10-10MUC-PM: centralize and improve PM detection in all code pathsGeorg Lukas
2019-09-19Prevent the logging module from vomiting all over stderr on OSErrormathieui
2019-09-13Corrected the functionality of query_statusroot
2019-09-11poezio/mam: Remove superfluous time format conversions and fix parameter typeMaxime “pep” Buquet
2019-09-10mam: Fix comment in on_scroll_upMaxime “pep” Buquet
2019-09-10mam: Only fetched mam when the buffer is running low in messagesMaxime “pep” Buquet
2019-09-10tabs/basetabs: Document self.query_statusMaxime “pep” Buquet
2019-09-10poezio/mam: add_messages_to_buffer returns a bool not NoneMaxime “pep” Buquet
2019-09-10poezio/mam: style fixesMaxime “pep” Buquet
2019-09-10poezio/mam: remove unused imports, add missing md5 importMaxime “pep” Buquet
2019-09-10Merge remote-tracking branch 'origin/mr/46'Maxime “pep” Buquet
2019-09-10Revert "tabs/privatetab: Fixes #3491: Add MUC <x/> marker in MUC-PMs. Thanks ...Maxime “pep” Buquet
2019-09-07tabs/privatetab: Fixes #3491: Add MUC <x/> marker in MUC-PMs. Thanks Ge0rG.Maxime “pep” Buquet
2019-09-07tabs/privatetab: Remove unused safeJID importMaxime “pep” Buquet
2019-09-05Reorganize MAMroot
2019-09-05Removed error messages on startup.root
2019-09-05Moved scroll_up code back to basetabs, added amount parameter to change no. o...root
2019-09-04core/commands: remove more safeJID callsMaxime “pep” Buquet
2019-09-02Eradicate more safeJID callsMaxime “pep” Buquet
2019-09-02Only check for 110 to know if the presence is oursMaxime “pep” Buquet
2019-08-27Disabled the history on /reconnect, if the tab is still present and has messa...root
2019-08-26Do not run a /part command when disconnecting from poeziomathieui
2019-08-26Use the right settings when reconnecting from poeziomathieui
2019-08-26Added action parameter in mam_scroll, so that MAM query made on join (or any ...root
2019-08-25Remove code for loading logsmathieui
2019-08-25Fix private tabsmathieui
2019-08-24Always feed a JID to open_conversation_windowmathieui
2019-08-24Fix /selfmathieui
2019-08-23Remove display code from command_saymathieui
2019-08-23Changed the value of the 'reverse' parameter back to boolean.Madhur Garg
2019-08-23Add missing top parameter to another build_new_message methodMaxime “pep” Buquet
2019-08-22Adapt the plugin safety metaclass for async funcsmathieui
2019-08-22Added 'top' attribute in the 'Message' object (The problem of the wrong order...Madhur Garg
2019-08-22Missed name change of start_date to start.Madhur Garg
2019-08-22Used named arguments instead of comments for 'add_message'.Madhur Garg
2019-08-22Removed repetitive code.Madhur Garg
2019-08-22Changed query_id from int to boolean type.Madhur Garg
2019-08-22Changed stanza_id attribute to last_stanza_id.Madhur Garg
2019-08-22Corrected indentation and coding style.Madhur Garg
2019-08-22Initialized stanza_id in the basetabs.Madhur Garg
2019-08-22Added a check on deterministic colorsMadhur Garg