summaryrefslogtreecommitdiff
path: root/poezio/core
AgeCommit message (Expand)Author
2020-03-24poezio/core/handlers: More explicit logging for whitespace keepaliveskeepalive-logMaxime “pep” Buquet
2020-02-04load, unload: prevent Traceback when not enough parameters are specifiedMaxime “pep” Buquet
2020-01-12Disco#info barejid instead of domain only on carbonsMaxime “pep” Buquet
2020-01-12is_known_muc_pm: search into more than MucTabMaxime “pep” Buquet
2020-01-12Some more typing for is_known_muc_pmMaxime “pep” Buquet
2020-01-12Prevent Traceback when receiving MUC-PM carbons under some conditionsMaxime “pep” Buquet
2019-12-31Tabs: add by_jid search method for tabs who have a jid attrMaxime “pep” Buquet
2019-12-27Expand the status command, make decryption work, put a hack into the core so ...lumi
2019-12-22WIP: Allow blocking commands in ConversationTabMaxime “pep” Buquet
2019-11-21core/commands: Move import order to please linterMaxime “pep” Buquet
2019-11-21Remove safeJID call in destroy_roomMaxime “pep” Buquet
2019-10-27Fix syntax warnings (thanks python 3.8)mathieui
2019-10-10MUC-PMs: correctly loop through bookmarksMaxime “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-05Reorganize MAMroot
2019-09-04core/commands: remove more safeJID callsMaxime “pep” Buquet
2019-09-02Eradicate more safeJID callsMaxime “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-25Fix private tabsmathieui
2019-08-24Always feed a JID to open_conversation_windowmathieui
2019-08-24Fix /selfmathieui
2019-08-22Corrected indentation and coding style.Madhur Garg
2019-08-22Added a call to scroll for 10 messages on initially joining the room.Madhur Garg
2019-08-20Fix /join <muc name without domain> from an existing mucmathieui
2019-07-29Merge remote-tracking branch 'origin/mr/28'Maxime “pep” Buquet
2019-04-27Replace tab.name with tab.jidMaxime “pep” Buquet
2019-04-27core/commands: Use jid parameter instead of name where appropriateMaxime “pep” Buquet
2019-04-27core/completions: Use tab.jid where appropriateMaxime “pep” Buquet
2019-04-27CommandCore: remove None check on MucTab.jidMaxime “pep” Buquet
2019-04-17save_order, save: config option is not always a stringMaxime “pep” Buquet
2019-04-08core/commands: remove more safeJID calls; add type hintsMaxime “pep” Buquet
2019-04-08list command: default to domain jid if no argument specifiedMaxime “pep” Buquet
2019-04-08core/commands: remove safeJID call in list commandMaxime “pep” Buquet
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-08Fix tab.name not being a string by calling the right propertyMaxime “pep” Buquet
2019-04-07Remove more safeJID callsMaxime “pep” Buquet
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
2019-04-07impromptu: catch invalidJID exception for room jidMaxime “pep” Buquet
2019-03-30Corrects the functionality of /add and /accept commands in all the tabs. Fixe...Madhur Garg
2019-03-26Inform the user and re-instate 0199 pinger on a successful 0198 resumeGeorg Lukas
2019-03-26Refactor session_end actions out of on_disconnectGeorg Lukas
2019-03-26Only /part tabs on disconnect, not on reconnectGeorg Lukas
2019-03-26Use new slixmpp!12 disconnect/reconnect semanticsGeorg Lukas
2019-03-26Display disconnect reason, depends on slixmpp!12Georg Lukas
2019-03-24Corrects the functionality of /add command in all tabs. Fixes #3395Madhur Garg
2019-03-23Merge branch 'muc_subject' into 'master'Maxime Buquet