ngircd-tor/src/ngircd
Alexander Barton 33f4e6763b Better logging while establishing and shutting down connections.
Results of the resolver are now discarded after the client is registered.
2004-02-28 02:01:01 +00:00
..
Makefile.am Extended version reporting of CVS builds. 2003-12-04 14:05:16 +00:00
channel.c Added #include for strings.h to fix compiler warnings. 2004-01-17 03:17:49 +00:00
channel.h - New functions Channel_[Set]Key(), Channel_[Set]MaxUsers. 2002-12-16 23:05:24 +00:00
client.c Added #include for strings.h to fix compiler warnings. 2004-01-17 03:17:49 +00:00
client.h - New function Client_DestroyNow(). 2003-01-15 14:28:25 +00:00
conf.c Added #include for strings.h and added some casts to remove compiler warnings. 2004-01-17 03:17:00 +00:00
conf.h New configuration option "MaxConnectionsIP". 2003-11-05 21:41:01 +00:00
conn-func.c Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
conn-func.h - New source module "conn-func.c" and "conn-func.h". 2002-12-30 17:14:28 +00:00
conn-zip.c Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
conn-zip.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
conn.c Better logging while establishing and shutting down connections. 2004-02-28 02:01:01 +00:00
conn.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
defines.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
hash.c - replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat(). 2002-12-26 16:25:43 +00:00
hash.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-channel.c - Enhanced (and fixed) CHANINFO command (channel keys, user limits). 2003-01-08 22:04:05 +00:00
irc-channel.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-info.c Added #include for strings.h to fix compiler warnings. 2004-01-17 03:17:49 +00:00
irc-info.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-login.c The info text ("real name") of users is set to "-" if none has been 2004-02-04 19:56:04 +00:00
irc-login.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-mode.c Fixed and enhanced penalty handling; changed internal time resoluiton of 2003-11-05 23:24:48 +00:00
irc-mode.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-op.c Fixed abort() when inviting users to nonexistent channels. 2003-12-05 11:57:28 +00:00
irc-op.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-oper.c - New commands CONNECT and DISCONNECT. 2002-12-31 16:10:55 +00:00
irc-oper.h - New commands CONNECT and DISCONNECT. 2002-12-31 16:11:06 +00:00
irc-server.c Added #include for strings.h to fix compiler warnings. 2004-01-17 03:17:49 +00:00
irc-server.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-write.c Fixed and enhanced penalty handling; changed internal time resoluiton of 2003-11-05 23:24:48 +00:00
irc-write.h Fixed and enhanced penalty handling; changed internal time resoluiton of 2003-11-05 23:24:48 +00:00
irc.c Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
irc.h - Added "HELP" command. 2003-01-15 13:49:20 +00:00
lists.c Added #include for strings.h to fix compiler warnings. 2004-01-17 03:17:49 +00:00
lists.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
log.c Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
log.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
match.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
match.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
messages.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
ngircd.c Removed some debug code; translated some source code comments. 2004-01-19 21:54:59 +00:00
ngircd.h - replaced a lot of strcat() calls with strlcat() which is more secure. 2002-12-26 16:48:14 +00:00
parse.c Added #include for strings.h to fix compiler warnings. 2004-01-17 03:17:49 +00:00
parse.h - Added missing PARAMS(). 2003-01-03 22:03:51 +00:00
rendezvous.c Fixed up bad test during unregistering of services. 2003-03-27 01:24:32 +00:00
rendezvous.h - Added new source module "rendezvous". 2003-02-23 12:02:26 +00:00
resolve.c Added optional support for IDENT lookups (configure switch "--with-ident"). 2003-12-27 13:01:12 +00:00
resolve.h Added optional support for IDENT lookups (configure switch "--with-ident"). 2003-12-27 13:01:12 +00:00