Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | Add some more M-arrows keys | Emmanuel Gil Peyrot | |
Thanks terminals, for your wonderful standardisation! | |||
2018-12-16 | Roster: display presence.show when contact goes offline, if available. | Georg Lukas | |
2018-12-16 | self-ping: do not /cycle on timeout, log only | Georg Lukas | |
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 | MucInfoWin: correctly pass JID to additional info plugin | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | ConversationInfoWin: Use similar pattern as MucInfoWin to loop through plugins | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-15 | Use additional info's value directly in MucInfoWin and ConversationInfoWin | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-15 | Allow additional information elements in MucInfoWin same as ConversationInfoWin | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-15 | I give up | mathieui | |
on getting Link Mauve to ever run tests | |||
2018-10-27 | Add missing height and width attributes to FormWin | Emmanuel Gil Peyrot | |
Fixes a regression introduced in cce1a4090a832a6fd2b7be4c610e469efb480b15 when displaying data forms. | |||
2018-10-24 | Add __slots__ in most of the poezio.windows classes, to be more explicit ↵ | Emmanuel Gil Peyrot | |
about their data. | |||
2018-10-18 | logger: Look up the correct start position, not two bytes before. | Emmanuel Gil Peyrot | |
2018-10-18 | logger: Prefix private functions with an underscore. | Emmanuel Gil Peyrot | |
2018-10-18 | Fix 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-18 | MUC fix for bad servers (#3430) | mathieui | |
tentative fix | |||
2018-10-15 | Fix core import in main | mathieui | |
2018-10-13 | Remove implicit import of Core modules leading to circular imports | mathieui | |
Which did not break if we imported modules in a certain order… | |||
2018-09-30 | XEP-0231: Extract cids from XHTML-IM. | Emmanuel Gil Peyrot | |
2018-09-29 | Print the error given by the server when /bookmark fails. | Emmanuel Gil Peyrot | |
2018-09-25 | Cache highlighting regex in a lru. | Emmanuel Gil Peyrot | |
This makes it way faster than having to create it all the time. | |||
2018-09-25 | Improve highlighing regex to deal with fancy nicknames | Jonas Schäfer | |
Nicknames which do not end and start on a word boundary or contain regex metacharacters broke with the previous approach. Fixes #3433. | |||
2018-09-25 | Split highlight logic and UI changes | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-09-11 | Fix compatibility with python 3.5.2 | mathieui | |
We don’t lose anything, mypy will add these Optionals by itself since it can see the = None. | |||
2018-09-09 | Allow Tabs object to be sliced | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-22 | Do not add our directory to the path | mathieui | |
it’s bad practice and can create issues | |||
2018-08-19 | Fix UserList.resize | mathieui | |
2018-08-18 | muctab: Create the last_talked compare lambda only once. | Emmanuel Gil Peyrot | |
2018-08-18 | Fix wrong tests for None. | Emmanuel Gil Peyrot | |
2018-08-18 | Remove some circular type imports. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.bookmark_forms: Type almost everything in this module. | Emmanuel Gil Peyrot | |