summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-12Add the ignore_private and private_auto_response optionsmathieui
2012-05-10Prevent iq errors & timeouts on /join completionmathieui
2012-05-10Fixes #2358mathieui
2012-05-10Fix the usr join/rejoin when someone gets kicked or bannedmathieui
2012-05-10Add a way to execute a custom command with a custom key bindingmathieui
2012-05-10Add new status & bookmarks actionsmathieui
2012-05-09Allow a config to be set & created directlymathieui
2012-05-09Fix the size of the XMLTabmathieui
2012-05-08Add the possibility to map keys on 'actions'mathieui
2012-05-08Fix some roster length issues with group foldingmathieui
2012-05-07Fix the duplicate messages when talking to an offline gmail contactmathieui
2012-05-05Fix some completionsmathieui
2012-05-05Use COLOR_OWN_NICK whenever possile (Fixes #2318)mathieui
2012-05-05Add a /ban command, and fix completion & parameters for /kickmathieui
2012-05-04Fix /groupmovemathieui
2012-05-04Do not quote the JID for /remove completionmathieui
2012-05-040030 query now says 'Poezio' or nothing for the client’s identitymathieui
2012-05-04Make the visitor’s color readable (Fixes #2342)mathieui
2012-04-29Remover leftover unused 'resources' propertymathieui
2012-04-28Trigger only the 'normal_presence' event if the contact is in the rostermathieui
2012-04-27Prevent some iteration problemsmathieui
2012-04-27Roster update: Merge branch 'master' of https://git.louiz.org/poeziomathieui
2012-04-27Update the ConversationTabmathieui
2012-04-27Update group commandsmathieui
2012-04-27Update commmand_add, command_remove, command_accept, and command_denymathieui
2012-04-27Update the roster search functionsmathieui
2012-04-27Fix the completion for all commands manipulating the rostermathieui
2012-04-27Add the new subscription handlers and update on_message() and disconnect()mathieui
2012-04-27Update the got_online, got_offline, and presence handlersmathieui
2012-04-27New roster attributes and new subscription eventsmathieui
2012-04-27Necessary modifications for the API changemathieui
2012-04-27Remove some debug infomathieui
2012-04-27New Contact and Resource classmathieui
2012-04-27New Roster class and new RosterGroup classmathieui
2012-04-27Fix the get_nick issue correctly this time.Florent Le Coz
2012-04-26Avoid a traceback when getting the nick of a converstation with someone not i...Florent Le Coz
2012-04-19Add an autofill for /name in the roster when 'n' is pressedmathieui
2012-04-19Do not quote the plugins on completionmathieui
2012-04-19Fixes #2355mathieui
2012-04-19Add a show_roster_jids optionmathieui
2012-04-19Show the current status in the ContactInfoWinmathieui
2012-04-19Show the contact info in the roster when 'i' is pressedmathieui
2012-04-18Add a 'v' keybind on the roster to get the version of the selectedmathieui
2012-04-18Load xep_0092 even if send_poezio_info is falsemathieui
2012-04-18Add a /groupmove command. Fixes #2352mathieui
2012-04-18Fix a small mistakemathieui
2012-04-18Add new options use_tab_nicks, show_tab_numbers, and show_tab_namesmathieui
2012-04-18Add a get_nick method to the tabsmathieui
2012-04-18Adda config.getl to return a lowercase valuemathieui
2012-04-18Do not quotify completions where it is not allowedmathieui