Age | Commit message (Expand) | Author |
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-24 | Corrects the functionality of /add command in all tabs. Fixes #3395 | Madhur Garg |
2019-03-23 | Merge branch 'muc_subject' into 'master' | Maxime Buquet |
2019-03-23 | Corrected the value of timestamp for MUC subject. Fixes #3451 | Madhur Garg |
2019-03-23 | Treat messages containing subject as regular message if they contain body or ... | Maxime “pep” Buquet |
2019-03-23 | Corrects functionality of /reconnect in all type of tabs. Fixes #3471 | Madhur Garg |
2019-03-20 | 's/an user/a user/g' | Maxime “pep” Buquet |
2019-03-19 | Change 'his/her' to 'their' | Kim Alvefur |
2019-03-19 | Fix various spelling mistakes throughout the code | Kim Alvefur |
2019-03-18 | Merge branch 'set_password' into 'master' | Maxime Buquet |
2019-03-18 | Fixes coding style; Corrected indentation and use of static length when displ... | Madhur Garg |
2019-03-18 | Fixes variable name #3426 | Madhur Garg |
2019-03-18 | Hides the value of 'password' field being displayed in the InfoTab. Fixes #3426 | Madhur Garg |
2019-03-17 | poezio/user: Fix English in docstring | Maxime “pep” Buquet |
2019-03-17 | MUC: update the presence window after each ~10 incoming presences | Georg Lukas |
2019-03-17 | self-ping: match error responses to XEP-0410 | Georg Lukas |
2019-02-28 | code plugin: Add a language class to specify which language this code block i... | Emmanuel Gil Peyrot |
2019-02-28 | Properly raise NotImplementedError, prevent errors being swallowed by safeJID | Maxime “pep” Buquet |
2019-02-26 | Merge branch 'root-bailout' into 'master' | Link Mauve |
2019-02-26 | Prevent poezio from being run as root | Maxime “pep” Buquet |
2019-02-24 | Only server-cycle on exact server matches (#3412) | mathieui |
2019-02-24 | Rename hidden -v option to --custom-version and add a real -v (#3429) | mathieui |
2019-02-24 | Register all commands in the roster but show an error message if used when an... | mathieui |
2019-02-24 | Fix MUC PM logging (#3441) | mathieui |
2019-02-24 | Do not process messages with subject AND thread or body as topic changes (#3452) | mathieui |
2019-02-24 | Fix a bug when closing a tab (#3460) | mathieui |
2019-02-24 | Fix MUC self-PM hidden stacktrace (#3454) | mathieui |
2019-02-14 | Merge branch 'feature/xep-0392-0.5' into 'master' | Maxime Buquet |
2019-02-14 | Remove now-obsolete hsluv dependency | Jonas Schäfer |
2019-02-14 | Embed hsluv | Jonas Schäfer |
2019-02-14 | Update urls to point to lab.louiz.org | Maxime “pep” Buquet |
2019-02-07 | logger: Log the JID during a parsing error. | Emmanuel Gil Peyrot |
2019-02-05 | muctab: fix command_affiliation docstring | Maxime “pep” Buquet |