ngircd-tor/src/ngircd
Florian Westphal 11af32466f Channel_Mode: change order of if (set) and if (client) check. 2008-04-19 16:51:42 +02:00
..
.gitignore Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01: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 Make Channel_Part name and reason parameters 'const'. 2008-02-26 23:49:33 +01:00
channel.h Make Channel_Part name and reason parameters 'const'. 2008-02-26 23:49:33 +01:00
client.c Fix client.c sparse warnings. 2008-04-04 23:22:06 +02:00
client.h Remove Client_DestroyNow() to keep semantik "every CONNECTON has a CLIENT". 2007-01-23 16:07:19 +00:00
conf.c Do not exit unconditionally if config file cannot be opened 2008-03-26 21:31:13 +01:00
conf.h Do not exit unconditionally if config file cannot be opened 2008-03-26 21:31:13 +01:00
conn-func.c Fix #include's: search log.h locally, include string.h. The latter is required because we include conn.h, which includes resolve.h, which includes ng_ipaddr.h, which contains a macro using strlcpy() ... 2008-03-11 15:42:58 +01: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 IPv6 support. 2008-02-26 23:50:35 +01:00
conn.h IPv6 support. 2008-02-26 23:50:35 +01: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.c: kill select FD_SETSIZE sanity check in io_library_init. 2008-04-03 23:20:26 +02: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 Fix sending of JOINs between servers. 2008-02-26 23:49:33 +01:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy). 2008-02-26 23:49:33 +01:00
irc-info.h Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy). 2008-02-26 23:49:33 +01:00
irc-login.c Fix wrong strncpy usage if CVSDATE defined 2008-02-26 23:49:33 +01:00
irc-login.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-mode.c Channel_Mode: change order of if (set) and if (client) check. 2008-04-19 16:51:42 +02: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 This adds support for sending NOTICEs to a channel. 2008-02-26 23:49:33 +01:00
irc.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
lists.c Constify Lists_MakeMask argument and return type. 2008-04-19 14:11:25 +02:00
lists.h Constify Lists_MakeMask argument and return type. 2008-04-19 14:11:25 +02: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 Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy). 2008-02-26 23:49:33 +01:00
ngircd.c Do not exit unconditionally if config file cannot be opened 2008-03-26 21:31:13 +01: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 Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy). 2008-02-26 23:49:33 +01:00
parse.h [Parser]: Fix minor sparse warnings 2008-01-13 16:12:49 +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 IPv6 support. 2008-02-26 23:50:35 +01:00
resolve.h IPv6 support. 2008-02-26 23:50:35 +01:00