summaryrefslogtreecommitdiff
path: root/poezio
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-27multiuserchat: type change_show methodMaxime “pep” Buquet
2019-04-27core/commands: Use jid parameter instead of name where appropriateMaxime “pep” Buquet
2019-04-27core/completions: Use tab.jid where appropriateMaxime “pep” Buquet
2019-04-27CommandCore: remove None check on MucTab.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-21doc: Fix scroll_to_separator description.Emmanuel Gil Peyrot
2019-04-19Refresh tab when information element is added or removedMaxime “pep” Buquet
2019-04-17save_order, save: config option is not always a stringMaxime “pep” Buquet
2019-04-13Sort chatrooms by namePS Le Stang
2019-04-08core/commands: remove more safeJID calls; add type hintsMaxime “pep” Buquet
2019-04-08list command: default to domain jid if no argument specifiedMaxime “pep” Buquet
2019-04-08core/commands: remove safeJID call in list commandMaxime “pep” Buquet
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-08Fix tab.name not being a string by calling the right propertyMaxime “pep” Buquet
2019-04-08PrivateInfoWin: remove safeJID callMaxime “pep” Buquet
2019-04-08MucInfoWin: fix room name typeMaxime “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/text_buffer: Remove JID type for nowMaxime “pep” Buquet
2019-04-07poezio/tabs/basetabs: remove safeJID callMaxime “pep” Buquet
2019-04-07poezio/bookmarks: Fix type for tab nameMaxime “pep” Buquet
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
2019-04-07impromptu: catch invalidJID exception for room jidMaxime “pep” Buquet
2019-04-07safeJID: Add debug logging on invalidJID exceptionMaxime “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-23Merge branch 'muc_subject' into 'master'Maxime Buquet
2019-03-23Corrected the value of timestamp for MUC subject. Fixes #3451Madhur Garg
2019-03-23Treat messages containing subject as regular message if they contain body or ...Maxime “pep” Buquet
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-18Merge branch 'set_password' into 'master'Maxime Buquet
2019-03-18Fixes coding style; Corrected indentation and use of static length when displ...Madhur Garg
2019-03-18Fixes variable name #3426Madhur Garg
2019-03-18Hides the value of 'password' field being displayed in the InfoTab. Fixes #3426Madhur Garg
2019-03-17poezio/user: Fix English in docstringMaxime “pep” Buquet
2019-03-17MUC: update the presence window after each ~10 incoming presencesGeorg Lukas