ngircd-tor/src/ngircd
Florian Westphal 4243cae985 register io handler before creating new local client structure 2006-12-25 01:11:12 +00:00
..
Makefile.am Don't use "awk" directly, instead use $(AWK) variable. 2006-03-11 01:48:50 +00:00
array.c fix possibe buffer-off-by one 2006-12-17 22:52:43 +00:00
array.h use size_t instead of unsigned int. 2005-08-30 13:36:32 +00:00
channel.c remove unused function Channel_PCount 2006-12-07 22:23:39 +00:00
channel.h remove unused function Channel_PCount 2006-12-07 22:23:39 +00:00
client.c minor cleanup 2006-12-07 22:24:14 +00:00
client.h -Whitespace Damage; Client_OperCount(), Client_UnknownCount(), Client_MyServerCount() return unsigned long 2006-10-07 10:40:52 +00:00
conf.c predefined channels MUST start with '#', but this is not very intuitive, 2006-11-20 19:32:07 +00:00
conf.h New configuration option "PredefChannelsOnly": if set, make 2006-11-05 13:03:46 +00:00
conn-func.c Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
conn-func.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-zip.c Output some debug messages only if DEBUG_ZIP is #define'd. 2006-07-23 15:19:20 +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 register io handler before creating new local client structure 2006-12-25 01:11:12 +00:00
conn.h Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
defines.h Sorted channel modes alphabetically. 2006-06-15 20:28:15 +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 removed errouneous FD_SETSIZE limit when not using select() 2006-12-16 22:48:34 +00:00
io.h Reformatted some comments. 2005-07-14 09:11:38 +00:00
irc-channel.c moved invite/ban lists to channel structure 2006-12-07 17:57:20 +00:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c -Whitespace Damage; Client_OperCount(), Client_UnknownCount(), Client_MyServerCount() return unsigned long 2006-10-07 10:40:52 +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 moved invite/ban lists to channel structure 2006-12-07 17:57:20 +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 Allow DIE to send a message to all locally connected clients. Closes bug #48. 2006-07-23 15:43:18 +00:00
irc-oper.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-server.c moved invite/ban lists to channel structure 2006-12-07 17:57:20 +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 moved invite/ban lists to channel structure 2006-12-07 17:57:20 +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 fix RPL_LOCALUSERS_MSG (%ld -> %lu) 2006-12-02 14:24:36 +00:00
ngircd.c moved invite/ban lists to channel structure 2006-12-07 17:57:20 +00:00
ngircd.h removed global variable NGIRCd_NoDaemon 2005-06-24 19:20:56 +00:00
parse.c Client_GetFromConn() removed and replaced with new function Conn_GetClient() 2006-04-23 10:37:27 +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