ngircd-tor/src/ngircd
Alexander Barton 184eb1c54b Removed unused variable "ret" when using the select() API. 2006-07-23 23:11:44 +00:00
..
Makefile.am Don't use "awk" directly, instead use $(AWK) variable. 2006-03-11 01:48:50 +00:00
array.c ALIGN_XXX( v ) macros now leave v alone if it was already aligned. 2006-07-01 22:11:48 +00:00
array.h use size_t instead of unsigned int. 2005-08-30 13:36:32 +00:00
channel.c changes some comments, minor cleanup 2006-04-23 10:33:37 +00:00
channel.h Implementec numeric "333": Time and user name who set a channel topic. 2005-09-02 12:50:25 +00:00
client.c Client_GetFromConn() removed and replaced with new function Conn_GetClient() 2006-04-23 10:37:27 +00:00
client.h Client_GetFromConn() removed and replaced with new function Conn_GetClient() 2006-04-23 10:37:27 +00:00
conf.c Validate "ServerName" variable. 2006-07-23 16:42:45 +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 Removed unnecessary #define of "LOCAL", now use plain C "static" instead. 2005-07-31 20:13:07 +00:00
hash.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
io.c Removed unused variable "ret" when using the select() API. 2006-07-23 23:11:44 +00:00
io.h Reformatted some comments. 2005-07-14 09:11:38 +00:00
irc-channel.c corrected return value 2006-03-16 20:14:16 +00:00
irc-channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-info.c Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
irc-info.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-login.c Make PONG handler compatible with ngIRCd <= 0.9 ("make it more relaxed"). 2005-09-01 10:51:24 +00:00
irc-login.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-mode.c Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +00:00
irc-mode.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-op.c Reorder #includes, necessary due to removal of #include "defines.h" in 2005-04-27 07:38:00 +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 Send invite and ban lists only once and not repeatedly for every channel. 2006-04-30 21:31:43 +00:00
irc-server.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-write.c Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +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 Removed unnecessary #define of "LOCAL", now use plain C "static" instead. 2005-07-31 20:13:07 +00:00
lists.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
log.c new Function: LogDebug() 2006-02-08 17:33:28 +00:00
log.h new Function: LogDebug() 2006-02-08 17:33:28 +00:00
match.c Removed unnecessary #define of "LOCAL", now use plain C "static" instead. 2005-07-31 20:13:07 +00:00
match.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
messages.h Implementec numeric "333": Time and user name who set a channel topic. 2005-09-02 12:50:25 +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 Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-) 2006-05-10 21:24:01 +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