Age | Commit message (Expand) | Author |
2019-09-27 | irc: add "user" in output of irc_message_parse (closes #136) | Sébastien Helleu |
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu |
2019-04-13 | irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_... | Sébastien Helleu |
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu |
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split (closes... | Sébastien Helleu |
2019-01-01 | core: update copyright dates | Sébastien Helleu |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu |
2018-10-01 | core: replace "long unsigned int" by "unsigned long" | Sébastien Helleu |
2018-03-25 | core: update translations | Sébastien Helleu |
2018-03-25 | irc: rename functions to search modelist items | Sébastien Helleu |
2018-03-24 | irc: check that the modelist item number is valid before using it | Sébastien Helleu |
2018-03-24 | irc: add indexed ban list, add completion for /unban and /unquiet (closes #59... | Simmo Saan |
2018-01-13 | irc: add server option "split_msg_max_length" | Sébastien Helleu |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-04-05 | core: move nick coloring from irc plugin to core (closes #262) | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-08-14 | irc: add option irc.network.channel_encode (issue #218, issue #482) | Sébastien Helleu |
2015-06-27 | irc: decode/encode only text in IRC messages and not the headers (bug #29886,... | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-12-04 | irc: split info/infolist callbacks | Sébastien Helleu |
2014-11-11 | irc: add infolist "irc_color_weechat" | Sébastien Helleu |
2014-11-01 | irc: reformat some code to make it more readable | Sébastien Helleu |
2014-04-17 | irc: fix description of arguments in infolist "irc_nick" | Sébastien Helleu |
2014-04-12 | api: allow wildcard "*" inside the mask in function string_match | Sébastien Helleu |
2014-02-28 | irc: fix size used in some snprintf | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-01-31 | irc: fix typo in comment | 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-11-23 | irc: add support of tags in messages, add support of "server-time" capability... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ... | Sebastien Helleu |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server (r... | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | 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 #29879),... | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-21 | Move some functions from irc-server.c and irc-protocol.c to irc-message.c | Sebastien Helleu |
2010-11-06 | Add IRC command /notify, new options for notify and infolist "irc_notify" (ta... | Sebastien Helleu |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu... | Sebastien Helleu |
2010-09-20 | Send channel topic to relay client when joining a channel | Sebastien Helleu |
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-15 | Add IRC info "irc_nick_color_name" to get color name of a nick | Sebastien Helleu |