summaryrefslogtreecommitdiff
path: root/poezio/core
AgeCommit message (Expand)Author
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
2017-10-14Make remaining log.error/debug lazymathieui
2017-10-13Stop /win at the first tab foundmathieui
2017-10-13Change tab search behavior to select first matching tab, and cycle back the l...Maxime “pep” Buquet
2017-10-12Fix some excepts (bare, useless, unused)mathieui
2017-10-11Rename the self-command function to self_ and keep language semanticsmathieui
2017-10-11Fix #3338 (cycle tabs with /w foo instead of picking the first)mathieui
2017-10-10Fix #3190 (TOFU the SPKI hash and not the whole cert)mathieui
2017-10-09Fix #3322 (send a beep when we get disconnected)mathieui
2017-10-08Fix #3257 (print cert hashes after validating the dialog)mathieui
2017-10-08Fix #3336 (be clearer on "unbound" meaning)mathieui
2017-10-08Don’t put the vCard/0084 tracebacks in the error log.Emmanuel Gil Peyrot