summary refs log tree commit diff
path: root/src/ngircd/irc-server.c
AgeCommit message (Expand)Author
2012-10-29Fix warning message introduced when cleaning up IRC_SERVER()Alexander Barton
2012-10-29Don't accept connections for servers already beeing linkedAlexander Barton
2012-10-29IRC_SERVER(): Code cleanupAlexander Barton
2012-09-26NJOIN: correctly reset channel level flagsAlexander Barton
2012-09-11Fix some "whitespace glitches"Alexander Barton
2012-09-11Merge branch 'xop' of https://github.com/kart0ffelsack/ngircd into bug92-xopAlexander Barton
2012-08-23Indentation and style fixes.Brett Smith
2012-08-23Move client password from the Client to the Connection struct.Brett Smith
2012-08-06Implemented xop supportSebastian Köhler
2011-03-21Generate WALLOPS message on SQUIT from IRC operatorAlexander Barton
2011-02-13Code cleanup: mostly removing empty linesAlexander Barton
2011-02-13Add Doxygen @file documentation to each source and header fileAlexander Barton
2010-06-30Don't #include client.h when conn.h/conn-func.h is already includedAlexander Barton
2010-06-29Only #include resolve.h if it is really neededAlexander Barton
2009-09-30Generate WALLOPS message on operator-generated SQUITAlexander Barton
2009-09-30Enable SQUIT command for IRC OperatorsAlexander Barton
2009-09-30Code cleanup of IRC_SQUIT() in preparation to deal with bug #73.Alexander Barton
2009-09-11IRC_SERVER(): code cleanup, remove unneeded variableAlexander Barton
2009-04-22irc-server: do not remove hostnames from info textFlorian Westphal
2009-04-21remove or translate old commentsFlorian Westphal
2008-09-23Server links: detect RFC 1459 mode direct after SERVER commandAlexander Barton
2007-11-21Introduce option to configure the maximum nick name lenth in ngircd.confAlexander Barton
2007-11-20Fixes the wrong logging output when nested servers are introducedAlexander Barton
2007-11-18Fix code to compile using K&R C compiler and ansi2kr again.Alexander Barton
2006-12-07moved invite/ban lists to channel structureFlorian Westphal
2006-12-02Log(LOG_DEBUG, .. -> LogDebug()Florian Westphal
2006-10-06channel maxusers now unsigned longFlorian Westphal
2006-10-01Allow PASS syntax defined in RFC 1459 for server links, too.Alexander Barton
2006-04-30Send invite and ban lists only once and not repeatedly for every channel.Alexander Barton
2005-03-19Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.Florian Westphal
2004-05-11Fixed resolver when using IDENT lookups, cleaned up code.Alexander Barton
2004-04-25Synchronize INVITE- and BAN-lists if the peer requests it:Alexander Barton
2004-01-17Added #include for strings.h to fix compiler warnings.Alexander Barton
2003-12-26Removed "USE_" prefixes of configuration #defines.Alexander Barton
2003-07-09NJOIN: Fixed propagation of user channel modes.Alexander Barton
2003-04-20Don'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