summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Collapse)Author
2021-04-02fix: plugin configmathieui
2021-04-02fix: add a type ignore to curses vlinemathieui
The typeshed stubs do not have a correct definition (probably because the python docs themselves do not have it)
2021-04-02fix: forgotten tab names setmathieui
2021-04-02fix: restore toggle & get previous behaviormathieui
2021-04-02fix: ignore type for xmltab inputmathieui
until we have a cleaner way of substituting an input.
2021-04-02fix: typing issues in pluginsmathieui
2021-04-02fix; make python 3.7 happymathieui
………
2021-04-02fix: add back the remove_section() for Configmathieui
2021-04-02fix: ignore type error for static kwargsmathieui
2021-04-02fix: incompatible type passed to loggermathieui
2021-04-02fix: make Tab.name always a propertymathieui
2021-04-02fix: last_sent_message for conversation tabmathieui
2021-04-02fix: unify signature of modify_messagemathieui
2021-04-02fix: ignore last_sent_message typemathieui
not sure why mypy ignores that everywhere
2021-04-02fix: ignore typeerrors in tabs when we check beforehandmathieui
2021-04-02fix: do not use raw TAB_WIN in bookmarks winsmathieui
(wth)
2021-04-02fix: type error after module importmathieui
(despite hasattr())
2021-04-02fix: type errors for GapTabmathieui
2021-04-02fix: windows: drop the DummyWimathieui
now TAB_WIN must be set for a Win to be instanciated
2021-04-02refactor: only init core wins after the curses initmathieui
2021-04-02fix: add missing Typevar binding in decoratorsmathieui
2021-04-02fix: config, give up on typing Config.getmathieui
It is not possible to have a dynamic return type based on what would come out of a dict AND an optional parameter.
2021-04-02fix: unify log_message signaturemathieui
2021-04-02fix: type-ignore last-sent message until mypy makes sensemathieui
2021-04-02fix: only call key_enter on commandinput in xmltabmathieui
2021-04-02fix: uniformize command_say signaturemathieui
2021-04-02fix: sax contenthandler import pathmathieui
2021-04-02make pylint happymathieui
(for now)
2021-04-02fix: tons of type errorsmathieui
2021-04-02fix: definition of commanddictmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-04-02refactor: Make the poezio config not inherit from configparsermathieui
2021-03-20muctab: await /inviteEmmanuel Gil Peyrot
2021-03-14fix: pylint bogus errorsmathieui
2021-03-14fix: bad error handling when checking bookmarks storagemathieui
2021-03-13fix: typing import in multiuserchatmathieui
2021-03-13fix: do not crash on /invitationsmathieui
(but only if an invalid JID is in there, I guess)
2021-03-13fix: fix global /last_activitymathieui
2021-03-13fix: do not crash on /recolormathieui
2021-03-13style: do not override the loaded time modulemathieui
2021-03-13fix: Fix command_xhtmlmathieui
Thanks pylint
2021-03-13Fix a typo in core.structs.__all__mathieui
2021-03-13Add missing ensure_future to bookmarks.save() callsmathieui
2021-02-27muctab: remove unused importsEmmanuel Gil Peyrot
2021-02-27basetabs: remove unused importsEmmanuel Gil Peyrot
2021-02-27muc: use slixmpp 0045 plugin to set subjectEmmanuel Gil Peyrot
2021-02-27misc: wrap some calls in ensure_future to prepare for slix API changemathieui
Some things need to be rewritten in a cleaner way, and other need to be directly deleted, but that will need to wait for the slix api change merge.
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-17muctab: use more coroutines in affiliation/role codemathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
rationale: probably 0.1% of poezio users have ever used the commands, and a very small number of users are using the PEP events like that. It is better to unclutter the poezio source and add it as a plugin, with less tight coupling.