index
:
ngircd
this commit
master
ngircd with make
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2002-12-30
- New source module "conn-func.c" and "conn-func.h".
Alexander Barton
2002-12-30
- Updated dokumentation.
Alexander Barton
2002-12-30
- Renamed functions now found in "conn-zip.c".
Alexander Barton
2002-12-30
- New source files "conn-zip.c" and "conn-zip.h".
Alexander Barton
2002-12-30
- Cleaned up handling of server configuration structures.
Alexander Barton
2002-12-28
- Fixed up some brackets ("[" and "]") ...
Alexander Barton
2002-12-28
- Optimized tests for <sys/select.h> and <sys/poll.h>.
Alexander Barton
2002-12-28
- Enhanced check for select() and poll().
Alexander Barton
2002-12-28
- Removed needless include of <sys/select.h>.
Alexander Barton
2002-12-28
- Added tests for <sys/poll.h> and poll().
Alexander Barton
2002-12-27
- Fixed prefix of error messages of KILL.
Alexander Barton
2002-12-27
- Updated documentation.
Alexander Barton
2002-12-27
- If the server can't close a socket, it panics now.
Alexander Barton
2002-12-27
- Nicer log messages ;-)
Alexander Barton
2002-12-27
- KILL can't kill server-links any more.
Alexander Barton
2002-12-27
- new message ERR_CANTKILLSERVER_MSG.
Alexander Barton
2002-12-26
- Updated documentation.
Alexander Barton
2002-12-26
- Updated documentation.
Alexander Barton
2002-12-26
- fixed KILL: you can kill yourself now without crashing the server;
Alexander Barton
2002-12-26
- Updated documentation.
Alexander Barton
2002-12-26
- replaced some calls to sprintf() with snprintf() -- more secure :-)
Alexander Barton
2002-12-26
- replaced a lot of strcpy() calls with strlcpy() which is more secure.
Alexander Barton
2002-12-26
- replaced a lot of strcat() calls with strlcat() which is more secure.
Alexander Barton
2002-12-26
- replaced all strncpy()'s and strncat()'s with strlcpy() and strlcat().
Alexander Barton
2002-12-26
- include <sys/types.h>, if available.
Alexander Barton
2002-12-26
- addes required libngircd.a library to portabcheck_LDADD.
Alexander Barton
2002-12-26
- strlcat() and strlcpy() replacement functions.
Alexander Barton
2002-12-26
- added prototypes for replacement functions.
Alexander Barton
2002-12-26
- added tests for strlcpy() and strlcat().
Alexander Barton
2002-12-26
- added tests for replacement functions.
Alexander Barton
2002-12-26
- added strlcpy.c for strlcpy() and strlcat() replacement functions.
Alexander Barton
2002-12-26
- definition of CONFIG_FILE and MOTD_FILE is now compatible with -Wtraditional.
Alexander Barton
2002-12-26
- reverted last patch: now compatible with -Wtraditional of GCC 3.
Alexander Barton
2002-12-25
- Updated documentation.
Alexander Barton
2002-12-25
- GCC: add "-Wtraditional -Wpointer-arith -Wstrict-prototypes" to CFLAGS.
Alexander Barton
2002-12-25
- fixed some warnings that showed up with -Wtraditional
Alexander Barton
2002-12-24
- Updated documentation.
Alexander Barton
2002-12-22
- Updated documentation.
Alexander Barton
2002-12-22
- new messages: RPL_FEATURE, RPL_LOCALUSERS and RPL_NETUSERS.
Alexander Barton
2002-12-22
- new numeric on login: RPL_FEATURE
Alexander Barton
2002-12-22
- enhanced LUSERS reply: RPL_LOCALUSERS, RPL_NETUSERS.
Alexander Barton
2002-12-22
- new Functions: Client_MaxUserCount(), Client_MyMaxUserCount, Adjust_Counter...
Alexander Barton
2002-12-19
- Updated documentation.
Alexander Barton
2002-12-19
- renamed variables to fit new signal handler.
Alexander Barton
2002-12-19
- renamed variables to fit new signal handler.
Alexander Barton
2002-12-19
- New signal handler.
Alexander Barton
2002-12-18
- Updated documentation.
Alexander Barton
2002-12-18
- Updated documentation.
Alexander Barton
2002-12-18
- fixed user mode propagation over server-links (IRC operator, away, ...)
Alexander Barton
2002-12-18
- fixed RPL_STATSCOMMANDS_MSG
Alexander Barton
[next]