Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-18 | Fixes variable name #3426 | Madhur Garg | |
2019-03-18 | Hides the value of 'password' field being displayed in the InfoTab. Fixes #3426 | Madhur Garg | |
2019-02-28 | code plugin: Add a language class to specify which language this code block ↵ | Emmanuel Gil Peyrot | |
is from. | |||
2019-02-28 | Properly raise NotImplementedError, prevent errors being swallowed by safeJID | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-26 | Merge branch 'root-bailout' into 'master' | Link Mauve | |
Prevent poezio from being run as root See merge request poezio/poezio!20 | |||
2019-02-26 | Prevent poezio from being run as root | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-24 | Only server-cycle on exact server matches (#3412) | mathieui | |
2019-02-24 | Rename hidden -v option to --custom-version and add a real -v (#3429) | mathieui | |
2019-02-24 | Register all commands in the roster but show an error message if used when ↵ | mathieui | |
anonymous (#3435) | |||
2019-02-24 | Fix MUC PM logging (#3441) | mathieui | |
2019-02-24 | Do not process messages with subject AND thread or body as topic changes (#3452) | mathieui | |
2019-02-24 | Fix a bug when closing a tab (#3460) | mathieui | |
2019-02-24 | Fix MUC self-PM hidden stacktrace (#3454) | mathieui | |
and do not display messages twice | |||
2019-02-14 | Merge branch 'feature/xep-0392-0.5' into 'master' | Maxime Buquet | |
Bring XEP-0392 implementation to XEP version 0.5 See merge request poezio/poezio!13 | |||
2019-02-14 | Remove now-obsolete hsluv dependency | Jonas Schäfer | |
2019-02-14 | Embed hsluv | Jonas Schäfer | |
See: https://lab.louiz.org/poezio/poezio/merge_requests/13#note_7453 | |||
2019-02-14 | Update urls to point to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-07 | logger: Log the JID during a parsing error. | Emmanuel Gil Peyrot | |
2019-02-05 | muctab: fix command_affiliation docstring | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-05 | Fix wording in command_args_parser.quoted docstring | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-01-25 | Render SVG avatars directly at the final resolution. | Emmanuel Gil Peyrot | |
2019-01-24 | Add a stub Image class, to let poezio run even when Pillow isn’t installed. | Emmanuel Gil Peyrot | |
2019-01-24 | AvatarWin: Add SVG support. | Emmanuel Gil Peyrot | |
2019-01-23 | Improve text of impromptu command | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-01-22 | Fix syntax errors in the previous commit. | Emmanuel Gil Peyrot | |
2019-01-22 | Store get_theme() in a variable in each function, to avoid redundant calls. | Emmanuel Gil Peyrot | |
2019-01-04 | Fix several typos in the docs. | Emmanuel Gil Peyrot | |
Thanks Mopi! | |||
2019-01-02 | Add some more M-arrows keys | Emmanuel Gil Peyrot | |
Thanks terminals, for your wonderful standardisation! | |||
2018-12-26 | disco plugin: Add iq error reporting | Kim Alvefur | |
Previously it behaved as if the response was empty, which was confusing. | |||
2018-12-16 | Merge branch 'master' into 'master' | mathieui | |
self-ping: do not /cycle on timeout, log only See merge request poezio/poezio!16 | |||
2018-12-16 | Roster: display presence.show when contact goes offline, if available. | Georg Lukas | |
2018-12-16 | Work around /upload not working in direct tabs (similar to #3449) | Georg Lukas | |
2018-12-16 | Work around #3449 | Georg Lukas | |
2018-12-16 | self-ping: do not /cycle on timeout, log only | Georg Lukas | |
2018-12-16 | Merge branch 'invite_impromptu' into 'master' | Maxime Buquet | |
Invite impromptu See merge request poezio/poezio!2 | |||
2018-12-16 | impromptu: add versionadded info in doc | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | impromptu: document default_muc_service | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | impromptu: add or update documentation for commands | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | impromptu: rework string format | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | impromptu: don't set roomname and roomdesc; remove jids argument | Maxime “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-16 | impromptu: fix typo in log line | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | Remove TODO comment about user-friendly muc name | Maxime “pep” Buquet | |
See #3447 instead. This can be generated at runtime. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | impromptu: Incorporate feedback from daniel for muc options | Maxime “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-16 | impromptu: shorten config field list formatting | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | Add /invite for ConversationTab to generate new room with all invitees | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | Use identites from server for muc service | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | Add error message if muc service not found | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | Add configuration for default_muc server to join if no muc available on domain | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | Initial impromptu command | Maxime “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-16 | Add gitignore | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |