Age | Commit message (Expand) | Author |
2012-04-29 | Remover leftover unused 'resources' property | mathieui |
2012-04-28 | Trigger only the 'normal_presence' event if the contact is in the roster | mathieui |
2012-04-27 | Prevent some iteration problems | mathieui |
2012-04-27 | Roster update: Merge branch 'master' of https://git.louiz.org/poezio | mathieui |
2012-04-27 | Update the ConversationTab | mathieui |
2012-04-27 | Update group commands | mathieui |
2012-04-27 | Update commmand_add, command_remove, command_accept, and command_deny | mathieui |
2012-04-27 | Update the roster search functions | mathieui |
2012-04-27 | Fix the completion for all commands manipulating the roster | mathieui |
2012-04-27 | Add the new subscription handlers and update on_message() and disconnect() | mathieui |
2012-04-27 | Update the got_online, got_offline, and presence handlers | mathieui |
2012-04-27 | New roster attributes and new subscription events | mathieui |
2012-04-27 | Necessary modifications for the API change | mathieui |
2012-04-27 | Remove some debug info | mathieui |
2012-04-27 | New Contact and Resource class | mathieui |
2012-04-27 | New Roster class and new RosterGroup class | mathieui |
2012-04-27 | Fix the get_nick issue correctly this time. | Florent Le Coz |
2012-04-26 | Avoid a traceback when getting the nick of a converstation with someone not i... | Florent Le Coz |
2012-04-19 | Add an autofill for /name in the roster when 'n' is pressed | mathieui |
2012-04-19 | Do not quote the plugins on completion | mathieui |
2012-04-19 | Fixes #2355 | mathieui |
2012-04-19 | Add a show_roster_jids option | mathieui |
2012-04-19 | Show the current status in the ContactInfoWin | mathieui |
2012-04-19 | Show the contact info in the roster when 'i' is pressed | mathieui |
2012-04-18 | Add a 'v' keybind on the roster to get the version of the selected | mathieui |
2012-04-18 | Load xep_0092 even if send_poezio_info is false | mathieui |
2012-04-18 | Document the /groupmove command | mathieui |
2012-04-18 | Add a /groupmove command. Fixes #2352 | mathieui |
2012-04-18 | Fix a small mistake | mathieui |
2012-04-18 | Document the new options | mathieui |
2012-04-18 | Add new options use_tab_nicks, show_tab_numbers, and show_tab_names | mathieui |
2012-04-18 | Add a get_nick method to the tabs | mathieui |
2012-04-18 | Adda config.getl to return a lowercase value | mathieui |
2012-04-18 | Document the command/quote behaviour | mathieui |
2012-04-18 | Do not quotify completions where it is not allowed | mathieui |
2012-04-18 | Quote everything that is completed by default, except commands | mathieui |
2012-04-18 | Do not split on command_accept as it is unneeded | mathieui |
2012-04-18 | Fix some completions accordingly (name/groupadd/groupremove) | mathieui |
2012-04-18 | Split correctly on command_groupremove | mathieui |
2012-04-18 | Split correctly on command_name | mathieui |
2012-04-18 | Do not split on command_deny as it is unneeded | mathieui |
2012-04-18 | Do not split on command_unignore as it is unnecessary | mathieui |
2012-04-18 | Do not split on command_ignore as it is unnecessary | mathieui |
2012-04-18 | Remove a if not len(list) in command_kick | mathieui |
2012-04-18 | Do not split on command_part as it is unnecessary | mathieui |
2012-04-18 | Do not split on command_nick as it is unnecessary | mathieui |
2012-04-18 | Do not split on command_version as it is unnecessary | mathieui |
2012-04-18 | Do not split on command_recolor as it is unneeded | mathieui |
2012-04-18 | Do not split args in command_info as it is not needed | mathieui |
2012-04-18 | Refactor command_win a bit | mathieui |