summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
AgeCommit message (Expand)Author
2019-03-24Corrects the functionality of /add command in all tabs. Fixes #3395Madhur Garg
2019-03-23Corrects functionality of /reconnect in all type of tabs. Fixes #3471Madhur Garg
2019-03-19Change 'his/her' to 'their'Kim Alvefur
2019-01-02Add some more M-arrows keysEmmanuel Gil Peyrot
2018-12-16impromptu: add or update documentation for commandsMaxime “pep” Buquet
2018-12-16impromptu: rework string formatMaxime “pep” Buquet
2018-12-16impromptu: don't set roomname and roomdesc; remove jids argumentMaxime “pep” Buquet
2018-12-16impromptu: fix typo in log lineMaxime “pep” Buquet
2018-12-16Remove TODO comment about user-friendly muc nameMaxime “pep” Buquet
2018-12-16impromptu: Incorporate feedback from daniel for muc optionsMaxime “pep” Buquet
2018-12-16impromptu: shorten config field list formattingMaxime “pep” Buquet
2018-12-16Add /invite for ConversationTab to generate new room with all inviteesMaxime “pep” Buquet
2018-12-16Use identites from server for muc serviceMaxime “pep” Buquet
2018-12-16Add error message if muc service not foundMaxime “pep” Buquet
2018-12-16Add configuration for default_muc server to join if no muc available on domainMaxime “pep” Buquet
2018-12-16Initial impromptu commandMaxime “pep” Buquet
2018-09-11Fix compatibility with python 3.5.2mathieui
2018-08-15core: Add some more typing information.Emmanuel Gil Peyrot
2018-08-15Type DelayedEvent, also in Core.Emmanuel Gil Peyrot
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-13Switch the default use_log value to trueEmmanuel Gil Peyrot
2018-08-09yapf -ripmathieui
2018-08-01Fix some leftover issues with tab handlingmathieui
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 close_all and change_title pluginsmathieui
2018-07-22Do not complete fulljids in /message (Fix #3405)mathieui
2018-07-21Fix some issues found by pylintmathieui
2018-07-21Fix the move_tab commandmathieui
2018-07-21new tabs: apply reviewmathieui
2018-07-21Update poezio for the new tabs modulemathieui
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-05Add a bunch of str() to convert pathlib.Path into str.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-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-03-31Use slixmpp’s new cache module for avatars too.Emmanuel 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-13yapf -irmathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-11-28Do not use the /join interface on nickname conflictmathieui
2017-11-12yapf -irmathieui