summaryrefslogtreecommitdiff
path: root/poezio/tabs
AgeCommit message (Expand)Author
2019-04-28MucTab: Replace tab.name with tab.jid where appropriateMaxime “pep” Buquet
2019-04-27Replace tab.name with tab.jidMaxime “pep” Buquet
2019-04-27PrivateTab: Use jid parameter instead of name where appropriateMaxime “pep” Buquet
2019-04-27*ConversationTab: Use jid parameter instead of name where appropriateMaxime “pep” Buquet
2019-04-27OneToOneTab: Remove default value for jid parameterMaxime “pep” Buquet
2019-04-27ChatTab: Remove None checks on `ChatTab.jid`Maxime “pep” Buquet
2019-04-27ChatTab: Change ChatTab.name meaningMaxime “pep” Buquet
2019-04-27ChatTab: now accepts only Jids with a domainMaxime “pep” Buquet
2019-04-24Merge remote-tracking branch 'origin/mr/29'Maxime “pep” Buquet
2019-04-19Refresh tab when information element is added or removedMaxime “pep” Buquet
2019-04-13Sort chatrooms by namePS Le Stang
2019-04-08ChatTab: Oops. prevent recursion when using settersMaxime “pep” Buquet
2019-04-08ChatTab: utilise self.jidMaxime “pep” Buquet
2019-04-08ChatTab: Introduce self.jid as a JID objectMaxime “pep” Buquet
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-07Remove more safeJID callsMaxime “pep” Buquet
2019-04-07poezio/tabs: Fix jid types for base tabs contructorsMaxime “pep” Buquet
2019-04-07poezio/tabs/basetabs: remove safeJID callMaxime “pep” Buquet
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
2019-03-30Corrects the functionality of /add and /accept commands in all the tabs. Fixe...Madhur Garg
2019-03-24Corrects the functionality of /add command in all tabs. Fixes #3395Madhur Garg
2019-03-23Corrects functionality of /reconnect in all type of tabs. Fixes #3471Madhur Garg
2019-03-20's/an user/a user/g'Maxime “pep” Buquet
2019-03-19Change 'his/her' to 'their'Kim Alvefur
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2019-03-17MUC: update the presence window after each ~10 incoming presencesGeorg Lukas
2019-03-17self-ping: match error responses to XEP-0410Georg Lukas
2019-02-28Properly raise NotImplementedError, prevent errors being swallowed by safeJIDMaxime “pep” Buquet
2019-02-24Register all commands in the roster but show an error message if used when an...mathieui
2019-02-24Fix MUC self-PM hidden stacktrace (#3454)mathieui
2019-02-05muctab: fix command_affiliation docstringMaxime “pep” Buquet
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
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