ngircd-tor/src/ngircd
Florian Westphal 46a191caf6 changed RES_STAT buffer to array 2005-07-28 16:13:09 +00:00
..
Makefile.am new io/buffer api. 2005-07-07 18:47:46 +00:00
array.c add array_cat0_temporary() and array_init() 2005-07-28 16:12:50 +00:00
array.h add array_cat0_temporary() and array_init() 2005-07-28 16:12:50 +00:00
channel.c made a few config options unsigned. 2005-07-11 14:11:35 +00:00
channel.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
client.c Only register clients that have been connected at least 30 sec. in WHOIS database. 2005-06-12 16:39:42 +00:00
client.h New function Client_StartTime(). 2005-06-12 16:18:49 +00:00
conf.c change Handle_OPERATOR() formatting 2005-07-17 18:58:04 +00:00
conf.h made a few config options unsigned. 2005-07-11 14:11:35 +00:00
conn-func.c use new buffer API 2005-07-07 18:39:45 +00:00
conn-func.h removed Conn_UnsetOption() function. It was not used anymore. 2005-04-25 18:37:16 +00:00
conn-zip.c use dynamically sized unzip/zip buffer 2005-07-07 18:48:33 +00:00
conn-zip.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
conn.c changed RES_STAT buffer to array 2005-07-28 16:13:09 +00:00
conn.h make Conn_NewListener local to conn.c 2005-07-11 14:56:38 +00:00
defines.h Renamed "Rendezvous" to "Zeroconf". 2005-07-08 16:18:38 +00:00
hash.c Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
hash.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
io.c prevent io_masterfd leak when library_init() is called twice 2005-07-14 14:35:38 +00:00
io.h Reformatted some comments. 2005-07-14 09:11:38 +00:00
irc-channel.c IRC_LIST(): Added missing calls of Client_ID() and cleand up the code. 2005-06-12 18:23:59 +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 strlcpy 2005-06-17 19:15:43 +00:00
irc-info.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-login.c send RFC compliant netsplit messages. 2005-06-04 12:32:09 +00:00
irc-login.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-mode.c remove unneeded strpy() 2005-06-17 19:14:58 +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 made a few config options unsigned. 2005-07-11 14:11:35 +00:00
irc-oper.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-server.c Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-server.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc-write.c Reorder #includes, necessary due to removal of #include "defines.h" in 2005-04-27 07:38:00 +00:00
irc-write.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
irc.c Cleaned up (and documented) the IRC_KILL() function. 2005-04-18 15:44:39 +00:00
irc.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
lists.c Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
lists.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
log.c Get rid of Log_SetDaemonized(). 2005-06-24 19:55:10 +00:00
log.h Get rid of Log_SetDaemonized(). 2005-06-24 19:55:10 +00:00
match.c Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
match.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
messages.h Fixed TRACE: don't output "Serv" lines for ourself; display more info. 2004-02-28 02:18:16 +00:00
ngircd.c s/strcpy/strlcpy/ 2005-07-10 21:07:22 +00:00
ngircd.h removed global variable NGIRCd_NoDaemon 2005-06-24 19:20:56 +00:00
parse.c Eliminate some compiler warnings ("unused parameter"). 2005-07-22 21:31:05 +00:00
parse.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00
rendezvous.c Renamed "Rendezvous" to "Zeroconf". 2005-07-08 16:18:38 +00:00
rendezvous.h Renamed "Rendezvous" to "Zeroconf". 2005-07-08 16:18:38 +00:00
resolve.c changed RES_STAT buffer to array 2005-07-28 16:13:09 +00:00
resolve.h changed RES_STAT buffer to array 2005-07-28 16:13:09 +00:00