]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/irc-cap.c
Introduce new function IRC_WriteErrClient()
[ngircd-alex.git] / src / ngircd / irc-cap.c
2013-08-06 Alexander BartonIntroduce new function IRC_WriteErrClient()
2013-02-24 Alexander Bartonirc-cap.c: use irc-macros.h
2013-02-24 Alexander Bartonirc-cap.c: Update source code documentation
2013-02-24 Alexander Bartonirc-cap.c: move static functions to the top of the...
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-27 Alexander BartonMerge branch 'umode-B'
2012-08-27 Alexander BartonMerge branch 'recognize-umode-R'
2012-08-27 Alexander BartonGet_CAP_String(): make it buildable with pre-ANSI C...
2012-04-29 Alexander Bartonirc-cap.c: mark arguments of Handle_CAP_ACK() as "unused"
2012-04-27 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-04-27 Alexander Barton"multi-prefix" capability 1/2: implement complete CAP...
2012-04-27 Alexander Barton"CAP REQ" starts capability negotiation and delays...
2012-03-31 Alexander BartonCorrectly handle "CAP END", new client type CLIENT_WAIT...
2012-03-31 Alexander BartonImplement core IRC capability handling and "CAP" command