Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-17 | rmodifier: add info about "groups" in /help rmodifier | Sebastien Helleu | |
2013-02-23 | rmodifier: 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-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-08-02 | core: update description of plugins and translate them in output of /plugin | Sebastien Helleu | |
2012-06-04 | rmodifier: reallow names beginning with "#" for rmodifiers | Sebastien Helleu | |
2012-06-04 | rmodifier: prohibit names beginning with "#" for rmodifiers | Sebastien Helleu | |
2012-04-19 | rmodifier: add default rmodifier "quote_pass" to hide password in command ↵ | Sebastien Helleu | |
"/quote pass" (bug #36250) | |||
2012-04-17 | rmodifier: add default rmodifier "server" to hide passwords in commands ↵ | Sebastien Helleu | |
/server and /connect (task #11993) | |||
2012-03-03 | rmodifier: add option "release" in default rmodifier "nickserv" (used to ↵ | Sebastien Helleu | |
hide passwords in command "/msg nickserv") (bug #35705) | |||
2012-01-22 | core: 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-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu | |
2011-07-11 | rmodifier: add missing include of strings.h in rmodifier.c | Sebastien Helleu | |
2011-03-06 | Add missing "extern" in rmodifier-config.h | Sebastien Helleu | |
2011-02-23 | Fix reload of file rmodifier.conf | Sebastien Helleu | |
2011-02-23 | Fix crash when adding rmodifier with invalid regex | Sebastien Helleu | |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-10-31 | Remove dead assignments | Sebastien Helleu | |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu | |
2010-08-11 | Add priority for hooks (task #10550) | Sebastien Helleu | |
2010-08-11 | Add new plugin "rmodifier": alter modifier strings with regular expressions ↵ | Sebastien Helleu | |
(bug #26964) |