ngircd-tor/src/ngircd
Florian Westphal 463c5cb7c5 IRC_PART could reference invalid memory. 2008-01-07 11:42:00 +00:00
..
.cvsignore Added .cvsignore files to hide generated files from CVS. 2006-12-28 13:20:07 +00:00
Makefile.am Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +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 Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +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 bind ListenAddress for outgoing connections 2007-11-23 16:26:03 +00:00
conf.h remove ip-string from Conf_Server struct 2007-11-23 16:28:37 +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 format arg: ListenAddress was printed instead of Bind address. 2007-12-13 01:30:16 +00:00
conn.h Numeric 317: implemented "signon time" (displayed in WHOIS result). 2007-10-04 15:03:55 +00:00
defines.h Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +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 io_event_disable: return if event-to-disable is already off 2008-01-02 10:29:51 +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 IRC_PART could reference invalid memory. 2008-01-07 11:42:00 +00:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c implement '/STAT u' (uptime) 2007-12-11 11:29:43 +00:00
irc-info.h Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +00:00
irc-login.c Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +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 Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +00:00
irc-server.h Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +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 implement '/STAT u' (uptime) 2007-12-11 11:29:43 +00:00
ngircd.c Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +00:00
ngircd.h removed global variable NGIRCd_NoDaemon 2005-06-24 19:20:56 +00:00
numeric.c Funktions to handle numerics sent to the server. 2007-11-21 12:20:32 +00:00
numeric.h Funktions to handle numerics sent to the server. 2007-11-21 12:20:32 +00:00
parse.c Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +00:00
parse.h Introduce option to configure the maximum nick name lenth in ngircd.conf 2007-11-21 12:16:33 +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 [Resolver]: Use dotted-decimal IP address if hostname is >= 64 2008-01-02 11:03:29 +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