22 years ago 9c5c0c7c84 Alexander Barton
- Updated documentation.
22 years ago 4d2f279d2d Alexander Barton
QUIT isn't send to other servers after the KILL any more.
22 years ago 371fc25967 Alexander Barton
22 years ago b316c380ad Alexander Barton
- replaced some calls to sprintf() with snprintf() -- more secure :-)
22 years ago 695631b298 Alexander Barton
- replaced a lot of strcpy() calls with strlcpy() which is more secure.
22 years ago 6626395c88 Alexander Barton
- replaced a lot of strcat() calls with strlcat() which is more secure.
22 years ago 0ced4181b0 Alexander Barton
- replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat().
22 years ago 4f6f84e7e1 Alexander Barton
- include <sys/types.h>, if available.
22 years ago b8456d1ba6 Alexander Barton
- addes required libngircd.a library to portabcheck_LDADD.
22 years ago fbdf85b553 Alexander Barton
- strlcat() and strlcpy() replacement functions.
22 years ago e13cb291dd Alexander Barton
- added prototypes for replacement functions.
22 years ago 8193bf2070 Alexander Barton
- added tests for strlcpy() and strlcat().
22 years ago 5efd0987f3 Alexander Barton
- added tests for replacement functions.
22 years ago 60cf07c875 Alexander Barton
- added strlcpy.c for strlcpy() and strlcat() replacement functions.
22 years ago 3c738ed46d Alexander Barton
- definition of CONFIG_FILE and MOTD_FILE is now compatible with -Wtraditional.
22 years ago 9353a4a9cb Alexander Barton
- reverted last patch: now compatible with -Wtraditional of GCC 3.
22 years ago 18dfd96635 Alexander Barton
22 years ago 77751e0fbf Alexander Barton
- GCC: add "-Wtraditional -Wpointer-arith -Wstrict-prototypes" to CFLAGS.
22 years ago d9a13b317e Alexander Barton
- fixed some warnings that showed up with -Wtraditional
22 years ago d449496aa4 Alexander Barton
22 years ago 2f90341225 Alexander Barton
22 years ago ab44e1c6cc Alexander Barton
- new messages: RPL_FEATURE, RPL_LOCALUSERS and RPL_NETUSERS.
22 years ago a3f59f1a5b Alexander Barton
- new numeric on login: RPL_FEATURE
22 years ago 212d36a33c Alexander Barton
- enhanced LUSERS reply: RPL_LOCALUSERS, RPL_NETUSERS.
22 years ago d0304b19a2 Alexander Barton
- new Functions: Client_MaxUserCount(), Client_MyMaxUserCount, Adjust_Counters().