Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-08-17 | windows.text_win: Type almost everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.muc: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.misc: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.list: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.roster_win: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.inputs: Type almost everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.base_wins: Type almost everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.input_placeholders: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.info_bar: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.confirm: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.image: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | Add typing information and reformat stuff | mathieui | |
2018-08-15 | core: Add some more typing information. | Emmanuel Gil Peyrot | |
2018-08-15 | Type DelayedEvent, also in Core. | Emmanuel Gil Peyrot | |
2018-08-15 | Fix an error introduced in the last commit | mathieui | |
2018-08-15 | rostertab, common: Use the default arg of os.getenv(). | Emmanuel Gil Peyrot | |
2018-08-15 | Fix mypy errors, add type annotations | mathieui | |
2018-08-15 | logger: Simplify history loading, fixes mypy errors. | Emmanuel Gil Peyrot | |
2018-08-14 | Next version is 0.13 | mathieui | |
2018-08-13 | Release poezio 0.12v0.12 | mathieui | |
2018-08-13 | Enable the vertical tabs by default | Emmanuel Gil Peyrot | |
It looks *modern*! | |||
2018-08-13 | Switch the default use_log value to true | Emmanuel Gil Peyrot | |
Since this is a privacy sensitive action, a short message is now displayed on first run. | |||
2018-08-13 | Revert "Set enable_avatars to false until the colors issue is fixed" | mathieui | |
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a. | |||
2018-08-12 | Update the OTR plugin | mathieui | |
make it more restrictive and give some hints | |||
2018-08-11 | Fix #3424 (fix receipts) | mathieui | |
2018-08-09 | yapf -rip | mathieui | |
2018-08-09 | Remove the GPG plugin | mathieui | |
It’s broken and nobody is using it as far as I know. | |||
2018-08-08 | Merge branch 'muc-333' into 'master' | mathieui | |
Change the leave message on 333 MUC status See merge request poezio/poezio!8 | |||
2018-08-08 | timed_events, plugin: Remove some DeprecationWarning on invalid escapes in ↵ | Emmanuel Gil Peyrot | |
docstrings. | |||
2018-08-08 | Change the leave message on 333 MUC status | Maxime “pep” Buquet | |
Following the discussion in https://prosody.im/issues/939, and in the prosody@ room, this patch reflects the fact that the 333 status is not a normal leave, and displays the following if it is included: > "badger has left the room due to an error (reason)" Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-07 | Display MUC status 333 as a leave even if 307 is included | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-01 | Fix some leftover issues with tab handling | mathieui | |
2018-07-28 | basetabs: Remove remote_wants_chatstates stubs. | Emmanuel Gil Peyrot | |
2018-07-27 | Fix RGB parsing in colors.py | mathieui | |
Thanks nand for noticing | |||
2018-07-23 | More typing | mathieui | |
2018-07-23 | Make KeyDict still inherit from dict | mathieui | |