| Age | Commit message (Expand) | Author |
| 2008-09-23 | Server links: detect RFC 1459 mode direct after SERVER command | Alexander Barton |
| 2007-11-21 | Introduce option to configure the maximum nick name lenth in ngircd.conf | Alexander Barton |
| 2007-11-20 | Fixes the wrong logging output when nested servers are introduced | Alexander Barton |
| 2007-11-18 | Fix code to compile using K&R C compiler and ansi2kr again. | Alexander Barton |
| 2006-12-07 | moved invite/ban lists to channel structure | Florian Westphal |
| 2006-12-02 | Log(LOG_DEBUG, .. -> LogDebug() | Florian Westphal |
| 2006-10-06 | channel maxusers now unsigned long | Florian Westphal |
| 2006-10-01 | Allow PASS syntax defined in RFC 1459 for server links, too. | Alexander Barton |
| 2006-04-30 | Send invite and ban lists only once and not repeatedly for every channel. | Alexander Barton |
| 2005-03-19 | Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. | Florian Westphal |
| 2004-05-11 | Fixed resolver when using IDENT lookups, cleaned up code. | Alexander Barton |
| 2004-04-25 | Synchronize INVITE- and BAN-lists if the peer requests it: | Alexander Barton |
| 2004-01-17 | Added #include for strings.h to fix compiler warnings. | Alexander Barton |
| 2003-12-26 | Removed "USE_" prefixes of configuration #defines. | Alexander Barton |
| 2003-07-09 | NJOIN: Fixed propagation of user channel modes. | Alexander Barton |
| 2003-04-20 | Don't forward NJOIN's for unknown nick names. | Alexander Barton |
| 2003-01-08 | - Enhanced CHANINFO command for channel keys and user limits. | Alexander Barton |
| 2002-12-30 | - Renamed functions now found in "conn-zip.c". | Alexander Barton |
| 2002-12-30 | - Cleaned up handling of server configuration structures. | Alexander Barton |
| 2002-12-26 | - replaced some calls to sprintf() with snprintf() -- more secure :-) | Alexander Barton |
| 2002-12-26 | - replaced a lot of strcpy() calls with strlcpy() which is more secure. | Alexander Barton |
| 2002-12-26 | - replaced a lot of strcat() calls with strlcat() which is more secure. | Alexander Barton |
| 2002-12-26 | - replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat(). | Alexander Barton |
| 2002-12-12 | - new file header format (in english); | Alexander Barton |
| 2002-11-30 | - Parser auf Befehlstabelle umgestellt. | Alexander Barton |
| 2002-11-28 | - SQUIT wird nicht mehr zweimal fuer einen Server verschickt. | Alexander Barton |
| 2002-11-26 | - Unterstuetzung fuer komprimierte Server-Server-Links implementiert. | Alexander Barton |
| 2002-11-19 | - Server identifizieren sich nun mit asyncronen Passwoertern. | Alexander Barton |
| 2002-11-05 | - IRC_Server() ruft nun Conn_SetServer() zur Server-Registrierung auf. | Alexander Barton |
| 2002-10-04 | - "format-string-bugs", die zum Abbruch des Servers fuehrten, behoben. | Alexander Barton |
| 2002-09-07 | - IRC+-Protokoll ist nun abschaltbar. | Alexander Barton |
| 2002-09-03 | - CHANINFO wird auf Server-Links gesendet, wenn unterstuetzt. | Alexander Barton |
| 2002-09-02 | - PASS-Befehl auf NGIRCd_ProtoID umgestellt. | Alexander Barton |
| 2002-08-26 | - Hmpf. "Verfruehtes" CVS-Update einiger Source-Files zurueckgenommen ... | Alexander Barton |
| 2002-08-26 | - Bei einem JOIN in einen persistenten Channel werden nun evtl. zu setzende | Alexander Barton |
| 2002-07-25 | - NJOIN wurde "zerhackt" an andere Server weitergegeben. | Alexander Barton |
| 2002-05-30 | - Weitere Anpassungen an pre-ANSI-Compiler. | Alexander Barton |
| 2002-05-27 | - Anpassungen an pre-ANSI-Compiler, | Alexander Barton |
| 2002-04-08 | - Es wird nicht mehr anhand der Parameter-Anzahl, sondern des Token erkannt, | Alexander Barton |
| 2002-03-27 | - einige Log-Meldungen werden nun auch als Server Notice verschickt. | Alexander Barton |
| 2002-03-25 | - alle Client_GetFromID() durch Client_Search() ersetzt. | Alexander Barton |
| 2002-03-12 | - externe portab-Header werden nicht mehr benoetigt/benutzt, dadurch | Alexander Barton |
| 2002-03-11 | - SQUIT, QUIT: Loglevel bei unbekannten Clients wieder auf WARNING erhoeht. | Alexander Barton |
| 2002-03-11 | - Client_Destroy() hat neuen Paramter: QUITs fuer Clients verschicken? | Alexander Barton |
| 2002-03-11 | - Log-Level von SQUIT und QUIT bei unbekannten Clients auf DEBUG herabgesetzt. | Alexander Barton |
| 2002-03-06 | - kleine Code-Umstellungen. | Alexander Barton |
| 2002-03-03 | - Source in weitere Module fuer IRC-Befehle aufgesplitted. | Alexander Barton |