Age | Commit message (Expand) | Author |
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 | Documentation for scrollback command. | Madhur Garg |
2019-06-20 | Initial version of scrollback | Madhur Garg |
2019-06-18 | Merge https://lab.louiz.org/poezio/poezio | Madhur Garg |
2019-06-17 | Merge remote-tracking branch 'origin/mr/35' | Maxime “pep” Buquet |
2019-06-17 | Updated copyright for lastlog plugin | Madhur Garg |
2019-06-14 | Corrected the search for lastlog messages and refresh of the window. | Madhur Garg |
2019-06-13 | Corrected the search for lastlog messages and refresh of the window. | Madhur Garg |
2019-06-13 | patch from Maxime Buquet | Maxime Buquet |
2019-06-12 | Corrected the search for lastlog messages and refresh of the window. | Madhur Garg |
2019-06-12 | initial version of a lastlog plugin | Maxime “pep” Buquet |
2019-06-07 | plugins/figlet: error out when figlet doesn't exist | Maxime “pep” Buquet |
2019-05-28 | Also skip librsvg import on AttributeError | Emmanuel Gil Peyrot |
2019-05-11 | plugins/ping: Import missing JID value (thanks madhur, and pylint) | Maxime “pep” Buquet |
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 | plugins: Update use of tab.name to tab.jid where appropriate | 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-21 | doc: Rename keys into keyboard shortcuts, to be more easily discoverable | Emmanuel Gil Peyrot |
2019-04-19 | Refresh tab when information element is added or removed | Maxime “pep” Buquet |
2019-04-18 | doc/commands: fix `versionadded` block indentation | 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 |