Age | Commit message (Expand) | Author |
2019-06-20 | Added few comments in the code and splitted a part of code into different fun... | Madhur Garg |
2019-06-20 | Fixed some mistakes in coding style | Madhur Garg |
2019-06-20 | Corrects the repeated refresh of the window | Madhur Garg |
2019-06-20 | Updated usage of /sb in documentation | Madhur Garg |
2019-06-20 | Getting the line number of the message in the tab based on the searched times... | Madhur Garg |
2019-06-20 | Code work for /sb goto <+|-linecount>|<linenum>|<timestamp> | Madhur Garg |
2019-06-20 | Corrected code duplication | Madhur Garg |
2019-06-20 | Corrected description of the scrollback command | Madhur Garg |
2019-06-20 | Few imports for scrollback command | Madhur Garg |
2019-06-20 | Initial version of scrollback | Madhur Garg |
2019-05-28 | Also skip librsvg import on AttributeError | Emmanuel Gil Peyrot |
2019-05-07 | config: ensure tabname is not a JID object | Maxime “pep” Buquet |
2019-04-29 | ConversationTab: fix undefined reference, missing self | Maxime “pep” Buquet |
2019-04-28 | MucTab: Replace tab.name with tab.jid where appropriate | Maxime “pep” Buquet |
2019-04-27 | Replace tab.name with tab.jid | Maxime “pep” Buquet |
2019-04-27 | multiuserchat: type change_show method | Maxime “pep” Buquet |
2019-04-27 | core/commands: Use jid parameter instead of name where appropriate | Maxime “pep” Buquet |
2019-04-27 | core/completions: Use tab.jid where appropriate | Maxime “pep” Buquet |
2019-04-27 | CommandCore: remove None check on MucTab.jid | Maxime “pep” Buquet |
2019-04-27 | PrivateTab: Use jid parameter instead of name where appropriate | Maxime “pep” Buquet |
2019-04-27 | *ConversationTab: Use jid parameter instead of name where appropriate | Maxime “pep” Buquet |
2019-04-27 | OneToOneTab: Remove default value for jid parameter | Maxime “pep” Buquet |
2019-04-27 | ChatTab: Remove None checks on `ChatTab.jid` | Maxime “pep” Buquet |
2019-04-27 | ChatTab: Change ChatTab.name meaning | Maxime “pep” Buquet |
2019-04-27 | ChatTab: now accepts only Jids with a domain | Maxime “pep” Buquet |
2019-04-24 | Merge remote-tracking branch 'origin/mr/29' | Maxime “pep” Buquet |
2019-04-21 | doc: Fix scroll_to_separator description. | Emmanuel Gil Peyrot |
2019-04-19 | Refresh tab when information element is added or removed | Maxime “pep” Buquet |
2019-04-17 | save_order, save: config option is not always a string | Maxime “pep” Buquet |
2019-04-13 | Sort chatrooms by name | PS Le Stang |
2019-04-08 | core/commands: remove more safeJID calls; add type hints | Maxime “pep” Buquet |
2019-04-08 | list command: default to domain jid if no argument specified | Maxime “pep” Buquet |
2019-04-08 | core/commands: remove safeJID call in list command | Maxime “pep” Buquet |
2019-04-08 | ChatTab: Oops. prevent recursion when using setters | Maxime “pep” Buquet |
2019-04-08 | ChatTab: utilise self.jid | Maxime “pep” Buquet |
2019-04-08 | ChatTab: Introduce self.jid as a JID object | Maxime “pep” Buquet |
2019-04-08 | Revert work on tabs module to change tab.name to JID. | Maxime “pep” Buquet |
2019-04-08 | Fix tab.name not being a string by calling the right property | Maxime “pep” Buquet |
2019-04-08 | PrivateInfoWin: remove safeJID call | Maxime “pep” Buquet |
2019-04-08 | MucInfoWin: fix room name type | Maxime “pep” Buquet |
2019-04-07 | Remove more safeJID calls | Maxime “pep” Buquet |
2019-04-07 | poezio/tabs: Fix jid types for base tabs contructors | Maxime “pep” Buquet |
2019-04-07 | poezio/text_buffer: Remove JID type for now | Maxime “pep” Buquet |
2019-04-07 | poezio/tabs/basetabs: remove safeJID call | Maxime “pep” Buquet |
2019-04-07 | poezio/bookmarks: Fix type for tab name | Maxime “pep” Buquet |
2019-04-07 | safeJID: Remove some safeJID calls | Maxime “pep” Buquet |
2019-04-07 | impromptu: catch invalidJID exception for room jid | Maxime “pep” Buquet |
2019-04-07 | safeJID: Add debug logging on invalidJID exception | Maxime “pep” Buquet |
2019-03-30 | Corrects the functionality of /add and /accept commands in all the tabs. Fixe... | Madhur Garg |
2019-03-26 | Inform the user and re-instate 0199 pinger on a successful 0198 resume | Georg Lukas |