Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-25 | doc: use .asciidoc extension instead of .txt for doc files | Sébastien Helleu | |
2013-11-04 | doc: use one line titles and less chars for delimited blocks/tables in ↵ | Sebastien Helleu | |
asciidoc files | |||
2013-01-01 | doc: update german translations, FAQ, scripting and user guide | Nils Görs | |
2012-11-23 | irc: add support of tags in messages, add support of "server-time" ↵ | Sebastien Helleu | |
capability (task #12255) For a server called "znc" in WeeChat, following command will enable the "server-time" capability: /set irc.server.znc.capabilities "znc.in/server-time" | |||
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ↵ | Sebastien Helleu | |
#35124), add optional server in info_hashtable "irc_message_parse" | |||
2011-10-02 | doc: update german translations, user guide and FAQ | Sebastien Helleu | |
2011-08-26 | irc: add "count" in hashtable returned by "irc_message_split" | Sebastien Helleu | |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2010-09-08 | Update german translations and user guide | Sebastien Helleu | |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). |