summaryrefslogtreecommitdiff
path: root/poezio/core
AgeCommit message (Expand)Author
2017-09-11Add a no-op commandMaxime “pep” Buquet
2017-08-07Fix reception of private messages (variable used but not defined)louiz’
2017-07-21Simplify double negation.Emmanuel Gil Peyrot
2017-07-21Fix message correctionmathieui
2017-07-20Fix /server_cycle weirdnessmathieui
2017-07-18handlers: Stop appending <replace/> elements on incoming messages.Emmanuel Gil Peyrot
2017-06-27Fix the resource duplication when reconnecting while auto_reconnect is true.Eijebong
2017-05-03Avoid some deprecation warnings when casting raw XML into bool. (thanks pypy3)Emmanuel Gil Peyrot
2017-04-09Fix #3307 (add nickname to /join bookmark completion)mathieui
2017-04-09Fix ssl warning tabmathieui
2017-03-26Fix #3299 (/message <muc> is buggy)mathieui
2017-02-13Don't override "id" and "type" builtinsmathieui
2017-01-08Fix a crash when using XEP-0380mathieui
2016-11-26Add support for XEP-0380: Explicit Message EncryptionEmmanuel Gil Peyrot
2016-11-06Merge branch 'popup_filters' of https://github.com/LukeMarlin/poeziomathieui
2016-11-01Optimise /win a bit, and make sure we always keep the previous tab.Emmanuel Gil Peyrot
2016-10-23Added information_popup_type_filter that allow toLuke Marlin
2016-10-21pyflake fixesmathieui
2016-10-07Replace sendPresence() with send_presence(), fix adding a contact.Emmanuel Gil Peyrot
2016-10-04"information" is already plural, fix wordingmathieui
2016-09-29Display status changes in one to one chatsmathieui
2016-09-29Make enable_xhtml_im tab-specificmathieui
2016-09-25Normalise the user-facing name of MUC from chatroom to room everywhere.Emmanuel Gil Peyrot
2016-09-20Stop using deprecated aliases from slixmpp.Emmanuel Gil Peyrot
2016-09-13Fix a possible traceback in /win with some tabs openmathieui
2016-08-29Fix coloring of messages in the privatetabmathieui
2016-08-28Fix some type inconsistenciesmathieui
2016-08-27Remove useless debug from the /rawxml commandmathieui
2016-08-26Fix #3193 (report PM errors in PM tab)mathieui
2016-08-26Fix #3179 (/join completion broken)mathieui
2016-08-26Remove walls of text from the main body of core.handlersmathieui
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
2016-08-20Fix #3219, Fix #3220 (no connection loops on some stream errors)mathieui
2016-08-20Fix a typo in the httpauth dialogmathieui
2016-08-20Implement XEP-0070 using the confirmtabmathieui
2016-08-19Use the confirmtab for TLS cert validationmathieui
2016-08-18Use conversation.get_nick() instead of conversation.nick when adding aEijebong
2016-08-13fixes #3147 (/message auto-complete misses offline users) by adding every jid...Luke Marlin
2016-08-11Fix /helpmathieui
2016-07-22Fix a bug with the _close_tab shortcutmathieui
2016-07-22Fix /listmathieui
2016-07-14Improve the topic displaymathieui
2016-07-12Improve refresh performance in big roomsmathieui
2016-07-07Remove unused SizeManager argument, and simplify its import.Emmanuel Gil Peyrot
2016-07-06Refactor a little thing in /version codelouiz’
2016-07-04Refactor the /join commandmathieui
2016-06-30Remove every now-useless usage of the Singleton function.Emmanuel Gil Peyrot
2016-06-30Use a "core" parameter for each tab object instead of a singletonmathieui
2016-06-30Absolute imports everywheremathieui
2016-06-30Use absolute imports instead of relative onesmathieui