]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/numeric.c
Correctly use cloaked IRC masks on "INVITE nickname"
[ngircd-alex.git] / src / ngircd / numeric.c
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2013-08-04 Federico G. SchwindtSimplify mode checking on channels and users within...
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtAdd Client_HasFlag() to check if a client has certain...
2013-08-03 Federico G. SchwindtImproved client announcement
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G. SchwindtAdd certificate fingerprint support
2012-11-24 Alexander BartonRework cloaked hostname handling, implement "METADATA...
2012-11-10 Alexander BartonAdd new IRC+ server flag "X": "XOP modes supported"
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-06 Sebastian KöhlerImplemented xop support
2012-01-24 Alexander BartonSend a PING at the end of the server sync to detect it
2011-12-25 Alexander BartonSynchronize G-Lines on server login
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-06-30 Alexander BartonDon't #include client.h when conn.h/conn-func.h is...
2010-06-29 Alexander BartonOnly #include resolve.h if it is really needed
2009-04-25 Tassilo SchweyerFix server list announcement
2008-11-17 Alexander BartonImplement local channels (prefix "&")
2008-09-23 Alexander BartonRespect RFC 1459 compatibility mode when announcing...
2008-09-23 Alexander BartonAnnounce IRC services in the network.
2008-09-23 Alexander BartonMake real use of the CLIENT_SERVICE client type.
2008-09-23 Alexander BartonAnnounce_User(): support RFC 1459 compatibility mode.
2008-09-23 Alexander Bartonnumeric.c: whitespace fixes ...
2008-09-23 Alexander BartonServer links: detect RFC 1459 mode direct after SERVER...
2007-11-21 Alexander BartonFunktions to handle numerics sent to the server.