summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-04Fix several typos in the docs.Emmanuel Gil Peyrot
Thanks Mopi!
2019-01-02Add some more M-arrows keysEmmanuel Gil Peyrot
Thanks terminals, for your wonderful standardisation!
2018-12-26disco plugin: Add iq error reportingKim Alvefur
Previously it behaved as if the response was empty, which was confusing.
2018-12-16Merge branch 'master' into 'master'mathieui
self-ping: do not /cycle on timeout, log only See merge request poezio/poezio!16
2018-12-16Roster: display presence.show when contact goes offline, if available.Georg Lukas
2018-12-16Work around /upload not working in direct tabs (similar to #3449)Georg Lukas
2018-12-16Work around #3449Georg Lukas
2018-12-16self-ping: do not /cycle on timeout, log onlyGeorg Lukas
2018-12-16Merge branch 'invite_impromptu' into 'master'Maxime Buquet
Invite impromptu See merge request poezio/poezio!2
2018-12-16impromptu: add versionadded info in docMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: document default_muc_serviceMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: add or update documentation for commandsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: rework string formatMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: don't set roomname and roomdesc; remove jids argumentMaxime “pep” Buquet
I was originally panning to generate a user-friendly room name with them, but this can/should be done at runtime (in case it changes). Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: fix typo in log lineMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16Remove TODO comment about user-friendly muc nameMaxime “pep” Buquet
See #3447 instead. This can be generated at runtime. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: Incorporate feedback from daniel for muc optionsMaxime “pep” Buquet
Adding missing MAM bits, removing the allowpm restriction, as clients should already be using realjids when available. I am leaving allowinvites for now as I think that should be in there, but we can align ourselves later on if necessary, I'm not totally against the idea. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: shorten config field list formattingMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16Add /invite for ConversationTab to generate new room with all inviteesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16Use identites from server for muc serviceMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16Add error message if muc service not foundMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16Add configuration for default_muc server to join if no muc available on domainMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16Initial impromptu commandMaxime “pep” Buquet
Add a command that invites people to a newly created room, with a random localpart. The muc component is currently static. The interface for the command might also change later on. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16Add gitignoreMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16MucInfoWin: correctly pass JID to additional info pluginMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16ConversationInfoWin: Use similar pattern as MucInfoWin to loop through pluginsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-15Merge branch 'muc-info-win-additional-info' into 'master'Maxime Buquet
Allow additional information elements in MucInfoWin same as ConversationInfoWin See merge request poezio/poezio!17
2018-12-15Use additional info's value directly in MucInfoWin and ConversationInfoWinMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-15Allow additional information elements in MucInfoWin same as ConversationInfoWinMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-15I give upmathieui
on getting Link Mauve to ever run tests
2018-11-14Also switch the potr plugin to https://Emmanuel Gil Peyrot
2018-11-14Update the slixmpp git URI to point to GitLabEmmanuel Gil Peyrot
This also changes from git:// to https:// because many networks like to block non-standard (read non-HTTP) ports, especially in companies or universities.
2018-10-27Add missing height and width attributes to FormWinEmmanuel Gil Peyrot
Fixes a regression introduced in cce1a4090a832a6fd2b7be4c610e469efb480b15 when displaying data forms.
2018-10-24Add __slots__ in most of the poezio.windows classes, to be more explicit ↵Emmanuel Gil Peyrot
about their data.
2018-10-18logger: Look up the correct start position, not two bytes before.Emmanuel Gil Peyrot
2018-10-18logger: Prefix private functions with an underscore.Emmanuel Gil Peyrot
2018-10-18Fix truncate_nick()’s types to include None.Emmanuel Gil Peyrot
It is relied on in quite a few places which don’t check for None before calling it on messages which have no nick.
2018-10-18Remove the formatting-check ci build until we decide what we should do with itlouiz’
If we ignore it, it’s just noise. We need to decide: - fix the code to be like yapf wants to be (I’m against this) - change the rules, to make them way more flexible, and then apply them - don’t run yapf at all
2018-10-18MUC fix for bad servers (#3430)mathieui
tentative fix
2018-10-15Fix core import in mainmathieui
2018-10-13Build doc inside the venv with the depsmathieui
2018-10-13Fix build warnings in the docmathieui
2018-10-13Remove implicit import of Core modules leading to circular importsmathieui
Which did not break if we imported modules in a certain order…
2018-10-13Merge branch 'upload-error' into 'master'mathieui
upload: add user friendly error when upload service not found See merge request poezio/poezio!12
2018-10-13upload: add user friendly error when upload service not foundMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-13Reference the documentation for the upload pluginmathieui
2018-10-12add documentation refs for the contact pluginmathieui
2018-10-12contact plugin (XEP-0157), in memoriam BunnehGeorg Lukas
2018-10-07Don’t pin the cython versionmathieui
2018-09-30XEP-0231: Extract cids from XHTML-IM.Emmanuel Gil Peyrot