ngircd-tor/src/ngircd
Florian Westphal 61966a6088 add const qualifier to Hash() and Matche() Arguments 2006-10-06 21:23:47 +00:00
..
Makefile.am Don't use "awk" directly, instead use $(AWK) variable. 2006-03-11 01:48:50 +00:00
array.c array_get: no need to multiply again. remove unneeded checks. remove array_free_wipe(). 2006-09-30 21:49:46 +00:00
array.h use size_t instead of unsigned int. 2005-08-30 13:36:32 +00:00
channel.c cleaned up Channel_IsValidName (now uses strcspn()) 2006-10-02 21:55:49 +00:00
channel.h cleaned up Channel_IsValidName (now uses strcspn()) 2006-10-02 21:55:49 +00:00
client.c Client_IsValidNick: no need to strcpy. 2006-10-06 19:57:56 +00:00
client.h Client_IsValidNick: no need to strcpy. 2006-10-06 19:57:56 +00:00
conf.c Update info text of local server after re-reading configuration. 2006-10-03 10:59:40 +00:00
conf.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-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 Removed (theoretically) division by zero; reformated some code. 2006-07-23 23:05:20 +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 io_close_poll()s closing brace mysteriously disappeared... fixed. 2006-09-19 18:21:30 +00:00
io.h Reformatted some comments. 2005-07-14 09:11:38 +00:00
irc-channel.c Channel_Join was severely broken. 2006-10-05 18:26:54 +00:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c Changed Numerics 265 and 266 to follow ircd 2.11.x "standards". 2006-10-01 19:13:32 +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 -whitespace damage 2006-08-12 11:56:24 +00:00
irc-mode.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-op.c s/Log(LOG_DEBUG/LogDebug(/ , translated comments, etc. 2006-08-12 11:58:21 +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 Allow PASS syntax defined in RFC 1459 for server links, too. 2006-10-01 19:05:00 +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 -whitespace damage 2006-08-12 11:56:24 +00:00
lists.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +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 Changed Numerics 265 and 266 to follow ircd 2.11.x "standards". 2006-10-01 19:13:32 +00:00
ngircd.c Updated copyright notice ;-) 2006-07-23 12:07:33 +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 simplify Resolve_Read(). 2006-08-12 11:54:23 +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