summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
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-19Fixes #2355mathieui
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-18Add a /groupmove command. Fixes #2352mathieui
2012-04-18Fix a small mistakemathieui
2012-04-18Add a get_nick method to the tabsmathieui
2012-04-18Do not quotify completions where it is not allowedmathieui
2012-04-18Quote everything that is completed by default, except commandsmathieui
2012-04-18Do not split on command_accept as it is unneededmathieui
2012-04-18Fix some completions accordingly (name/groupadd/groupremove)mathieui
2012-04-18Split correctly on command_groupremovemathieui
2012-04-18Split correctly on command_namemathieui
2012-04-18Do not split on command_deny as it is unneededmathieui
2012-04-18Do not split on command_unignore as it is unnecessarymathieui
2012-04-18Do not split on command_ignore as it is unnecessarymathieui
2012-04-18Remove a if not len(list) in command_kickmathieui
2012-04-18Do not split on command_part as it is unnecessarymathieui
2012-04-18Do not split on command_nick as it is unnecessarymathieui
2012-04-18Do not split on command_version as it is unnecessarymathieui
2012-04-18Do not split on command_recolor as it is unneededmathieui
2012-04-18Do not split args in command_info as it is not neededmathieui
2012-04-02Fixes #2349mathieui
2012-03-26Remove some useless refreshsmathieui
2012-03-25Do not add stanzas to the xml_tab buffer unless there an is active onemathieui
2012-03-13Fix /affiliationmathieui
2012-03-09Fixes #2339mathieui
2012-03-07Fixes #2341 (also for /server_cycle)mathieui
2012-03-01Fix a crash on completion_affiliationmathieui
2012-02-29Fixes #2327 (used "seconds" instead)mathieui
2012-02-25Fourth of #2336 (fixes #2336)mathieui
2012-02-25Second and third of #2336mathieui
2012-02-25First of #2336mathieui
2012-02-24Fixes #2334mathieui
2012-02-24Fixes #2333mathieui
2012-02-16Add some new events for the pluginsmathieui
2012-02-16Add half-page scrolling (C-u / C-d)mathieui
2012-02-16Add shortcuts to browse the history one line at a timemathieui
2012-02-15Disconnected tabs remain visible until closed or rejoinedmathieui
2012-02-15Do not show joined tabs on startupmathieui
2012-02-14Fixes #2310mathieui
2012-02-14Add 'joined' tab state, and rewrite the function handling the prioritiesmathieui
2012-02-13Fix a traceback when in debug modemathieui
2012-02-12Allow setting the affiliation of a JID, and add outcast affiliationmathieui
2012-02-09Restrict nick change for gmail users because gmail.com is buggymathieui
2012-02-09Remove some debugging printsmathieui
2012-02-05Log the private messages sentmathieui
2012-01-27[Link Mauve] Add the ability to send and receive Attention (XEP-0224).Florent Le Coz
2012-01-26Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz