ngircd-tor/src/ngircd
Alexander Barton ead79d3e39 Use "ServerUID" (and not internal variable name) for error message. 2005-07-08 21:04:39 +00:00
..
Makefile.am new io/buffer api. 2005-07-07 18:47:46 +00:00
array.c safemult_uint(): return bool 2005-07-07 21:26:31 +00:00
array.h add new buffer abstraction layer 2005-07-07 18:38:14 +00:00
channel.c put badchars back in 2005-06-18 08:57:37 +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 remove FD_SETSIZE check (now in io_* functions) 2005-07-07 18:46:46 +00:00
conf.h changed type of Conf_ListenPorts[] from "unsigned int" to UINT16. 2005-03-20 13:54:06 +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 Renamed "Rendezvous" to "Zeroconf". 2005-07-08 16:18:38 +00:00
conn.h use dynamic io buffers 2005-07-07 18:45:33 +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 add new IO layer 2005-07-07 18:38:35 +00:00
io.h add new IO layer 2005-07-07 18:38:35 +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 changed formatting to match ngircd coding style 2005-06-12 18:02:09 +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 Use "ServerUID" (and not internal variable name) for error message. 2005-07-08 21:04:39 +00:00
ngircd.h removed global variable NGIRCd_NoDaemon 2005-06-24 19:20:56 +00:00
parse.c Ignore unknown commands received before the client is registered. 2005-06-24 20:56:46 +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 cleanup, use new io layer. 2005-07-07 18:39:08 +00:00
resolve.h Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. 2005-03-19 18:43:48 +00:00