summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
AgeCommit message (Expand)Author
2020-03-24poezio/core/handlers: More explicit logging for whitespace keepaliveskeepalive-logMaxime “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-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-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-08-25Fix private tabsmathieui
2019-07-29Merge remote-tracking branch 'origin/mr/28'Maxime “pep” Buquet
2019-04-27Replace tab.name with tab.jidMaxime “pep” Buquet
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-26Display disconnect reason, depends on slixmpp!12Georg Lukas
2019-03-23Merge branch 'muc_subject' into 'master'Maxime Buquet
2019-03-23Corrected the value of timestamp for MUC subject. Fixes #3451Madhur Garg
2019-03-23Treat messages containing subject as regular message if they contain body or ...Maxime “pep” Buquet
2019-03-20's/an user/a user/g'Maxime “pep” Buquet
2019-03-19Change 'his/her' to 'their'Kim Alvefur
2019-02-24Do not process messages with subject AND thread or body as topic changes (#3452)mathieui
2019-01-22Fix syntax errors in the previous commit.Emmanuel Gil Peyrot
2019-01-22Store get_theme() in a variable in each function, to avoid redundant calls.Emmanuel Gil Peyrot
2018-12-16Roster: display presence.show when contact goes offline, if available.Georg Lukas
2018-12-16Use identites from server for muc serviceMaxime “pep” Buquet
2018-09-29Print the error given by the server when /bookmark fails.Emmanuel Gil Peyrot
2018-08-01Fix some leftover issues with tab handlingmathieui
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21Add exceptions for some pylint errorsmathieui
2018-07-21yapf -ripmathieui
2018-07-05core.handlers: Correctly import get_image_cache() from poezio.config.Emmanuel Gil Peyrot
2018-07-04Factorise retrieving tmp_image_dir.Emmanuel Gil Peyrot
2018-07-04xhtml: Simplify tmp_dir/extract_images into a single Option<str> parameter.Emmanuel Gil Peyrot
2018-07-02Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2018-06-28Replace the '%s' % var pattern with str(var).Emmanuel Gil Peyrot
2018-05-31MUC-PM: bare-JID messages can't be PMsGeorg Lukas
2018-04-01Sent Carbon: handle MUC-PMs properly. Fix #3294Georg Lukas
2018-04-01MUC-PM handler: support 'sent' messages (for Carbons)Georg Lukas
2018-03-31Remove unused import.Emmanuel Gil Peyrot
2018-03-31Use slixmpp’s new cache module for avatars too.Emmanuel Gil Peyrot
2018-03-14Factorise the /version callback and make it handle errorsEmmanuel Gil Peyrot
2018-02-11Fix the nick conflict codemathieui
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-13yapf -irmathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-11-23Remove all remote_wants_chatstates logic, keep the stubs.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui