ngircd-tor/src/ngircd
Alexander Barton 8edeed8418 Make sure that errno of fopen() isn't overwritten by the logging code. 2005-02-07 19:31:34 +00:00
..
Makefile.am Enhanced output of "make lint". 2004-05-09 18:23:35 +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 Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>. 2005-01-20 00:11:49 +00:00
client.h - New function Client_DestroyNow(). 2003-01-15 14:28:25 +00:00
conf.c New configuration variable "PidFile", section "[Global]": if defined, 2005-02-04 14:24:20 +00:00
conf.h New configuration variable "PidFile", section "[Global]": if defined, 2005-02-04 14:24:20 +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 detection of IRC lines which are too long to send. Detected by 2005-01-19 23:33:53 +00:00
conn.h Removed "USE_" prefixes of configuration #defines. 2003-12-26 15:55:07 +00:00
defines.h New configuration variable "PidFile", section "[Global]": if defined, 2005-02-04 14:24:20 +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 Use ngt_TrimLastChr() where useful, by Florian Westphal. 2005-02-04 13:15:38 +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 Fixed resolver when using IDENT lookups, cleaned up code. 2004-05-11 00:01:11 +00:00
irc-server.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-write.c Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and 2004-10-20 13:47:32 +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 Fixed a buffer overflow that could cause the daemon to crash. Bug found 2005-01-26 13:23:24 +00:00
lists.h New functions: Lists_SendInvites(), Lists_IsInviteEntry(), 2004-04-25 15:40:19 +00:00
log.c Fixed a bug that could case a root exploit when the daemon is compiled 2005-02-03 09:26:42 +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 Make sure that errno of fopen() isn't overwritten by the logging code. 2005-02-07 19:31:34 +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 Don't use a POSIX thread for the Howl "run loop". 2004-12-26 16:48:53 +00:00
rendezvous.h - Added new source module "rendezvous". 2003-02-23 12:02:26 +00:00
resolve.c Fixed resolver when using IDENT lookups, cleaned up code. 2004-05-11 00:01:11 +00:00
resolve.h Fixed resolver when using IDENT lookups, cleaned up code. 2004-05-11 00:01:11 +00:00