summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-03-07Fix the behaviour of /joinmathieui
2012-03-07Fixes #2340mathieui
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-23Fixes #2332mathieui
2012-02-19^S → half-screen upmathieui
2012-02-19Revert a regression on the conversation_msg eventmathieui