Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-28 | MucTab: Replace tab.name with tab.jid where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | Replace tab.name with tab.jid | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | multiuserchat: type change_show method | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | core/commands: Use jid parameter instead of name where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | core/completions: Use tab.jid where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | CommandCore: remove None check on MucTab.jid | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | PrivateTab: Use jid parameter instead of name where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | *ConversationTab: Use jid parameter instead of name where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | OneToOneTab: Remove default value for jid parameter | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | ChatTab: Remove None checks on `ChatTab.jid` | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | ChatTab: Change ChatTab.name meaning | Maxime “pep” Buquet | |
`ChatTab.name` is now its own property. It only mirrors `ChatTab.jid` when it is None for compat reasons. If code tries to set `ChatTab.name` and it is a valid JID, `ChatTab.jid` is set instead for compat reasons and `ChatTab.name` stays with its previous value. To have `ChatTab.name` mirror `ChatTab.jid` again, set it to None. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | ChatTab: now accepts only Jids with a domain | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
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 | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-17 | save_order, save: config option is not always a string | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
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 | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | list command: default to domain jid if no argument specified | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | core/commands: remove safeJID call in list command | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | ChatTab: Oops. prevent recursion when using setters | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | ChatTab: utilise self.jid | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | ChatTab: Introduce self.jid as a JID object | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | Revert work on tabs module to change tab.name to JID. | Maxime “pep” Buquet | |
This reverts commits: d693479d05f1ada999c0e29a9d9e2f021dd59e50 2d0cc092fcd154b2d14be0c5ac0ff338607824a0 89a61b84bdb29d3df8c08436c3484fddba8d2ef1 8194d9afbdec2daa1377e07ebb26bb99406473d0 e256c31875c8b67d85fe30d3e2c14c896066657a a21335ac171a827a613dcce744898e822689c9d3 c96e528a8fd1313f75cb792a8e4826fbcfde1bec 0551867bfdb8dfa7dbd5964a15a1a950510e2c71 6ab49c188a6e5bb95773165f0bdbd672b41c8c81 | |||
2019-04-08 | Fix tab.name not being a string by calling the right property | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | PrivateInfoWin: remove safeJID call | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-08 | MucInfoWin: fix room name type | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | Remove more safeJID calls | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | poezio/tabs: Fix jid types for base tabs contructors | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | poezio/text_buffer: Remove JID type for now | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | poezio/tabs/basetabs: remove safeJID call | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | poezio/bookmarks: Fix type for tab name | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | safeJID: Remove some safeJID calls | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | impromptu: catch invalidJID exception for room jid | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | safeJID: Add debug logging on invalidJID exception | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-03-30 | Corrects the functionality of /add and /accept commands in all the tabs. ↵ | Madhur Garg | |
Fixes #3395 Corrects the functionality of /add command in all tabs. Fixes #3395 Removed trailing whitespaces Corrected general way of writing code. Corrects the functionality of /add and /accept commands in all tabs. Fixes #3395 | |||
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 | |
Corrected the value of timestamp for MUC subject. Fixes #3451 Closes #3451 See merge request poezio/poezio!25 | |||
2019-03-23 | Corrected the value of timestamp for MUC subject. Fixes #3451 | Madhur Garg | |
Corrected the value of timestamp for MUC subject. Fixes #3451 Corrects the value of timestamp for messages with delay tag. Fixes #3451 | |||
2019-03-23 | Treat messages containing subject as regular message if they contain body or ↵ | Maxime “pep” Buquet | |
thread. Fixes #3452 in combination with slixmpp@2dda6b80. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-03-23 | Corrects functionality of /reconnect in all type of tabs. Fixes #3471 | Madhur Garg | |
Corrects functionality of /reconnect in all type of tabs. Fixes #3471 Moved command_reconnect from particular tabs to core.commands. Fixes #3471 | |||
2019-03-20 | 's/an user/a user/g' | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-03-19 | Change 'his/her' to 'their' | Kim Alvefur | |
It's shorter and reads better. Also removes 'its', which might be intented to refer to bots or the like. | |||
2019-03-19 | Fix various spelling mistakes throughout the code | Kim Alvefur | |
2019-03-18 | Merge branch 'set_password' into 'master' | Maxime Buquet | |
Hide the value of 'password' field being displayed in the InfoTab. Fixes #3426 Closes #3426 See merge request poezio/poezio!24 | |||
2019-03-18 | Fixes coding style; Corrected indentation and use of static length when ↵ | Madhur Garg | |
displaying hidden value #3426 | |||
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 | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-03-17 | MUC: update the presence window after each ~10 incoming presences | Georg Lukas | |