Age | Commit message (Expand) | Author |
2021-10-17 | irc: remove parameters argc/argv/argv_eol from command callbacks | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "privmsg" command callback | Sébastien Helleu |
2021-10-17 | irc: ensure the nick is not empty when the nick is required in a command call... | Sébastien Helleu |
2021-10-17 | irc: fix messages displayed when prefix/nick is missing | Sébastien Helleu |
2021-10-17 | irc: remove check of address/host in command callbacks | Sébastien Helleu |
2021-10-17 | irc: shorten error in case of missing parameters in command received | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "mode" command callback | Sébastien Helleu |
2021-10-17 | irc: rename macro IRC_PROTOCOL_CHECK_HOST to IRC_PROTOCOL_CHECK_PREFIX | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "chghost" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "cap" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "account" command callback | Sébastien Helleu |
2021-10-17 | irc: send parsed parameters to IRC command callbacks | Sébastien Helleu |
2021-07-04 | irc, typing: display typing status for IRC nicks | Sébastien Helleu |
2021-06-15 | irc: add support of FAIL/WARN/NOTE messages (issue #1653) | Sébastien Helleu |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-01-13 | tests: add tests on function irc_protocol_parse_time | 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-03-25 | irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_i... | Sébastien Helleu |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-08-10 | core: remove value for first #define in headers, add "PLUGIN" in plugin headers | Sébastien Helleu |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-04-12 | irc: add tag with host ("host_xxx") in IRC messages displayed | Sébastien Helleu |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-11-23 | irc: add support of tags in messages, add support of "server-time" capability... | Sebastien Helleu |
2012-08-23 | irc: keep trailing spaces in IRC messages only for some commands (if message ... | Sebastien Helleu |
2012-05-15 | irc: update channel modes by using chanmodes from message 005 (do not send ex... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2012-01-06 | irc: use redirection to get channel modes after update of modes on channel, d... | 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-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-03-17 | Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-04-18 | Fix bug with charset decoding in irc plugin (for example with iso2022jp) | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | 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-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-09-24 | Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |