]> arthur.barton.de Git - ngircd-alex.git/log
ngircd-alex.git
21 years ago- Fixed up command forwarding: only to servers!
Alexander Barton [Wed, 1 Jan 2003 13:29:40 +0000 (13:29 +0000)]
- Fixed up command forwarding: only to servers!

21 years ago- Updated documentation.
Alexander Barton [Tue, 31 Dec 2002 16:18:07 +0000 (16:18 +0000)]
- Updated documentation.

21 years ago- Changed "once"-server-config-flag into a generic flag.
Alexander Barton [Tue, 31 Dec 2002 16:13:29 +0000 (16:13 +0000)]
- Changed "once"-server-config-flag into a generic flag.
- Changed semantics of "NGIRCd_Passive".

21 years ago- New functions Conf_EnableServer(), Conf_DisableServer() and Conf_AddServer().
Alexander Barton [Tue, 31 Dec 2002 16:12:50 +0000 (16:12 +0000)]
- New functions Conf_EnableServer(), Conf_DisableServer() and Conf_AddServer().
- Changed "once"-server-config-flag into a generic flag.

21 years ago- New command DISCONNECT.
Alexander Barton [Tue, 31 Dec 2002 16:11:24 +0000 (16:11 +0000)]
- New command DISCONNECT.

21 years ago- New commands CONNECT and DISCONNECT.
Alexander Barton [Tue, 31 Dec 2002 16:11:06 +0000 (16:11 +0000)]
- New commands CONNECT and DISCONNECT.

21 years ago- New commands CONNECT and DISCONNECT.
Alexander Barton [Tue, 31 Dec 2002 16:10:55 +0000 (16:10 +0000)]
- New commands CONNECT and DISCONNECT.
- Validate operator status before syntax checks.

21 years ago- Fixed test if we are still connected after a KILL command.
Alexander Barton [Tue, 31 Dec 2002 16:09:55 +0000 (16:09 +0000)]
- Fixed test if we are still connected after a KILL command.

21 years ago- Updated documentation.
Alexander Barton [Mon, 30 Dec 2002 17:16:39 +0000 (17:16 +0000)]
- Updated documentation.

21 years ago- Adjusted includes for new "conn-func.h" header.
Alexander Barton [Mon, 30 Dec 2002 17:15:42 +0000 (17:15 +0000)]
- Adjusted includes for new "conn-func.h" header.

21 years ago- Reorganized code for new modules "conn-func.c" and "conn-func.h".
Alexander Barton [Mon, 30 Dec 2002 17:14:59 +0000 (17:14 +0000)]
- Reorganized code for new modules "conn-func.c" and "conn-func.h".

21 years ago- New source module "conn-func.c" and "conn-func.h".
Alexander Barton [Mon, 30 Dec 2002 17:14:28 +0000 (17:14 +0000)]
- New source module "conn-func.c" and "conn-func.h".

21 years ago- Updated dokumentation.
Alexander Barton [Mon, 30 Dec 2002 16:09:39 +0000 (16:09 +0000)]
- Updated dokumentation.

21 years ago- Renamed functions now found in "conn-zip.c".
Alexander Barton [Mon, 30 Dec 2002 16:07:50 +0000 (16:07 +0000)]
- Renamed functions now found in "conn-zip.c".

21 years ago- New source files "conn-zip.c" and "conn-zip.h".
Alexander Barton [Mon, 30 Dec 2002 16:07:23 +0000 (16:07 +0000)]
- New source files "conn-zip.c" and "conn-zip.h".

21 years ago- Cleaned up handling of server configuration structures.
Alexander Barton [Mon, 30 Dec 2002 00:01:42 +0000 (00:01 +0000)]
- Cleaned up handling of server configuration structures.

21 years ago- Fixed up some brackets ("[" and "]") ...
Alexander Barton [Sat, 28 Dec 2002 21:58:02 +0000 (21:58 +0000)]
- Fixed up some brackets ("[" and "]") ...

21 years ago- Optimized tests for <sys/select.h> and <sys/poll.h>.
Alexander Barton [Sat, 28 Dec 2002 21:39:06 +0000 (21:39 +0000)]
- Optimized tests for <sys/select.h> and <sys/poll.h>.

21 years ago- Enhanced check for select() and poll().
Alexander Barton [Sat, 28 Dec 2002 15:17:46 +0000 (15:17 +0000)]
- Enhanced check for select() and poll().

21 years ago- Removed needless include of <sys/select.h>.
Alexander Barton [Sat, 28 Dec 2002 15:01:45 +0000 (15:01 +0000)]
- Removed needless include of <sys/select.h>.

21 years ago- Added tests for <sys/poll.h> and poll().
Alexander Barton [Sat, 28 Dec 2002 14:56:21 +0000 (14:56 +0000)]
- Added tests for <sys/poll.h> and poll().

21 years ago- Fixed prefix of error messages of KILL.
Alexander Barton [Fri, 27 Dec 2002 13:35:19 +0000 (13:35 +0000)]
- Fixed prefix of error messages of KILL.

21 years ago- Updated documentation.
Alexander Barton [Fri, 27 Dec 2002 13:24:55 +0000 (13:24 +0000)]
- Updated documentation.

21 years ago- If the server can't close a socket, it panics now.
Alexander Barton [Fri, 27 Dec 2002 13:20:13 +0000 (13:20 +0000)]
- If the server can't close a socket, it panics now.
- Quite enhanced logging :-)

21 years ago- Nicer log messages ;-)
Alexander Barton [Fri, 27 Dec 2002 13:17:32 +0000 (13:17 +0000)]
- Nicer log messages ;-)

21 years ago- KILL can't kill server-links any more.
Alexander Barton [Fri, 27 Dec 2002 13:17:04 +0000 (13:17 +0000)]
- KILL can't kill server-links any more.

21 years ago- new message ERR_CANTKILLSERVER_MSG.
Alexander Barton [Fri, 27 Dec 2002 13:15:16 +0000 (13:15 +0000)]
- new message ERR_CANTKILLSERVER_MSG.

21 years ago- Updated documentation.
Alexander Barton [Thu, 26 Dec 2002 18:47:01 +0000 (18:47 +0000)]
- Updated documentation.

21 years ago- Updated documentation.
Alexander Barton [Thu, 26 Dec 2002 18:44:41 +0000 (18:44 +0000)]
- Updated documentation.

21 years ago- fixed KILL: you can kill yourself now without crashing the server;
Alexander Barton [Thu, 26 Dec 2002 18:41:00 +0000 (18:41 +0000)]
- fixed KILL: you can kill yourself now without crashing the server;
  QUIT isn't send to other servers after the KILL any more.

21 years ago- Updated documentation.
Alexander Barton [Thu, 26 Dec 2002 17:19:55 +0000 (17:19 +0000)]
- Updated documentation.

21 years ago- replaced some calls to sprintf() with snprintf() -- more secure :-)
Alexander Barton [Thu, 26 Dec 2002 17:14:48 +0000 (17:14 +0000)]
- replaced some calls to sprintf() with snprintf() -- more secure :-)

21 years ago- replaced a lot of strcpy() calls with strlcpy() which is more secure.
Alexander Barton [Thu, 26 Dec 2002 17:04:54 +0000 (17:04 +0000)]
- replaced a lot of strcpy() calls with strlcpy() which is more secure.

21 years ago- replaced a lot of strcat() calls with strlcat() which is more secure.
Alexander Barton [Thu, 26 Dec 2002 16:48:14 +0000 (16:48 +0000)]
- replaced a lot of strcat() calls with strlcat() which is more secure.

21 years ago- replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat().
Alexander Barton [Thu, 26 Dec 2002 16:25:43 +0000 (16:25 +0000)]
- replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat().

21 years ago- include <sys/types.h>, if available.
Alexander Barton [Thu, 26 Dec 2002 14:48:05 +0000 (14:48 +0000)]
- include <sys/types.h>, if available.

21 years ago- addes required libngircd.a library to portabcheck_LDADD.
Alexander Barton [Thu, 26 Dec 2002 14:46:28 +0000 (14:46 +0000)]
- addes required libngircd.a library to portabcheck_LDADD.

21 years ago- strlcat() and strlcpy() replacement functions.
Alexander Barton [Thu, 26 Dec 2002 14:34:11 +0000 (14:34 +0000)]
- strlcat() and strlcpy() replacement functions.

21 years ago- added prototypes for replacement functions.
Alexander Barton [Thu, 26 Dec 2002 13:26:34 +0000 (13:26 +0000)]
- added prototypes for replacement functions.

21 years ago- added tests for strlcpy() and strlcat().
Alexander Barton [Thu, 26 Dec 2002 13:20:07 +0000 (13:20 +0000)]
- added tests for strlcpy() and strlcat().

21 years ago- added tests for replacement functions.
Alexander Barton [Thu, 26 Dec 2002 13:19:36 +0000 (13:19 +0000)]
- added tests for replacement functions.

21 years ago- added strlcpy.c for strlcpy() and strlcat() replacement functions.
Alexander Barton [Thu, 26 Dec 2002 13:18:46 +0000 (13:18 +0000)]
- added strlcpy.c for strlcpy() and strlcat() replacement functions.

21 years ago- definition of CONFIG_FILE and MOTD_FILE is now compatible with -Wtraditional.
Alexander Barton [Thu, 26 Dec 2002 13:17:56 +0000 (13:17 +0000)]
- definition of CONFIG_FILE and MOTD_FILE is now compatible with -Wtraditional.

21 years ago- reverted last patch: now compatible with -Wtraditional of GCC 3.
Alexander Barton [Thu, 26 Dec 2002 13:16:54 +0000 (13:16 +0000)]
- reverted last patch: now compatible with -Wtraditional of GCC 3.

21 years ago- Updated documentation.
Alexander Barton [Wed, 25 Dec 2002 13:33:54 +0000 (13:33 +0000)]
- Updated documentation.

21 years ago- GCC: add "-Wtraditional -Wpointer-arith -Wstrict-prototypes" to CFLAGS.
Alexander Barton [Wed, 25 Dec 2002 13:23:11 +0000 (13:23 +0000)]
- GCC: add "-Wtraditional -Wpointer-arith -Wstrict-prototypes" to CFLAGS.

21 years ago- fixed some warnings that showed up with -Wtraditional
Alexander Barton [Wed, 25 Dec 2002 13:22:43 +0000 (13:22 +0000)]
- fixed some warnings that showed up with -Wtraditional

21 years ago- Updated documentation.
Alexander Barton [Tue, 24 Dec 2002 15:10:14 +0000 (15:10 +0000)]
- Updated documentation.

21 years ago- Updated documentation.
Alexander Barton [Sun, 22 Dec 2002 23:51:46 +0000 (23:51 +0000)]
- Updated documentation.

21 years ago- new messages: RPL_FEATURE, RPL_LOCALUSERS and RPL_NETUSERS.
Alexander Barton [Sun, 22 Dec 2002 23:32:05 +0000 (23:32 +0000)]
- new messages: RPL_FEATURE, RPL_LOCALUSERS and RPL_NETUSERS.

21 years ago- new numeric on login: RPL_FEATURE
Alexander Barton [Sun, 22 Dec 2002 23:31:21 +0000 (23:31 +0000)]
- new numeric on login: RPL_FEATURE

21 years ago- enhanced LUSERS reply: RPL_LOCALUSERS, RPL_NETUSERS.
Alexander Barton [Sun, 22 Dec 2002 23:30:33 +0000 (23:30 +0000)]
- enhanced LUSERS reply: RPL_LOCALUSERS, RPL_NETUSERS.

21 years ago- new Functions: Client_MaxUserCount(), Client_MyMaxUserCount, Adjust_Counters().
Alexander Barton [Sun, 22 Dec 2002 23:29:09 +0000 (23:29 +0000)]
- new Functions: Client_MaxUserCount(), Client_MyMaxUserCount, Adjust_Counters().

21 years ago- Updated documentation.
Alexander Barton [Thu, 19 Dec 2002 04:38:58 +0000 (04:38 +0000)]
- Updated documentation.

21 years ago- renamed variables to fit new signal handler.
Alexander Barton [Thu, 19 Dec 2002 04:35:26 +0000 (04:35 +0000)]
- renamed variables to fit new signal handler.
- moved call to NGIRCd_Rehash() to Conn_Handler().

21 years ago- renamed variables to fit new signal handler.
Alexander Barton [Thu, 19 Dec 2002 04:33:27 +0000 (04:33 +0000)]
- renamed variables to fit new signal handler.

21 years ago- New signal handler.
Alexander Barton [Thu, 19 Dec 2002 04:29:59 +0000 (04:29 +0000)]
- New signal handler.

21 years ago- Updated documentation.
Alexander Barton [Wed, 18 Dec 2002 16:28:36 +0000 (16:28 +0000)]
- Updated documentation.

21 years ago- Updated documentation.
Alexander Barton [Wed, 18 Dec 2002 14:19:58 +0000 (14:19 +0000)]
- Updated documentation.

21 years ago- fixed user mode propagation over server-links (IRC operator, away, ...)
Alexander Barton [Wed, 18 Dec 2002 14:16:21 +0000 (14:16 +0000)]
- fixed user mode propagation over server-links (IRC operator, away, ...)

21 years ago- fixed RPL_STATSCOMMANDS_MSG
Alexander Barton [Wed, 18 Dec 2002 14:03:14 +0000 (14:03 +0000)]
- fixed RPL_STATSCOMMANDS_MSG

21 years ago- implemented subfunction "m" of STATS command.
Alexander Barton [Wed, 18 Dec 2002 13:55:41 +0000 (13:55 +0000)]
- implemented subfunction "m" of STATS command.

21 years ago- new function Parse_GetCommandStruct().
Alexander Barton [Wed, 18 Dec 2002 13:53:20 +0000 (13:53 +0000)]
- new function Parse_GetCommandStruct().

21 years ago- new functions Conn_ResetWCounter() and Conn_WCounter().
Alexander Barton [Wed, 18 Dec 2002 13:50:22 +0000 (13:50 +0000)]
- new functions Conn_ResetWCounter() and Conn_WCounter().

21 years ago- "STATS l" now only shows server-server-links and the own connection.
Alexander Barton [Wed, 18 Dec 2002 13:07:46 +0000 (13:07 +0000)]
- "STATS l" now only shows server-server-links and the own connection.

21 years ago- Updated documentation.
Alexander Barton [Wed, 18 Dec 2002 12:19:07 +0000 (12:19 +0000)]
- Updated documentation.

21 years ago- Validate_Config(): removed unused variable "i".
Alexander Barton [Wed, 18 Dec 2002 02:53:36 +0000 (02:53 +0000)]
- Validate_Config(): removed unused variable "i".

21 years ago- If Conf_MaxConnections is "ulimited" (<1) it is limited to FD_SETSIZE.
Alexander Barton [Wed, 18 Dec 2002 02:52:51 +0000 (02:52 +0000)]
- If Conf_MaxConnections is "ulimited" (<1) it is limited to FD_SETSIZE.

21 years ago- validate Conf_MaxConnections against FD_SETSIZE if available;
Alexander Barton [Wed, 18 Dec 2002 02:47:12 +0000 (02:47 +0000)]
- validate Conf_MaxConnections against FD_SETSIZE if available;
- fixed up some log messages and enhanced configuration validation.

21 years ago- new allocated connection structures will be initialized correctly now.
Alexander Barton [Tue, 17 Dec 2002 11:46:54 +0000 (11:46 +0000)]
- new allocated connection structures will be initialized correctly now.

21 years ago- Dokumentation aktualisiert.
Alexander Barton [Mon, 16 Dec 2002 23:13:10 +0000 (23:13 +0000)]
- Dokumentation aktualisiert.

21 years ago- new constant RPL_YOURESERVICE_MSG, ERR_CHANNELISFULL_MSG, ERR_BADCHANNELKEY_MSG.
Alexander Barton [Mon, 16 Dec 2002 23:11:59 +0000 (23:11 +0000)]
- new constant RPL_YOURESERVICE_MSG, ERR_CHANNELISFULL_MSG, ERR_BADCHANNELKEY_MSG.
- fixed ERR_PASSWDMISMATCH_MSG.

21 years ago- new constant MAX_SERVICES,
Alexander Barton [Mon, 16 Dec 2002 23:10:56 +0000 (23:10 +0000)]
- new constant MAX_SERVICES,
- added k and l modes to CHANMODES.

21 years ago- Implemented channel modes k (key) and l (user limit).
Alexander Barton [Mon, 16 Dec 2002 23:06:46 +0000 (23:06 +0000)]
- Implemented channel modes k (key) and l (user limit).

21 years ago- New functions Channel_[Set]Key(), Channel_[Set]MaxUsers.
Alexander Barton [Mon, 16 Dec 2002 23:05:24 +0000 (23:05 +0000)]
- New functions Channel_[Set]Key(), Channel_[Set]MaxUsers.

21 years ago- fixed some error messages and prefixes.
Alexander Barton [Mon, 16 Dec 2002 17:14:57 +0000 (17:14 +0000)]
- fixed some error messages and prefixes.

21 years ago- fixed broken handling of modes received from other servers.
Alexander Barton [Mon, 16 Dec 2002 10:52:53 +0000 (10:52 +0000)]
- fixed broken handling of modes received from other servers.

21 years ago- Updated documentation.
Alexander Barton [Sun, 15 Dec 2002 16:30:33 +0000 (16:30 +0000)]
- Updated documentation.

21 years ago- fixed some parsing bugs.
Alexander Barton [Sun, 15 Dec 2002 16:29:18 +0000 (16:29 +0000)]
- fixed some parsing bugs.
- better logging.

21 years ago- Dokumentation aktualisiert.
Alexander Barton [Sun, 15 Dec 2002 15:54:11 +0000 (15:54 +0000)]
- Dokumentation aktualisiert.

21 years ago- modified test suite to reflect changes in MODE parser.
Alexander Barton [Sun, 15 Dec 2002 15:52:34 +0000 (15:52 +0000)]
- modified test suite to reflect changes in MODE parser.

21 years ago- new (and much more flexible!) MODE parser
Alexander Barton [Sun, 15 Dec 2002 15:51:24 +0000 (15:51 +0000)]
- new (and much more flexible!) MODE parser

21 years ago- removed Conf_MaxPChannels and reverted to old behavior.
Alexander Barton [Sat, 14 Dec 2002 13:36:19 +0000 (13:36 +0000)]
- removed Conf_MaxPChannels and reverted to old behavior.

21 years agoDokumentation aktualisiert.
Alexander Barton [Sat, 14 Dec 2002 13:33:44 +0000 (13:33 +0000)]
Dokumentation aktualisiert.

21 years ago- Dokumentation aktualisiert.
Alexander Barton [Sat, 14 Dec 2002 13:32:30 +0000 (13:32 +0000)]
- Dokumentation aktualisiert.

21 years ago- Conf_MaxPChannels is considered properly in channel mode changes now.
Alexander Barton [Sat, 14 Dec 2002 13:24:09 +0000 (13:24 +0000)]
- Conf_MaxPChannels is considered properly in channel mode changes now.

21 years ago- fixed up Conf_MaxJoins test on JOIN.
Alexander Barton [Sat, 14 Dec 2002 13:23:11 +0000 (13:23 +0000)]
- fixed up Conf_MaxJoins test on JOIN.

21 years ago- fixed up Channel_PCount() and Channel_CountForUser().
Alexander Barton [Sat, 14 Dec 2002 13:21:56 +0000 (13:21 +0000)]
- fixed up Channel_PCount() and Channel_CountForUser().

21 years ago- Dokumentation aktualisiert.
Alexander Barton [Sat, 14 Dec 2002 13:19:39 +0000 (13:19 +0000)]
- Dokumentation aktualisiert.

21 years ago- maximum channels per user limit implemented.
Alexander Barton [Fri, 13 Dec 2002 17:53:32 +0000 (17:53 +0000)]
- maximum channels per user limit implemented.

21 years ago- new message ERR_TOOMANYCHANNELS_MSG.
Alexander Barton [Fri, 13 Dec 2002 17:51:41 +0000 (17:51 +0000)]
- new message ERR_TOOMANYCHANNELS_MSG.

21 years ago- new configuration variables: MaxJoins, MaxPChannels.
Alexander Barton [Fri, 13 Dec 2002 17:32:33 +0000 (17:32 +0000)]
- new configuration variables: MaxJoins, MaxPChannels.

21 years ago- new function Channel_CountForUser().
Alexander Barton [Fri, 13 Dec 2002 17:22:57 +0000 (17:22 +0000)]
- new function Channel_CountForUser().

21 years ago- adjusted generation of cvs-version.h to new file header format.
Alexander Barton [Thu, 12 Dec 2002 12:36:41 +0000 (12:36 +0000)]
- adjusted generation of cvs-version.h to new file header format.

21 years ago- removed old ID tag
Alexander Barton [Thu, 12 Dec 2002 12:33:14 +0000 (12:33 +0000)]
- removed old ID tag

21 years ago- new file header format (in english);
Alexander Barton [Thu, 12 Dec 2002 12:24:18 +0000 (12:24 +0000)]
- new file header format (in english);
- new file ident semantics.

21 years ago- new file header format (in english).
Alexander Barton [Thu, 12 Dec 2002 12:23:43 +0000 (12:23 +0000)]
- new file header format (in english).

21 years ago- added missing include of stdio.h header for sprintf().
Alexander Barton [Thu, 12 Dec 2002 11:40:41 +0000 (11:40 +0000)]
- added missing include of stdio.h header for sprintf().

21 years ago- new file header format.
Alexander Barton [Thu, 12 Dec 2002 11:37:11 +0000 (11:37 +0000)]
- new file header format.

21 years ago- fixed up broken $Id field in new file header ...
Alexander Barton [Thu, 12 Dec 2002 11:31:21 +0000 (11:31 +0000)]
- fixed up broken $Id field in new file header ...