summary refs log tree commit diff
path: root/src/ngircd/irc-server.c
AgeCommit message (Expand)Author
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
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 setzendeAlexander 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, dadurchAlexander Barton