| Age | Commit message (Expand) | Author |
| 2012-10-29 | Fix warning message introduced when cleaning up IRC_SERVER() | Alexander Barton |
| 2012-10-29 | Don't accept connections for servers already beeing linked | Alexander Barton |
| 2012-10-29 | IRC_SERVER(): Code cleanup | Alexander Barton |
| 2012-09-26 | NJOIN: correctly reset channel level flags | Alexander Barton |
| 2012-09-11 | Fix some "whitespace glitches" | Alexander Barton |
| 2012-09-11 | Merge branch 'xop' of https://github.com/kart0ffelsack/ngircd into bug92-xop | Alexander Barton |
| 2012-08-23 | Indentation and style fixes. | Brett Smith |
| 2012-08-23 | Move client password from the Client to the Connection struct. | Brett Smith |
| 2012-08-06 | Implemented xop support | Sebastian Köhler |
| 2011-03-21 | Generate WALLOPS message on SQUIT from IRC operator | Alexander Barton |
| 2011-02-13 | Code cleanup: mostly removing empty lines | Alexander Barton |
| 2011-02-13 | Add Doxygen @file documentation to each source and header file | Alexander Barton |
| 2010-06-30 | Don't #include client.h when conn.h/conn-func.h is already included | Alexander Barton |
| 2010-06-29 | Only #include resolve.h if it is really needed | Alexander Barton |
| 2009-09-30 | Generate WALLOPS message on operator-generated SQUIT | Alexander Barton |
| 2009-09-30 | Enable SQUIT command for IRC Operators | Alexander Barton |
| 2009-09-30 | Code cleanup of IRC_SQUIT() in preparation to deal with bug #73. | Alexander Barton |
| 2009-09-11 | IRC_SERVER(): code cleanup, remove unneeded variable | Alexander Barton |
| 2009-04-22 | irc-server: do not remove hostnames from info text | Florian Westphal |
| 2009-04-21 | remove or translate old comments | Florian Westphal |
| 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 |