ngircd-tor/src/ngircd
Florian Westphal 27d93d7d8c fix Config_Error_NaN prototype (first argument missed "const") 2005-03-19 15:46:38 +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 fix Config_Error_NaN prototype (first argument missed "const") 2005-03-19 15:46:38 +00:00
conf.h New configuration option "OperServerMode". 2005-03-15 16:56:16 +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 Implemented support for "secret channels" (channel mode "s"). 2005-03-02 16:35:10 +00:00
hash.c removed unneeded log.h include. 2005-03-19 14:50:59 +00:00
hash.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-channel.c Implemented support for "secret channels" (channel mode "s"). 2005-03-02 16:35:10 +00:00
irc-channel.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-info.c Implemented support for "secret channels" (channel mode "s"). 2005-03-02 16:35:10 +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 New configuration option "OperServerMode". 2005-03-15 16:56:16 +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 Added missing include of "match.h". 2005-03-03 08:36:19 +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 Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug 2005-02-10 12:49:04 +00:00
log.h Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug 2005-02-10 12:49:04 +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 Whitespace fixes. 2005-02-11 13:52:37 +00:00
ngircd.h Don't create version information string each time a client connects but 2005-02-09 09:52:58 +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 New function New_Res_Stat() to initialize RES_STAT structure. 2005-03-05 12:57:14 +00:00
resolve.h Fixed resolver when using IDENT lookups, cleaned up code. 2004-05-11 00:01:11 +00:00