1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-23 05:46:51 +00:00
ngircd/src/ngircd
2003-04-29 12:36:09 +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 Changed all PACKAGE's to PACKAGE_NAME and all VERSION's to PACKAGE_VERSION. 2003-03-31 15:54:21 +00:00
client.h - New function Client_DestroyNow(). 2003-01-15 14:28:25 +00:00
conf.c "ServerName" is checked better now: a dot (".") is required. 2003-04-29 12:36:09 +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 Fixed up some castings. 2003-04-21 10:52:26 +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 The server tried to connect to other servers only once when DNS or socket 2003-04-25 16:47:52 +00:00
conn.h New function Conn_SyncServerStruct(). 2003-03-27 01:20:22 +00:00
defines.h - New constant RENDEZVOUS_TYPE. 2003-02-23 12:03:39 +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 Removed unportable %z formater in strftime(). 2003-04-21 10:54:30 +00:00
irc-info.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-login.c Changed all PACKAGE's to PACKAGE_NAME and all VERSION's to PACKAGE_VERSION. 2003-03-31 15:54:21 +00:00
irc-login.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
irc-mode.c The server didn't validate wheather the "target" client of a channel 2003-01-21 21:04:16 +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 Don't forward NJOIN's for unknown nick names. 2003-04-20 23:09:26 +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 The KILL comand verifies and logs more parameters. 2003-04-29 12:19: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 Changed all PACKAGE's to PACKAGE_NAME and all VERSION's to PACKAGE_VERSION. 2003-03-31 15:54:21 +00:00
log.h - new file header format (in english). 2002-12-12 12:23:43 +00:00
Makefile.am Re-corrected test for CVS version. 2003-03-31 19:01:02 +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 constant RPL_TRACEOPERATOR_MSG. Changed RPL_TRACESERVER_MSG. 2003-03-19 21:16:16 +00:00
ngircd.c Changed all PACKAGE's to PACKAGE_NAME and all VERSION's to PACKAGE_VERSION. 2003-03-31 15:54:21 +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
rendezvous.c Fixed up bad test during unregistering of services. 2003-03-27 01:24:32 +00:00
rendezvous.h - Added new source module "rendezvous". 2003-02-23 12:02:26 +00:00
resolve.c Fixed up some castings. 2003-04-21 10:52:26 +00:00
resolve.h Added missing include for <sys/select.h>. 2003-04-21 10:53:10 +00:00