summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-18Adda config.getl to return a lowercase valuemathieui
2012-04-18Document the command/quote behaviourmathieui
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-31Add a /tell pluginmathieui
2012-03-30Should fix the refresh issuemathieui
2012-03-30Fixes #2348mathieui
2012-03-29Turn on optimization, because of reasonsmathieui
2012-03-28Fixes #2347mathieui
2012-03-26Remove some useless refreshsmathieui
2012-03-26Add OTR documentationmathieui
2012-03-25Update READMEmathieui
2012-03-25Add the OTR pluginmathieui
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-09Replace /load with /load_db in AI plugin…mathieui
2012-03-09Add a ca_cert_path optionmathieui
2012-03-09Added doc for ignore_certificate and certificate optionsmathieui
2012-03-09Add a recreational « AI » pluginmathieui
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