Age | Commit message (Expand) | Author |
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 |
2010-05-22 | Add isupport value in IRC servers (content of IRC message 005), with new info... | Sebastien Helleu |
2010-04-18 | Replace "joker" by "wildcard" | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-25 | Add "irc_is_nick" for function info_get to check if a string is a valid IRC n... | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu |
2010-01-18 | Add IRC info "irc_nick_color" to get color of a nick | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-07-05 | Add optional nick in arguments for infolist "irc_nick" (format: "server,#chan... | Sebastien Helleu |
2009-06-11 | Fix typo with plural of "ignore" | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-05-03 | Add irc info "irc_current_server" (returned only if one buffer is used for al... | Sebastien Helleu |
2009-04-24 | Add filter with third argument of infolist_get for some infolists (bars, bar ... | Sebastien Helleu |
2009-02-10 | Add irc info "irc_nick" to get current nick on a server | Sebastien Helleu |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu |
2008-09-02 | Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b... | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |