ngircd-tor/src/ngircd
Alexander Barton 53b98fd7e9 Fixes the wrong logging output when nested servers are introduced
to the network as well as the wrong output of the LINKS command.
2007-11-20 20:02:40 +00:00
..
.cvsignore Added .cvsignore files to hide generated files from CVS. 2006-12-28 13:20:07 +00:00
Makefile.am Don't use "awk" directly, instead use $(AWK) variable. 2006-03-11 01:48:50 +00:00
array.c Fix code to compile using K&R C compiler and ansi2kr again. 2007-11-18 15:05:35 +00:00
array.h use size_t instead of unsigned int. 2005-08-30 13:36:32 +00:00
channel.c fix compile /w gcc 2.95 (reported by Tassilo Schweyer) 2007-06-11 20:06:46 +00:00
channel.h remove unused function Channel_PCount 2006-12-07 22:23:39 +00:00
client.c New config option NoDNS: disables all DNS queries. 2007-10-25 11:01:19 +00:00
client.h Remove Client_DestroyNow() to keep semantik "every CONNECTON has a CLIENT". 2007-01-23 16:07:19 +00:00
conf.c New config option NoDNS: disables all DNS queries. 2007-10-25 11:01:19 +00:00
conf.h New config option NoDNS: disables all DNS queries. 2007-10-25 11:01:19 +00:00
conn-func.c Numeric 317: implemented "signon time" (displayed in WHOIS result). 2007-10-04 15:03:55 +00:00
conn-func.h Numeric 317: implemented "signon time" (displayed in WHOIS result). 2007-10-04 15:03:55 +00:00
conn-zip.c Reworked read and write buffer handling, introduced WRITEBUFFER_SLINK_LEN. 2007-05-17 23:34:24 +00:00
conn-zip.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
conn.c Fix code to compile using K&R C compiler and ansi2kr again. 2007-11-18 15:05:35 +00:00
conn.h Numeric 317: implemented "signon time" (displayed in WHOIS result). 2007-10-04 15:03:55 +00:00
defines.h implement /WALLOPS as described in RFC 2812, section 4.7. 2007-08-02 10:14:26 +00:00
hash.c add const qualifier to Hash() and Matche() Arguments 2006-10-06 21:23:47 +00:00
hash.h add const qualifier to Hash() and Matche() Arguments 2006-10-06 21:23:47 +00:00
io.c Fix code to compile using K&R C compiler and ansi2kr again. 2007-11-18 15:05:35 +00:00
io.h Fixed typo in #ifdef which tests if this header is already included or not. 2006-12-25 22:53:52 +00:00
irc-channel.c SECURITY: Fixed a severe bug in handling JOIN commands, which could 2007-07-31 18:56:13 +00:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c Fix code to compile using K&R C compiler and ansi2kr again. 2007-11-18 15:05:35 +00:00
irc-info.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-login.c Removed an unused variable -- but where did it come from!? Strange ... 2006-10-03 10:28:38 +00:00
irc-login.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-mode.c Fixed propagation of channel mode 'P' on server links. 2007-10-14 12:08:57 +00:00
irc-mode.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-op.c moved invite/ban lists to channel structure 2006-12-07 17:57:20 +00:00
irc-op.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-oper.c implement /WALLOPS as described in RFC 2812, section 4.7. 2007-08-02 10:14:26 +00:00
irc-oper.h implement /WALLOPS as described in RFC 2812, section 4.7. 2007-08-02 10:14:26 +00:00
irc-server.c Fixes the wrong logging output when nested servers are introduced 2007-11-20 20:02:40 +00:00
irc-server.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-write.c -whitespace damage 2006-08-12 11:56:24 +00:00
irc-write.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
irc.c Don't include conn.h, conn-func.h is enough. 2006-07-23 14:55:40 +00:00
irc.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
lists.c return false instead of NULL in error path 2007-01-29 21:13:26 +00:00
lists.h moved invite/ban lists to channel structure 2006-12-07 17:57:20 +00:00
log.c if compiling without -DDEBUG, make LogDebug 'static inline' so gcc optimizes it away. 2006-08-05 09:16:21 +00:00
log.h if compiling without -DDEBUG, make LogDebug 'static inline' so gcc optimizes it away. 2006-08-05 09:16:21 +00:00
match.c add const qualifier to Hash() and Matche() Arguments 2006-10-06 21:23:47 +00:00
match.h add const qualifier to Hash() and Matche() Arguments 2006-10-06 21:23:47 +00:00
messages.h Numeric 317: implemented "signon time" (displayed in WHOIS result). 2007-10-04 15:03:55 +00:00
ngircd.c if ngircd doesn't run chrooted, it tries to chdir 2007-11-15 01:03:01 +00:00
ngircd.h removed global variable NGIRCd_NoDaemon 2005-06-24 19:20:56 +00:00
parse.c implement /WALLOPS as described in RFC 2812, section 4.7. 2007-08-02 10:14:26 +00:00
parse.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
rendezvous.c Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
rendezvous.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
resolve.c don't call Resolve_Shutdown() when io_event_create fails 2006-12-17 22:50:51 +00:00
resolve.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00