summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-09Move the deny_anonymous decorator to the poezio.decorators modulemathieui
2020-05-09Merge branch 'split-message-rendering' into 'master'mathieui
split message rendering See merge request poezio/poezio!48
2020-05-09affiliations: Use InfoMessage in add_message callMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-09Don't highlight on reflected messagesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-09Ensure muc history messages are considered historyMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-09Fix highlights by introducing a delayed property on ui.types.MessageMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-09Fix tests for message renderingmathieui
2020-05-09Fix /me messagesmathieui
2020-05-09Fix a bug in message editionmathieui
(out of bounds access for no reason)
2020-05-09Fix a bug when using /dump in xmltabmathieui
2020-05-09Typing improvementsmathieui
2020-05-09WIP: update muctab.add/log messagemathieui
2020-05-09Add the new package to setup.pymathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
Changes LOTS of things
2020-05-09Only keep one TextWin alivemathieui
2020-05-09Fix attention handlermathieui
2020-05-09Add tests for ui-related funcsmathieui
2020-05-09Fix an issue in xmllog rendering due to wrong offsetmathieui
and improve tests to catch that
2020-05-09Add tests for the new modulesmathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Add a context manager in Win for colored textmathieui
2020-05-09Move message rendering code to Message.render()mathieui
Also: - rename format_chars to FORMAT_CHARS because it’s static constant - move Line, Message, and a few funcs/consts to a new poezio.ui module
2020-05-09Merge branch 'allow-pylint-failures' into 'master'mathieui
Allow pylint failure due to false positives See merge request poezio/poezio!92
2020-05-09Allow pylint failure due to false positivesmathieui
…………
2020-05-09Merge branch 'add-qr-dep' into 'master'mathieui
Add qrcode plugin dependency See merge request poezio/poezio!91
2020-05-09Add qrcode lib to the plugin requirementsmathieui
2020-05-08Merge branch 'muc-pms-x' into 'master'Maxime Buquet
Add <x/> to MUC-PM CSNs Closes #3491 See merge request poezio/poezio!90
2020-05-08PrivateTab: extract NS contantMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-08Chatstates: add <x/> in MUC-PMsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-08Revert "Revert "tabs/privatetab: Fixes #3491: Add MUC <x/> marker in ↵Maxime “pep” Buquet
MUC-PMs. Thanks Ge0rG."" This reverts commit e9a6ea7a59b0bf08c4f649ce125cb5dae12e1e63.
2020-05-07Merge branch 'doc-affiliation' into 'master'Maxime Buquet
affiliation: fix usage string and add documentation See merge request poezio/poezio!89
2020-05-07affiliation: fix usage string and add documentationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01Merge branch 'csn-no-store' into 'master'Maxime Buquet
Fix #3518: Add no-store hint to CSN Closes #3518 See merge request poezio/poezio!88
2020-05-01Fix #3518: Add no-store hint to CSNMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01Merge branch 'python-version' into 'master'Maxime Buquet
Update Python version minimum requirement to 3.7 See merge request poezio/poezio!87
2020-05-01Update Python version minimum requirement to 3.7Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23Merge branch 'doc-tab-list' into 'master'Maxime Buquet
[ci skip] doc/usage: horizontal tab list isn't the default anymore, since 2014 (thanks FireFly) See merge request poezio/poezio!86
2020-04-23[ci skip] doc/usage: horizontal tab list isn't the default anymore, since ↵Maxime “pep” Buquet
2014 (thanks FireFly) Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23Merge branch 'doc-ad-hoc' into 'master'Maxime Buquet
[ci skip] doc/commands: add ad-hoc See merge request poezio/poezio!85
2020-04-23[ci skip] doc/commands: add ad-hocMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-22Merge branch 'muc-reflections' into 'master'Maxime Buquet
[ci skip] Add TODOs re #3314 See merge request poezio/poezio!84
2020-04-22[ci skip] Add TODOs re #3314Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-16Merge branch 'disco-node' into 'master'Link Mauve
plugins/disco: Add support for querying with a custom node. See merge request poezio/poezio!71
2020-04-15affiliations: fix traceback when displaying outcast usersMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-15theming: add CHAR_AFFILIATION_OUTCASTMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-15plugins/embed: correctly refresh window in Conversation*TabMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-15Merge branch 'affiliation-ui' into 'master'Maxime Buquet
affiliations: display all relevant pieces of information we get See merge request poezio/poezio!83
2020-04-15affiliations: display all relevant pieces of information we getMaxime “pep” Buquet
- Don't fail if only one of the requests fail - Change UI a bit Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12Merge branch 'doc-baseplugin' into 'master'Maxime Buquet
doc: Add doc for BasePlugin dependencies and refs See merge request poezio/poezio!82
2020-04-12doc: Add doc for BasePlugin dependencies and refsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>