Age | Commit message (Expand) | Author |
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-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 | 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 | Fixes #2355 | 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 | Add a /groupmove command. Fixes #2352 | mathieui |
2012-04-18 | Fix a small mistake | mathieui |
2012-04-18 | Add a get_nick method to the tabs | 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-02 | Fixes #2349 | mathieui |
2012-03-26 | Remove some useless refreshs | mathieui |
2012-03-25 | Do not add stanzas to the xml_tab buffer unless there an is active one | mathieui |
2012-03-13 | Fix /affiliation | mathieui |
2012-03-09 | Fixes #2339 | mathieui |
2012-03-07 | Fixes #2341 (also for /server_cycle) | mathieui |
2012-03-01 | Fix a crash on completion_affiliation | mathieui |
2012-02-29 | Fixes #2327 (used "seconds" instead) | mathieui |
2012-02-25 | Fourth of #2336 (fixes #2336) | mathieui |
2012-02-25 | Second and third of #2336 | mathieui |
2012-02-25 | First of #2336 | mathieui |
2012-02-24 | Fixes #2334 | mathieui |
2012-02-24 | Fixes #2333 | mathieui |
2012-02-16 | Add some new events for the plugins | mathieui |
2012-02-16 | Add half-page scrolling (C-u / C-d) | mathieui |
2012-02-16 | Add shortcuts to browse the history one line at a time | mathieui |