summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Collapse)Author
2018-10-18Fix 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-18MUC fix for bad servers (#3430)mathieui
tentative fix
2018-10-15Fix core import in mainmathieui
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-30XEP-0231: Extract cids from XHTML-IM.Emmanuel Gil Peyrot
2018-09-29Print the error given by the server when /bookmark fails.Emmanuel Gil Peyrot
2018-09-25Cache highlighting regex in a lru.Emmanuel Gil Peyrot
This makes it way faster than having to create it all the time.
2018-09-25Improve highlighing regex to deal with fancy nicknamesJonas 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-25Split highlight logic and UI changesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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-22Do not add our directory to the pathmathieui
it’s bad practice and can create issues
2018-08-19Fix UserList.resizemathieui
2018-08-18muctab: Create the last_talked compare lambda only once.Emmanuel Gil Peyrot
2018-08-18Fix wrong tests for None.Emmanuel Gil Peyrot
2018-08-18Remove some circular type imports.Emmanuel Gil Peyrot
2018-08-17windows.bookmark_forms: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.text_win: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.muc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.misc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.list: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.roster_win: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.inputs: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.base_wins: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.input_placeholders: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.info_bar: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.confirm: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.image: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17Add typing information and reformat stuffmathieui
2018-08-15core: Add some more typing information.Emmanuel Gil Peyrot
2018-08-15Type DelayedEvent, also in Core.Emmanuel Gil Peyrot
2018-08-15Fix an error introduced in the last commitmathieui
2018-08-15rostertab, common: Use the default arg of os.getenv().Emmanuel Gil Peyrot
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-15logger: Simplify history loading, fixes mypy errors.Emmanuel Gil Peyrot
2018-08-14Next version is 0.13mathieui
2018-08-13Release poezio 0.12v0.12mathieui
2018-08-13Enable the vertical tabs by defaultEmmanuel Gil Peyrot
It looks *modern*!
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-13Revert "Set enable_avatars to false until the colors issue is fixed"mathieui
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a.
2018-08-12Update the OTR pluginmathieui
make it more restrictive and give some hints
2018-08-11Fix #3424 (fix receipts)mathieui
2018-08-09yapf -ripmathieui
2018-08-09Remove the GPG pluginmathieui
It’s broken and nobody is using it as far as I know.
2018-08-08Merge branch 'muc-333' into 'master'mathieui
Change the leave message on 333 MUC status See merge request poezio/poezio!8
2018-08-08timed_events, plugin: Remove some DeprecationWarning on invalid escapes in ↵Emmanuel Gil Peyrot
docstrings.
2018-08-08Change the leave message on 333 MUC statusMaxime “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-07Display MUC status 333 as a leave even if 307 is includedMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-01Fix some leftover issues with tab handlingmathieui
2018-07-28basetabs: Remove remote_wants_chatstates stubs.Emmanuel Gil Peyrot