Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-04 | rmodifier: remove plugin (replaced by trigger) | Sebastien Helleu | |
2014-02-28 | rmodifier: fix size used in a snprintf | Sebastien Helleu | |
2014-02-02 | core: fix compilation on Android (replace calls to rindex by strrchr) (bug ↵ | Sebastien Helleu | |
#41420, patch #8301) | |||
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-11-09 | rmodifier: remove unneeded warning | Sebastien Helleu | |
2013-08-05 | rmodifier: add option "missing" for command /rmodifier | Sebastien Helleu | |
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-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-02-23 | Fix crash when adding rmodifier with invalid regex | Sebastien Helleu | |
2011-01-01 | Update copyright dates | 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) |