summaryrefslogtreecommitdiff
path: root/poezio/core
AgeCommit message (Collapse)Author
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-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-02-24Only server-cycle on exact server matches (#3412)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-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-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-10-13Remove implicit import of Core modules leading to circular importsmathieui
Which did not break if we imported modules in a certain order…
2018-09-29Print the error given by the server when /bookmark fails.Emmanuel Gil Peyrot
2018-09-11Fix compatibility with python 3.5.2mathieui
We don’t lose anything, mypy will add these Optionals by itself since it can see the = None.
2018-09-09Allow Tabs object to be slicedMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-15core: Add some more typing information.Emmanuel Gil Peyrot
2018-08-15Type DelayedEvent, also in Core.Emmanuel Gil Peyrot
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-13Switch the default use_log value to trueEmmanuel Gil Peyrot
Since this is a privacy sensitive action, a short message is now displayed on first run.
2018-08-11Fix #3424 (fix receipts)mathieui
2018-08-09yapf -ripmathieui
2018-08-01Fix some leftover issues with tab handlingmathieui
2018-07-23Make KeyDict still inherit from dictmathieui
2018-07-23Light refactoring + typingmathieui
2018-07-23Fix "go_to_previous_tab" and remove the usage of Command.win to move internallymathieui
2018-07-23Use the event handler to refresh when the tab changesmathieui
2018-07-22Fix /messagemathieui
2018-07-22Fix close_all and change_title pluginsmathieui
2018-07-22Do not complete fulljids in /message (Fix #3405)mathieui
2018-07-21Fix Python 3.5 compatibility (no PEP 526)mathieui
:( Debian stable can't have nice things.
2018-07-21Fix some issues found by pylintmathieui
which were probably due to a borked merge
2018-07-21Split type declarations from __init__mathieui
2018-07-21Fix /reordermathieui