summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Collapse)Author
2019-04-07Remove more safeJID callsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07poezio/tabs: Fix jid types for base tabs contructorsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07poezio/text_buffer: Remove JID type for nowMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07poezio/tabs/basetabs: remove safeJID callMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07poezio/bookmarks: Fix type for tab nameMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07impromptu: catch invalidJID exception for room jidMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07safeJID: Add debug logging on invalidJID exceptionMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-30Corrects the functionality of /add and /accept commands in all the tabs. ↵Madhur Garg
Fixes #3395 Corrects the functionality of /add command in all tabs. Fixes #3395 Removed trailing whitespaces Corrected general way of writing code. Corrects the functionality of /add and /accept commands in all tabs. Fixes #3395
2019-03-24Corrects the functionality of /add command in all tabs. Fixes #3395Madhur Garg
2019-03-23Merge branch 'muc_subject' into 'master'Maxime Buquet
Corrected the value of timestamp for MUC subject. Fixes #3451 Closes #3451 See merge request poezio/poezio!25
2019-03-23Corrected the value of timestamp for MUC subject. Fixes #3451Madhur Garg
Corrected the value of timestamp for MUC subject. Fixes #3451 Corrects the value of timestamp for messages with delay tag. Fixes #3451
2019-03-23Treat messages containing subject as regular message if they contain body or ↵Maxime “pep” Buquet
thread. Fixes #3452 in combination with slixmpp@2dda6b80. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-23Corrects functionality of /reconnect in all type of tabs. Fixes #3471Madhur Garg
Corrects functionality of /reconnect in all type of tabs. Fixes #3471 Moved command_reconnect from particular tabs to core.commands. Fixes #3471
2019-03-20's/an user/a user/g'Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-19Change 'his/her' to 'their'Kim Alvefur
It's shorter and reads better. Also removes 'its', which might be intented to refer to bots or the like.
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2019-03-18Merge branch 'set_password' into 'master'Maxime Buquet
Hide the value of 'password' field being displayed in the InfoTab. Fixes #3426 Closes #3426 See merge request poezio/poezio!24
2019-03-18Fixes coding style; Corrected indentation and use of static length when ↵Madhur Garg
displaying hidden value #3426
2019-03-18Fixes variable name #3426Madhur Garg
2019-03-18Hides the value of 'password' field being displayed in the InfoTab. Fixes #3426Madhur Garg
2019-03-17poezio/user: Fix English in docstringMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-17MUC: update the presence window after each ~10 incoming presencesGeorg Lukas
2019-03-17self-ping: match error responses to XEP-0410Georg Lukas
2019-02-28Properly raise NotImplementedError, prevent errors being swallowed by safeJIDMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-26Merge branch 'root-bailout' into 'master'Link Mauve
Prevent poezio from being run as root See merge request poezio/poezio!20
2019-02-26Prevent poezio from being run as rootMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-24Only server-cycle on exact server matches (#3412)mathieui
2019-02-24Rename hidden -v option to --custom-version and add a real -v (#3429)mathieui
2019-02-24Register all commands in the roster but show an error message if used when ↵mathieui
anonymous (#3435)
2019-02-24Fix MUC PM logging (#3441)mathieui
2019-02-24Do not process messages with subject AND thread or body as topic changes (#3452)mathieui
2019-02-24Fix a bug when closing a tab (#3460)mathieui
2019-02-24Fix MUC self-PM hidden stacktrace (#3454)mathieui
and do not display messages twice
2019-02-14Merge 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-14Embed hsluvJonas Schäfer
See: https://lab.louiz.org/poezio/poezio/merge_requests/13#note_7453
2019-02-07logger: Log the JID during a parsing error.Emmanuel Gil Peyrot
2019-02-05muctab: fix command_affiliation docstringMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-05Fix wording in command_args_parser.quoted docstringMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-01-25Render SVG avatars directly at the final resolution.Emmanuel Gil Peyrot
2019-01-24Add a stub Image class, to let poezio run even when Pillow isn’t installed.Emmanuel Gil Peyrot
2019-01-24AvatarWin: Add SVG support.Emmanuel Gil Peyrot
2019-01-23Improve text of impromptu commandMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-01-22Fix syntax errors in the previous commit.Emmanuel Gil Peyrot
2019-01-22Store get_theme() in a variable in each function, to avoid redundant calls.Emmanuel Gil Peyrot
2019-01-02Add some more M-arrows keysEmmanuel Gil Peyrot
Thanks terminals, for your wonderful standardisation!
2018-12-16Roster: display presence.show when contact goes offline, if available.Georg Lukas
2018-12-16self-ping: do not /cycle on timeout, log onlyGeorg Lukas
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>