ngircd-tor/src/ngircd
Florian Westphal 5675be4cd9 fix compile /w gcc 2.95 (reported by Tassilo Schweyer) 2007-06-11 20:06:46 +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 array_free(): enable debug code only when DEBUG_ARRAY is #define'd. 2006-12-28 12:53:41 +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 Remove Client_DestroyNow() to keep semantik "every CONNECTON has a CLIENT". 2007-01-23 16:07: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 add support for predefined-channel configuration of k and l modes 2006-12-29 14:09:48 +00:00
conf.h add support for predefined-channel configuration of k and l modes 2006-12-29 14:09:48 +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 put parentheses around argument 2007-04-03 22:08:10 +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 Reworked read and write buffer handling, introduced WRITEBUFFER_SLINK_LEN. 2007-05-17 23:34:24 +00:00
conn.h make needlesly global function Conn_Write static. 2007-05-09 13:21:11 +00:00
defines.h Reworked read and write buffer handling, introduced WRITEBUFFER_SLINK_LEN. 2007-05-17 23:34:24 +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 broken IO_DEBUG build 2007-01-19 13:52:54 +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 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 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 fix RPL_LOCALUSERS_MSG (%ld -> %lu) 2006-12-02 14:24:36 +00:00
ngircd.c 2007 :-) 2007-04-09 01:24:05 +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