summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Collapse)Author
2021-04-11fix: make parse_log_lines treat info differently from msgsmathieui
2021-04-11feature: add a mechanism to prevent the logger from writing temporarilymathieui
2021-04-11feature: add a function to iterate over all messages of a log filemathieui
in reverse order
2021-04-11fix: make the jid optional when parsing a log linemathieui
2021-04-11fix: when disconnected, do not send a new ping eventmathieui
2021-04-08fix: beep_on was broken with config changesmathieui
2021-04-03fix: logger: improve typing, globals and testsmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
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