summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2020-04-12Merge branch 'plugins-deps' into 'master'Maxime Buquet
Plugins deps See merge request poezio/poezio!81
2020-04-12plugins/upload: Use embed directly instead of populating input fieldMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12plugins: Add refs to dependencies on pluginsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12plugins: don't access property on uninitialized pluginMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12Merge branch 'plugins-dep' into 'master'Maxime Buquet
plugins: Add dependencies support See merge request poezio/poezio!80
2020-04-11plugins: Add dependencies supportMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-06xep_0196: Use correct tag local name (thanks ivucica)Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05doap: update LMC versionMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05/correct: send new-style LMCMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05TextBuffer: add note about LMC compatMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05Merge branch 'lmc-new' into 'master'Maxime Buquet
Read newer LMC rules See merge request poezio/poezio!79
2020-04-05modify_message: change variable nameMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05Read newer LMC rulesMaxime “pep” Buquet
Version 1.1.0 of Last Message Correction (0308) added clarifications that break the way poezio handles corrections. Instead of linking corrections to the previous correction/message as we were doing, we are now required to link all corrections to the original messages. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-04Merge branch 'sync-fixes' into 'master'Maxime Buquet
only auto-reconnect if not already reconnecting, needs slixmpp!37 See merge request poezio/poezio!78
2020-04-04Actually skip whitespace ping logging (thanks Ge0rG)Maxime “pep” Buquet
Fixes what 9da6f5328c714f6bdcbc89cb038e10116ab0bed6 intended to do. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-04only auto-reconnect if not already reconnecting, needs slixmpp!37Georg Lukas
2020-04-04plugin/display_corrections: prefer generator to list when loopingMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-03Show textual presence error if availableKim Alvefur
If there's a human-readable explanation of the error, it should be there.
2020-04-01Merge branch 'reorder-fixes' into 'master'Maxime Buquet
Reorder fixes See merge request poezio/poezio!77
2020-04-01reorder: group exception handlingMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-01reorder: create GapTab if configured, when creating ConversationTab failsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-01reorder: Create ConversationTabs when they don't existMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-01reorder: Ensure valid JIDMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-01reorder: Add TODOMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-01Merge branch 'log-plugin-loading' into 'master'Maxime Buquet
plugin_manager: log on every Exception that caused plugin loading to fail See merge request poezio/poezio!76
2020-03-31plugin_manager: log on every Exception that caused plugin loading to failMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-31Merge branch 'skip-whitespace-ping-log' into 'master'Maxime Buquet
Skip whitespace ping logging See merge request poezio/poezio!75
2020-03-31Skip whitespace ping loggingMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-30Merge branch 'fix-xml' into 'master'Maxime Buquet
cElementTree has been deprecated since Python 3.3 and removed in Python 3.9. See merge request poezio/poezio!74
2020-03-29cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2020-03-29Merge branch 'affiliations-list' into 'master'mathieui
Fix #2280: Allow /affiliation to list all affiliations Closes #2280 See merge request poezio/poezio!19
2020-03-29affiliations: correctly refresh windowMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-29Fix #2280: Allow /affiliation to list all affiliationsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-29Merge branch 'fix-reconnect' into 'master'mathieui
Fix 'disconnected' event handler order for /quit See merge request poezio/poezio!73
2020-03-29Merge branch 'invitation' into 'master'mathieui
invitation: QR plugin to show invitations See merge request poezio/poezio!62
2020-03-29Fix 'disconnected' event handler order for /quitGeorg Lukas
2020-03-29Merge branch 'fix-reconnect' into 'master'Maxime Buquet
display a delayed reconnect info, needs slixmpp!35 See merge request poezio/poezio!72