ngircd-tor/src/ngircd
Alexander Barton a7956f334e - New command DISCONNECT. 2002-12-31 16:11:24 +00:00
..
Makefile.am - New source module "conn-func.c" and "conn-func.h". 2002-12-30 17:14:28 +00:00
channel.c - Adjusted includes for new "conn-func.h" header. 2002-12-30 17:15:42 +00:00
channel.h - New functions Channel_[Set]Key(), Channel_[Set]MaxUsers. 2002-12-16 23:05:24 +00:00
client.c - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
client.h - new Functions: Client_MaxUserCount(), Client_MyMaxUserCount, Adjust_Counters(). 2002-12-22 23:29:09 +00:00
conf.c - Cleaned up handling of server configuration structures. 2002-12-30 00:01:42 +00:00
conf.h - Cleaned up handling of server configuration structures. 2002-12-30 00:01:42 +00:00
conn-func.c - New source module "conn-func.c" and "conn-func.h". 2002-12-30 17:14:28 +00:00
conn-func.h - New source module "conn-func.c" and "conn-func.h". 2002-12-30 17:14:28 +00:00
conn-zip.c - Reorganized code for new modules "conn-func.c" and "conn-func.h". 2002-12-30 17:14:59 +00:00
conn-zip.h - New source files "conn-zip.c" and "conn-zip.h". 2002-12-30 16:07:23 +00:00
conn.c - Reorganized code for new modules "conn-func.c" and "conn-func.h". 2002-12-30 17:14:59 +00:00
conn.h - Reorganized code for new modules "conn-func.c" and "conn-func.h". 2002-12-30 17:14:59 +00:00
defines.h - definition of CONFIG_FILE and MOTD_FILE is now compatible with -Wtraditional. 2002-12-26 13:17:56 +00:00
hash.c - replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat(). 2002-12-26 16:25:43 +00:00
hash.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-channel.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
irc-channel.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-info.c - Adjusted includes for new "conn-func.h" header. 2002-12-30 17:15:42 +00:00
irc-info.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-login.c - Adjusted includes for new "conn-func.h" header. 2002-12-30 17:15:42 +00:00
irc-login.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-mode.c - replaced some calls to sprintf() with snprintf() -- more secure :-) 2002-12-26 17:14:48 +00:00
irc-mode.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-op.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
irc-op.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-oper.c - New commands CONNECT and DISCONNECT. 2002-12-31 16:10:55 +00:00
irc-oper.h - New commands CONNECT and DISCONNECT. 2002-12-31 16:11:06 +00:00
irc-server.c - Renamed functions now found in "conn-zip.c". 2002-12-30 16:07:50 +00:00
irc-server.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-write.c - Adjusted includes for new "conn-func.h" header. 2002-12-30 17:15:42 +00:00
irc-write.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc.c - Fixed test if we are still connected after a KILL command. 2002-12-31 16:09:55 +00:00
irc.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
lists.c - replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat(). 2002-12-26 16:25:43 +00:00
lists.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
log.c - New signal handler. 2002-12-19 04:29:59 +00:00
log.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
match.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
match.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
messages.h - new message ERR_CANTKILLSERVER_MSG. 2002-12-27 13:15:16 +00:00
ngircd.c - Cleaned up handling of server configuration structures. 2002-12-30 00:01:42 +00:00
ngircd.h - replaced a lot of strcat() calls with strlcat() which is more secure. 2002-12-26 16:48:14 +00:00
parse.c - New command DISCONNECT. 2002-12-31 16:11:24 +00:00
parse.h - new function Parse_GetCommandStruct(). 2002-12-18 13:53:20 +00:00
resolve.c - replaced a lot of strcpy() calls with strlcpy() which is more secure. 2002-12-26 17:04:54 +00:00
resolve.h - Removed needless include of <sys/select.h>. 2002-12-28 15:01:45 +00:00
tool.c - new file header format (in english); 2002-12-12 12:24:18 +00:00
tool.h - new file header format (in english). 2002-12-12 12:23:43 +00:00