summaryrefslogtreecommitdiff
path: root/poezio/tabs
AgeCommit message (Expand)Author
2019-01-22Store get_theme() in a variable in each function, to avoid redundant calls.Emmanuel Gil Peyrot
2018-12-16self-ping: do not /cycle on timeout, log onlyGeorg Lukas
2018-12-16Add /invite for ConversationTab to generate new room with all inviteesMaxime “pep” Buquet
2018-12-15Allow additional information elements in MucInfoWin same as ConversationInfoWinMaxime “pep” Buquet
2018-10-18MUC fix for bad servers (#3430)mathieui
2018-09-25Cache highlighting regex in a lru.Emmanuel Gil Peyrot
2018-09-25Improve highlighing regex to deal with fancy nicknamesJonas Schäfer
2018-09-25Split highlight logic and UI changesMaxime “pep” Buquet
2018-08-18muctab: Create the last_talked compare lambda only once.Emmanuel Gil Peyrot
2018-08-17Add typing information and reformat stuffmathieui
2018-08-15rostertab, common: Use the default arg of os.getenv().Emmanuel Gil Peyrot
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-12Update the OTR pluginmathieui
2018-08-09yapf -ripmathieui
2018-08-08Change the leave message on 333 MUC statusMaxime “pep” Buquet
2018-08-07Display MUC status 333 as a leave even if 307 is includedMaxime “pep” Buquet
2018-07-28basetabs: Remove remote_wants_chatstates stubs.Emmanuel Gil Peyrot
2018-07-23More typingmathieui
2018-07-22Replace list() with [] everywhere.Emmanuel Gil Peyrot
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21yapf -ripmathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2018-07-08tabs.rostertab: Use Path for file completion.Emmanuel Gil Peyrot
2018-05-22Fix traceback introduced in aa816640a8531889e5ee2dac14ccb8dad5cbc055.Emmanuel Gil Peyrot
2018-05-16Cancel a paused chatstate after 30s.Emmanuel Gil Peyrot
2018-04-25Fetch all MUC history on first joinMaxime “pep” Buquet
2018-03-14Factorise the /version callback and make it handle errorsEmmanuel Gil Peyrot
2018-03-12Add a “name” column to /bookmarks.Emmanuel Gil Peyrot
2018-02-20Update documentation (& formatting)mathieui
2018-02-11Remove the """smart""" command completionmathieui
2018-01-16Use refresh_input in process_presence_buffer to avoid tracebackMaxime “pep” Buquet
2018-01-16Current tab input is refreshed on kick/ban even when it does not existmathieui
2018-01-13yapf -irmathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-12-27Fix #3354 (wrong formatting for /code messages)mathieui
2017-12-27Fix #3361 (/correct [tab][tab] breaks the line)mathieui
2017-11-28XEP-0392 MUC: re-color users on nickname changeJonas Wielicki
2017-11-24Remove bogus checks for resource features.Emmanuel Gil Peyrot
2017-11-24muctab: Display the bookmark name when available, instead of the localpart.Emmanuel Gil Peyrot
2017-11-23Update the documentation to reflect the removal of features.Emmanuel Gil Peyrot
2017-11-23Remove all remote_wants_chatstates logic, keep the stubs.Emmanuel Gil Peyrot
2017-11-23Remove resource locking in DynamicConversationTab.Emmanuel Gil Peyrot
2017-11-22Fix the case when we receive an unavailable presence while joiningmathieui
2017-11-14yapf -irEmmanuel Gil Peyrot
2017-11-14self-ping: add 'timeout' option for ping responseGeorg Lukas
2017-11-14self-ping: rename option from 'delay' to 'interval'Georg Lukas
2017-11-12Remove unused variablesmathieui
2017-11-12yapf -irmathieui
2017-10-23Include the JID blocked instead of "Contact"Kim Alvefur
2017-10-15Always refresh the MUC when setting or unsetting a user colormathieui