]> arthur.barton.de Git - ngircd-alex.git/log
ngircd-alex.git
21 years ago- Non-members of a channel could crash the server when trying to change its modes...
Alexander Barton [Fri, 17 Jan 2003 19:04:19 +0000 (19:04 +0000)]
- Non-members of a channel could crash the server when trying to change its modes. Fixed.

21 years ago- Updated documentation.
Alexander Barton [Wed, 15 Jan 2003 14:30:44 +0000 (14:30 +0000)]
- Updated documentation.

21 years ago- Client structures are removed correctly now if an outgoing connection can't be...
Alexander Barton [Wed, 15 Jan 2003 14:28:59 +0000 (14:28 +0000)]
- Client structures are removed correctly now if an outgoing connection can't be estahlished.

21 years ago- New function Client_DestroyNow().
Alexander Barton [Wed, 15 Jan 2003 14:28:25 +0000 (14:28 +0000)]
- New function Client_DestroyNow().

21 years ago- Updated ProjectBuilder project file for Mac OS X.
Alexander Barton [Wed, 15 Jan 2003 13:52:46 +0000 (13:52 +0000)]
- Updated ProjectBuilder project file for Mac OS X.

21 years ago- Added "HELP" command.
Alexander Barton [Wed, 15 Jan 2003 13:49:20 +0000 (13:49 +0000)]
- Added "HELP" command.

21 years ago- Updated documentation.
Alexander Barton [Wed, 15 Jan 2003 13:45:59 +0000 (13:45 +0000)]
- Updated documentation.

21 years ago- Updated documentation.
Alexander Barton [Mon, 13 Jan 2003 18:58:07 +0000 (18:58 +0000)]
- Updated documentation.

21 years ago- Added support for "TRACE" command.
Alexander Barton [Mon, 13 Jan 2003 18:56:30 +0000 (18:56 +0000)]
- Added support for "TRACE" command.

21 years ago- Updated documentation.
Alexander Barton [Mon, 13 Jan 2003 12:22:16 +0000 (12:22 +0000)]
- Updated documentation.

21 years ago- new library "libngtool", reorganized code and directory structure therefore.
Alexander Barton [Mon, 13 Jan 2003 12:20:16 +0000 (12:20 +0000)]
- new library "libngtool", reorganized code and directory structure therefore.

21 years ago- Updated documentation.
Alexander Barton [Sun, 12 Jan 2003 22:19:54 +0000 (22:19 +0000)]
- Updated documentation.

21 years ago- Enhanced error detection for numerics ("status codes").
Alexander Barton [Sun, 12 Jan 2003 22:18:46 +0000 (22:18 +0000)]
- Enhanced error detection for numerics ("status codes").

21 years ago- removed needless warning/info message.
Alexander Barton [Sat, 11 Jan 2003 15:35:47 +0000 (15:35 +0000)]
- removed needless warning/info message.

21 years ago- Updated documentation.
Alexander Barton [Wed, 8 Jan 2003 23:00:51 +0000 (23:00 +0000)]
- Updated documentation.

21 years ago- MODE returns the key and user limit for channel members correctly now.
Alexander Barton [Wed, 8 Jan 2003 23:00:12 +0000 (23:00 +0000)]
- MODE returns the key and user limit for channel members correctly now.

21 years ago- Updated documentation.
Alexander Barton [Wed, 8 Jan 2003 22:29:14 +0000 (22:29 +0000)]
- Updated documentation.

21 years ago- Kill_Nick() uses an "faked internal KILL" now.
Alexander Barton [Wed, 8 Jan 2003 22:28:12 +0000 (22:28 +0000)]
- Kill_Nick() uses an "faked internal KILL" now.

21 years ago- Enhanced IRC_KILL to get along with Client==Client_ThisServer() for "fake KILLs".
Alexander Barton [Wed, 8 Jan 2003 22:27:13 +0000 (22:27 +0000)]
- Enhanced IRC_KILL to get along with Client==Client_ThisServer() for "fake KILLs".

21 years ago- Fixed IRC_KILL: used wrong connection index.
Alexander Barton [Wed, 8 Jan 2003 22:07:34 +0000 (22:07 +0000)]
- Fixed IRC_KILL: used wrong connection index.

21 years ago- Enhanced CHANINFO command for channel keys and user limits.
Alexander Barton [Wed, 8 Jan 2003 22:04:43 +0000 (22:04 +0000)]
- Enhanced CHANINFO command for channel keys and user limits.

21 years ago- Enhanced (and fixed) CHANINFO command (channel keys, user limits).
Alexander Barton [Wed, 8 Jan 2003 22:04:05 +0000 (22:04 +0000)]
- Enhanced (and fixed) CHANINFO command (channel keys, user limits).

21 years ago- Changed semantics of Client_SetAway().
Alexander Barton [Wed, 8 Jan 2003 22:03:21 +0000 (22:03 +0000)]
- Changed semantics of Client_SetAway().

21 years ago- Updated documentation.
Alexander Barton [Wed, 8 Jan 2003 17:45:56 +0000 (17:45 +0000)]
- Updated documentation.

21 years ago- fixed up propagation of modes with arguments between servers.
Alexander Barton [Wed, 8 Jan 2003 17:45:15 +0000 (17:45 +0000)]
- fixed up propagation of modes with arguments between servers.

21 years ago- Updated documentation.
Alexander Barton [Sun, 5 Jan 2003 23:06:12 +0000 (23:06 +0000)]
- Updated documentation.

21 years ago- Updated german documentation.
Alexander Barton [Sat, 4 Jan 2003 13:14:46 +0000 (13:14 +0000)]
- Updated german documentation.

21 years ago- Updated documentation.
Alexander Barton [Sat, 4 Jan 2003 13:09:07 +0000 (13:09 +0000)]
- Updated documentation.

21 years ago- Restructured documentation: now the main language is english.
Alexander Barton [Sat, 4 Jan 2003 13:07:54 +0000 (13:07 +0000)]
- Restructured documentation: now the main language is english.

21 years ago- Check functions only on systems that support prototypes, elder cpmpilers
Alexander Barton [Sat, 4 Jan 2003 10:40:01 +0000 (10:40 +0000)]
- Check functions only on systems that support prototypes, elder cpmpilers
  become confused instead!

21 years ago- Fixed call of tail, should be more portable now ...
Alexander Barton [Sat, 4 Jan 2003 10:39:14 +0000 (10:39 +0000)]
- Fixed call of tail, should be more portable now ...

21 years ago- Link portabtest agains "true" library.
Alexander Barton [Fri, 3 Jan 2003 22:04:14 +0000 (22:04 +0000)]
- Link portabtest agains "true" library.

21 years ago- Added missing PARAMS().
Alexander Barton [Fri, 3 Jan 2003 22:03:51 +0000 (22:03 +0000)]
- Added missing PARAMS().

21 years ago- Updated configure.in to use newer semantics of AC_INIT und AM_INIT_AUTOMAKE.
Alexander Barton [Fri, 3 Jan 2003 19:07:09 +0000 (19:07 +0000)]
- Updated configure.in to use newer semantics of AC_INIT und AM_INIT_AUTOMAKE.

21 years ago- Updated documentation.
Alexander Barton [Thu, 2 Jan 2003 17:58:31 +0000 (17:58 +0000)]
- Updated documentation.

21 years ago- The server sets a correct away message now when receiving a "MODE +a".
Alexander Barton [Thu, 2 Jan 2003 17:57:09 +0000 (17:57 +0000)]
- The server sets a correct away message now when receiving a "MODE +a".

21 years ago- Renamed RPL_FEATURE_MSG to RPL_ISUPPORT_MSG.
Alexander Barton [Thu, 2 Jan 2003 17:55:28 +0000 (17:55 +0000)]
- Renamed RPL_FEATURE_MSG to RPL_ISUPPORT_MSG.

21 years ago- date in version string conforms to ISO now: YYYY-MM-DD
Alexander Barton [Thu, 2 Jan 2003 16:42:33 +0000 (16:42 +0000)]
- date in version string conforms to ISO now: YYYY-MM-DD

21 years ago- Updated documentation.
Alexander Barton [Wed, 1 Jan 2003 13:32:47 +0000 (13:32 +0000)]
- Updated documentation.

21 years ago- Adjusted copyright banner to include 2003 :-)
Alexander Barton [Wed, 1 Jan 2003 13:32:23 +0000 (13:32 +0000)]
- Adjusted copyright banner to include 2003 :-)

21 years ago- Updated documentation.
Alexander Barton [Wed, 1 Jan 2003 13:30:51 +0000 (13:30 +0000)]
- Updated documentation.

21 years ago- Fixed up command forwarding: only to servers!
Alexander Barton [Wed, 1 Jan 2003 13:30:35 +0000 (13:30 +0000)]
- Fixed up command forwarding: only to servers!
- Forwarding of WHOIS was broken in some situations.

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.