Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | Add status code handling - Fixes #2338 | mathieui | |
Get status codes in presence and message stanzas, and show information related to them. If the change hinders privacy (logs added, or public JIDs), then a red “Warning” message is shown instead of the classic “Info”. | |||
2012-05-14 | Fix the “/bookmark{,_local} *” behaviour | mathieui | |
2012-05-13 | Catch a possible exception when trying to retrieve the rgb value in curses | mathieui | |
Fixes #2354 | |||
2012-05-12 | Add the ignore_private and private_auto_response options | mathieui | |
MUC-specific options. private_auto_response is empty by default. + new event ignored_private | |||
2012-05-10 | Prevent iq errors & timeouts on /join completion | mathieui | |
2012-05-10 | Fixes #2358 | mathieui | |
2012-05-10 | Fix the usr join/rejoin when someone gets kicked or banned | mathieui | |
2012-05-10 | Add a way to execute a custom command with a custom key binding | mathieui | |
(+doc) | |||
2012-05-10 | Add new status & bookmarks actions | mathieui | |
2012-05-09 | Allow a config to be set & created directly | mathieui | |
2012-05-09 | Fix the size of the XMLTab | mathieui | |
2012-05-08 | Add the possibility to map keys on 'actions' | mathieui | |
2012-05-08 | Fix some roster length issues with group folding | mathieui | |
2012-05-07 | Fix the duplicate messages when talking to an offline gmail contact | mathieui | |
2012-05-05 | Fix some completions | mathieui | |
2012-05-05 | Use COLOR_OWN_NICK whenever possile (Fixes #2318) | mathieui | |
2012-05-05 | Add a /ban command, and fix completion & parameters for /kick | mathieui | |
2012-05-04 | Fix /groupmove | mathieui | |
2012-05-04 | Do not quote the JID for /remove completion | mathieui | |
2012-05-04 | 0030 query now says 'Poezio' or nothing for the client’s identity | mathieui | |
(Fixes #2273) | |||
2012-05-04 | Make the visitor’s color readable (Fixes #2342) | mathieui | |
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 | |
Conflicts: src/core.py src/tabs.py | |||
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 | |
Changed from Resource: - __init__() takes as a parameter a reference to the sleek dict - No more setters, information is directly taken from the sleek roster Changed from Contact: - __init__() takes a sleek RosterItem for the contact - add_resource() → Ø - remove_resource() → Ø - get_resource_by_fulljid() → Ø - get_nb_resources() → __len__() - get_resource_by_fulljid() → __getitem__() or get() - No more setters, information is directly taken from the sleek roster | |||
2012-04-27 | New Roster class and new RosterGroup class | mathieui | |
Removes for Roster: - empty() → Ø - get_contact_len() → Ø - remove_contact_from_group() → Ø - add_contact_to_group() → Ø - add_contact() → add() - remove_contact() → __delitem__() - get_contact_by_jid() → __getitem__() - edit_groups_of_contact() → update_contact_groups() Removes for RosterGroup: - has_contact() → __contains__() - add_contact() → add() - remove_contact() → remove() - is_empty() → __len__() | |||
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 ↵ | Florent Le Coz | |
in our roster. fixes #2356 | |||
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 | |
resource-s | |||
2012-04-18 | Load xep_0092 even if send_poezio_info is false | mathieui | |
2012-04-18 | Add a /groupmove command. Fixes #2352 | mathieui | |
(based on a patch from gio) | |||
2012-04-18 | Fix a small mistake | mathieui | |
2012-04-18 | Add new options use_tab_nicks, show_tab_numbers, and show_tab_names | mathieui | |
(thanks gio) |