ngircd-tor/src/ngircd
Alexander Barton d433eb3896 Add flag "L" to default IRC+ server flags: synchronize INVITE-
and BAN-lists.
2004-04-25 15:46:50 +00:00
..
Makefile.am Extended version reporting of CVS builds. 2003-12-04 14:05:16 +00:00
channel.c Fixed some warnings of non-gcc-compilers (e. g. original Apple compiler on 2004-03-11 22:16:31 +00:00
channel.h - New functions Channel_[Set]Key(), Channel_[Set]MaxUsers. 2002-12-16 23:05:24 +00:00
client.c Fixed some warnings of non-gcc-compilers (e. g. original Apple compiler on 2004-03-11 22:16:31 +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 Better logging of decompression errors returned by zlib. 2004-04-25 13:55:34 +00:00
conn-zip.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
conn.c Fixed a wrong assert() which could cause the daemon to exit spuriously 2004-04-25 14:06:11 +00:00
conn.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
defines.h Add flag "L" to default IRC+ server flags: synchronize INVITE- 2004-04-25 15:46:50 +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 Servers other than the destination server didn't clean up the invite 2004-04-09 20:46:46 +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 Fixed some warnings of non-gcc-compilers (e. g. original Apple compiler on 2004-03-11 22:16:31 +00:00
irc-login.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-mode.c Don't send MODE changes when origin is a server and 2004-04-25 15:42:05 +00:00
irc-mode.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-op.c Fixed handling of already existent entries in invite and ban lists: 2004-04-09 21:41:52 +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 Synchronize INVITE- and BAN-lists if the peer requests it: 2004-04-25 15:43:18 +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 Fixed TRACE: don't output "Serv" lines for ourself; display more info. 2004-02-28 02:18:16 +00:00
irc.h - Added "HELP" command. 2003-01-15 13:49:20 +00:00
lists.c New functions: Lists_SendInvites(), Lists_IsInviteEntry(), 2004-04-25 15:40:19 +00:00
lists.h New functions: Lists_SendInvites(), Lists_IsInviteEntry(), 2004-04-25 15:40:19 +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 Fixed TRACE: don't output "Serv" lines for ourself; display more info. 2004-02-28 02:18:16 +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 Fixed some warnings of non-gcc-compilers (e. g. original Apple compiler on 2004-03-11 22:16:31 +00:00
resolve.h Added optional support for IDENT lookups (configure switch "--with-ident"). 2003-12-27 13:01:12 +00:00