summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-18Refactor command_win a bitmathieui
2012-04-18Remove if len(list) in command_thememathieui
2012-04-18Refactor command_list a bitmathieui
2012-04-18Replace arg.split with shell_split in command_messagemathieui
2012-04-18Remove if len(list) in command_helpmathieui
2012-04-15Add a way to bookmark all the rooms at oncemathieui
2012-04-02Fixes #2350 (reloading static resources on SIGHUP)mathieui
2012-04-02Fixes #2349mathieui
2012-03-31Do not show the traceback if unloading a plugin failedmathieui
2012-03-30Should fix the refresh issuemathieui
2012-03-28Fixes #2347mathieui
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-17Fixes #2343mathieui
2012-03-13Fix bookmarksmathieui
2012-03-13Fix /affiliationmathieui
2012-03-13Add a whitespace_interval optionmathieui
2012-03-09Fix a bug in plugin unloading (commands/keys not deleted properly)mathieui
2012-03-09Fixes #2339mathieui
2012-03-09Bring back /set completionmathieui
2012-03-09Add a ca_cert_path optionmathieui
2012-03-08Validate the SSL cert using the TOFU (Trust On First Use) modelmathieui
2012-03-08Fix a bug in the configuration writermathieui