summaryrefslogtreecommitdiff
path: root/src/plugins/rmodifier
AgeCommit message (Collapse)Author
2013-03-17rmodifier: add info about "groups" in /help rmodifierSebastien Helleu
2013-02-23rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new ↵Sebastien Helleu
modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier "irc_message_auth")
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-06-04rmodifier: reallow names beginning with "#" for rmodifiersSebastien Helleu
2012-06-04rmodifier: prohibit names beginning with "#" for rmodifiersSebastien Helleu
2012-04-19rmodifier: add default rmodifier "quote_pass" to hide password in command ↵Sebastien Helleu
"/quote pass" (bug #36250)
2012-04-17rmodifier: add default rmodifier "server" to hide passwords in commands ↵Sebastien Helleu
/server and /connect (task #11993)
2012-03-03rmodifier: add option "release" in default rmodifier "nickserv" (used to ↵Sebastien Helleu
hide passwords in command "/msg nickserv") (bug #35705)
2012-01-22core: add support of flags in regular expressions and highlight options, add ↵Sebastien Helleu
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-07-11rmodifier: add missing include of strings.h in rmodifier.cSebastien Helleu
2011-03-06Add missing "extern" in rmodifier-config.hSebastien Helleu
2011-02-23Fix reload of file rmodifier.confSebastien Helleu
2011-02-23Fix crash when adding rmodifier with invalid regexSebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with ↵Sebastien Helleu
same name (for same command name in many plugins)
2011-01-01Update copyright datesSebastien Helleu
2010-10-31Remove dead assignmentsSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)