ngircd-tor/src/ngircd
Alexander Barton e07542a1ff - Non-members of a channel could crash the server when trying to change its modes. Fixed. 2003-01-17 19:04:19 +00:00
..
Makefile.am - new library "libngtool", reorganized code and directory structure therefore. 2003-01-13 12:20:16 +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 - New function Client_DestroyNow(). 2003-01-15 14:28:25 +00:00
client.h - New function Client_DestroyNow(). 2003-01-15 14:28:25 +00:00
conf.c - New functions Conf_EnableServer(), Conf_DisableServer() and Conf_AddServer(). 2002-12-31 16:12:50 +00:00
conf.h - New functions Conf_EnableServer(), Conf_DisableServer() and Conf_AddServer(). 2002-12-31 16:12:50 +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 - Client structures are removed correctly now if an outgoing connection can't be estahlished. 2003-01-15 14:28: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 - Enhanced (and fixed) CHANINFO command (channel keys, user limits). 2003-01-08 22:04:05 +00:00
irc-channel.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-info.c - Fixed up command forwarding: only to servers! 2003-01-01 13:30:35 +00:00
irc-info.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-login.c - Kill_Nick() uses an "faked internal KILL" now. 2003-01-08 22:28:12 +00:00
irc-login.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-mode.c - Non-members of a channel could crash the server when trying to change its modes. Fixed. 2003-01-17 19:04:19 +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 - Enhanced CHANINFO command for channel keys and user limits. 2003-01-08 22:04:43 +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 - Added "HELP" command. 2003-01-15 13:49:20 +00:00
irc.h - Added "HELP" command. 2003-01-15 13:49:20 +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 - Added support for "TRACE" command. 2003-01-13 18:56:30 +00:00
ngircd.c - Adjusted copyright banner to include 2003 :-) 2003-01-01 13:32:23 +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 - Added "HELP" command. 2003-01-15 13:49:20 +00:00
parse.h - Added missing PARAMS(). 2003-01-03 22:03:51 +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