Age | Commit message (Expand) | Author |
2018-03-25 | irc: add completion with modelist numbers for commands /unban and /unquiet | Sébastien Helleu |
2018-03-24 | irc: fix some styles | 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-07 | core: fix some styles | Sébastien Helleu |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-11-05 | irc: add invite-notify capability to help and completion | Simmo Saan |
2017-11-05 | irc: add chghost capability to help and completion | Simmo Saan |
2017-10-13 | irc: do not clear nicklist when joining an already joined channel if the opti... | Sébastien Helleu |
2017-08-12 | core: fix cast of time_t (to "long long" instead of "long") (closes #1051) | Sébastien Helleu |
2017-06-17 | irc: factor supported CAP version | Simmo Saan |
2017-06-17 | irc: force uppercase subcommand for /cap | Simmo Saan |
2017-06-17 | irc: add support for IRCv3.2 Client Capability Negotiation (closes #586) | Simmo Saan |
2017-05-02 | irc: add option "open" in command /server (closes #966) | Sébastien Helleu |
2017-04-07 | irc: fix double decoding of IRC colors in messages sent/displayed by commands... | Sébastien Helleu |
2017-02-18 | irc: add function irc_server_get_max_modes | Sébastien Helleu |
2017-02-18 | irc: update error message, update translations | Sébastien Helleu |
2017-02-18 | irc: send current modes/masks if next mask doesn't fit in the string | Sébastien Helleu |
2017-02-18 | Merge remote-tracking branch 'origin/pr/579' | Sébastien Helleu |
2017-02-18 | irc: compact some code | Sébastien Helleu |
2017-02-18 | irc: move initialization of variables "inclusive" | Sébastien Helleu |
2017-02-18 | Merge remote-tracking branch 'origin/pr/572' | Sébastien Helleu |
2017-01-06 | irc: fix option "-temp" in command /server (closes #880) | Sébastien Helleu |
2017-01-06 | irc: fix name of option "-temp" in /help server | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-12-11 | irc: rename server option "umodes" to "usermode" | Sébastien Helleu |
2016-12-11 | Merge remote-tracking branch 'origin/pr/820' | Sébastien Helleu |
2016-11-26 | irc: add tag "self_msg" on self messages (closes #840) | Sébastien Helleu |
2016-11-26 | irc: add missing tags on CTCP message sent | Sébastien Helleu |
2016-11-09 | irc: fix help on mask in command /ignore | Sébastien Helleu |
2016-10-12 | Add server option umodes (closes #377) | Simmo Saan |
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu |
2016-06-18 | api: remove functions printf_date() and printf_tags() | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-01-17 | irc: add missing completion "*" for target in command /msg | Sébastien Helleu |
2016-01-17 | irc: fix /msg command with multiple targets including "*" | Sébastien Helleu |
2016-01-17 | irc: add examples in /help ctcp | Sébastien Helleu |
2016-01-17 | irc: add a constant with list of supported CTCPs for completion in command /ctcp | Sébastien Helleu |
2016-01-17 | irc: add missing completion "*" for target in command /ctcp | Sébastien Helleu |
2016-01-17 | irc: do not exit from function in case of error with "ctcp *" | Sébastien Helleu |
2016-01-17 | irc: free allocated memory in case of early exit from the function | Sébastien Helleu |
2016-01-17 | irc: fix code style | Sébastien Helleu |
2016-01-17 | Merge remote-tracking branch 'origin/pr/493' | Sébastien Helleu |
2016-01-03 | irc: remove argument "clear" from command /cap (issue #8, closes #641) | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-12-24 | irc: fix typo | Sébastien Helleu |
2015-12-24 | irc: move option irc.network.alternate_nick into servers (closes #633) | Sébastien Helleu |
2015-11-07 | irc: disallow /quiet, /unquiet on servers without support | Simmo Saan |
2015-11-07 | irc: make /ban, /unban, /quiet, /unquiet send multiple at once (closes #15) | Simmo Saan |
2015-11-03 | irc: add inclusive behavior to /allchan, /allpv, /allserv | Simmo Saan |