summaryrefslogtreecommitdiff
path: root/poezio/core
AgeCommit message (Expand)Author
2018-07-23Make KeyDict still inherit from dictmathieui
2018-07-23Light refactoring + typingmathieui
2018-07-23Fix "go_to_previous_tab" and remove the usage of Command.win to move internallymathieui
2018-07-23Use the event handler to refresh when the tab changesmathieui
2018-07-22Fix /messagemathieui
2018-07-22Fix close_all and change_title pluginsmathieui
2018-07-22Do not complete fulljids in /message (Fix #3405)mathieui
2018-07-21Fix Python 3.5 compatibility (no PEP 526)mathieui
2018-07-21Fix some issues found by pylintmathieui
2018-07-21Split type declarations from __init__mathieui
2018-07-21Fix /reordermathieui
2018-07-21Fix the move_tab commandmathieui
2018-07-21new tabs: apply reviewmathieui
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21Add a tabs management modulemathieui
2018-07-21Add exceptions for some pylint errorsmathieui
2018-07-21yapf -ripmathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2018-07-08Also reload plugins configuration on /reloadMaxime “pep” Buquet
2018-07-08core.commands: Remove implicit conversion from Path to str in /set.Emmanuel Gil Peyrot
2018-07-05Add a bunch of str() to convert pathlib.Path into str.Emmanuel Gil Peyrot
2018-07-05core.handlers: Correctly import get_image_cache() from poezio.config.Emmanuel Gil Peyrot
2018-07-04Factorise FIFO filename creation.Emmanuel Gil Peyrot
2018-07-04Simplify plugins path changes.Emmanuel Gil Peyrot
2018-07-04Replace config.CACHE_DIR with xdg.CACHE_HOME.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-04Use pathlib.Path and poezio.xdg to complete themes.Emmanuel Gil Peyrot
2018-07-02Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2018-07-01Merge branch 'information_popup' into 'master'Link Mauve
2018-07-01Replace information_popup_type_filter occurences with correct namingMaxime “pep” Buquet
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-25Use refresh_input in core.information() to avoid traceback.Emmanuel Gil Peyrot
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-28Do not use the /join interface on nickname conflictmathieui
2017-11-23Remove all remote_wants_chatstates logic, keep the stubs.Emmanuel Gil Peyrot
2017-11-23Include MUCs in /presence autocompletion.Emmanuel Gil Peyrot
2017-11-23Add an autojoined bookmark on /join.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2017-10-14Fix #3316 (normal private messages in MUC do not open a private tab)mathieui