summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Expand)Author
2018-03-24irc: fix messages on exception to make them easier to translateSébastien Helleu
2018-03-24irc: fix some stylesSébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...Simmo Saan
2018-02-05irc: allow ${irc_server.xxx} and ${server} in server evaluated options (close...Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-11-05irc: add smart filtering for chghost messagesSimmo Saan
2017-11-05irc: display chghost messages in buffersSimmo Saan
2017-11-05irc: add support for IRCv3.2 chghostSimmo Saan
2017-06-17irc: add support for IRCv3.2 Client Capability Negotiation (closes #586)Simmo Saan
2017-06-17irc: add hashtables to keep track of all capabilitiesSimmo Saan
2017-06-17irc: make command characters optional in server's command optionSimmo Saan
2017-03-25irc: send signal "irc_server_lag_changed", store lag in server bufferSébastien Helleu
2017-02-19irc: fix parsing of message 324 (modes) when there is a colon before the mode...Sébastien Helleu
2017-01-01Merge pull request #876 from sim642/switch-join-forwardedSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-31irc: fix buffer switching on manual join for forwarded channelsSimmo Saan
2016-12-11irc: evaluate content of server option "usermode"Sébastien Helleu
2016-12-11irc: rename server option "umodes" to "usermode"Sébastien Helleu
2016-12-11Merge remote-tracking branch 'origin/pr/820'Sébastien Helleu
2016-11-26irc: add tag "self_msg" on self messages (closes #840)Sébastien Helleu
2016-10-12Add server option umodes (closes #377)Simmo Saan
2016-08-30irc: fix display of service notice mask (message 008) (closes #429)Sébastien Helleu
2016-08-07irc: remove evil tabSébastien Helleu
2016-05-19irc: fix NULL pointer dereference in 734 command callbackscumjr
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-02-23irc: add option irc.network.sasl_fail_unavailable (closes #600)Simmo Saan
2016-02-11irc: use upper case for SASL in messages displayedSébastien Helleu
2016-01-06irc: fix channel forwarding (closes #643)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-30irc: add support for IRCv3.2 invite-notifySimmo Saan
2015-12-20irc: fix commentsSébastien Helleu
2015-12-20irc: fix long lineSébastien Helleu
2015-12-20irc: fix condition in account message callbackSébastien Helleu
2015-12-20Merge remote-tracking branch 'origin/pr/351'Sébastien Helleu
2015-10-18irc: fix code styleSébastien Helleu
2015-08-08irc: add support for CAP cap-notifyMax Teufel
2015-08-07Merge remote-tracking branch 'origin/pr/475'Sébastien Helleu
2015-08-05irc: fix update of lag item when the server lag changesSébastien Helleu
2015-07-20irc: add separate color option for current topic in channel bufferSimmo Saan
2015-07-04irc: fix type of value returned by function irc_buffer_build_nameSébastien Helleu
2015-05-04irc: avoid warnings for unsupported WHOX messagesMax Teufel
2015-04-25irc: fix color of new nick in nick changes messages when option irc.look.colo...Sébastien Helleu
2015-04-13irc: fix display of PART messages on channels with +a (anonymous flag) (close...Sébastien Helleu
2015-03-07irc: use NULL instead of "*" for unidentified nicksMax Teufel
2015-03-07irc: protocol: fix minor typo in an exampleMax Teufel
2015-03-07irc: track realnames using extended-join and WHOMax Teufel
2015-02-21irc: remove useless rename of channel buffer on JOIN received with different ...Sébastien Helleu
2015-02-15irc: format IRC message 008 (RPL_SNOMASK) (closes #144)Max Teufel
2015-02-10irc: fix crash in callback of message 354 when the nick is not found in channelSébastien Helleu