]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2003-01-02 Alexander Barton- Updated documentation.
2003-01-02 Alexander Barton- The server sets a correct away message now when recei...
2003-01-02 Alexander Barton- Renamed RPL_FEATURE_MSG to RPL_ISUPPORT_MSG.
2003-01-02 Alexander Barton- date in version string conforms to ISO now: YYYY...
2003-01-01 Alexander Barton- Updated documentation.
2003-01-01 Alexander Barton- Adjusted copyright banner to include 2003 :-)
2003-01-01 Alexander Barton- Updated documentation.
2003-01-01 Alexander Barton- Fixed up command forwarding: only to servers!
2003-01-01 Alexander Barton- Fixed up command forwarding: only to servers!
2002-12-31 Alexander Barton- Updated documentation.
2002-12-31 Alexander Barton- Changed "once"-server-config-flag into a generic...
2002-12-31 Alexander Barton- New functions Conf_EnableServer(), Conf_DisableServer...
2002-12-31 Alexander Barton- New command DISCONNECT.
2002-12-31 Alexander Barton- New commands CONNECT and DISCONNECT.
2002-12-31 Alexander Barton- New commands CONNECT and DISCONNECT.
2002-12-31 Alexander Barton- Fixed test if we are still connected after a KILL...
2002-12-30 Alexander Barton- Updated documentation.
2002-12-30 Alexander Barton- Adjusted includes for new "conn-func.h" header.
2002-12-30 Alexander Barton- Reorganized code for new modules "conn-func.c" and...
2002-12-30 Alexander Barton- New source module "conn-func.c" and "conn-func.h".
2002-12-30 Alexander Barton- Updated dokumentation.
2002-12-30 Alexander Barton- Renamed functions now found in "conn-zip.c".
2002-12-30 Alexander Barton- New source files "conn-zip.c" and "conn-zip.h".
2002-12-30 Alexander Barton- Cleaned up handling of server configuration structures.
2002-12-28 Alexander Barton- Fixed up some brackets ("[" and "]") ...
2002-12-28 Alexander Barton- Optimized tests for <sys/select.h> and <sys/poll.h>.
2002-12-28 Alexander Barton- Enhanced check for select() and poll().
2002-12-28 Alexander Barton- Removed needless include of <sys/select.h>.
2002-12-28 Alexander Barton- Added tests for <sys/poll.h> and poll().
2002-12-27 Alexander Barton- Fixed prefix of error messages of KILL.
2002-12-27 Alexander Barton- Updated documentation.
2002-12-27 Alexander Barton- If the server can't close a socket, it panics now.
2002-12-27 Alexander Barton- Nicer log messages ;-)
2002-12-27 Alexander Barton- KILL can't kill server-links any more.
2002-12-27 Alexander Barton- new message ERR_CANTKILLSERVER_MSG.
2002-12-26 Alexander Barton- Updated documentation.
2002-12-26 Alexander Barton- Updated documentation.
2002-12-26 Alexander Barton- fixed KILL: you can kill yourself now without crashin...
2002-12-26 Alexander Barton- Updated documentation.
2002-12-26 Alexander Barton- replaced some calls to sprintf() with snprintf()...
2002-12-26 Alexander Barton- replaced a lot of strcpy() calls with strlcpy() which...
2002-12-26 Alexander Barton- replaced a lot of strcat() calls with strlcat() which...
2002-12-26 Alexander Barton- replaced all strncpy()'s and strncat()'s with strlcpy...
2002-12-26 Alexander Barton- include <sys/types.h>, if available.
2002-12-26 Alexander Barton- addes required libngircd.a library to portabcheck_LDADD.
2002-12-26 Alexander Barton- strlcat() and strlcpy() replacement functions.
2002-12-26 Alexander Barton- added prototypes for replacement functions.
2002-12-26 Alexander Barton- added tests for strlcpy() and strlcat().
2002-12-26 Alexander Barton- added tests for replacement functions.
2002-12-26 Alexander Barton- added strlcpy.c for strlcpy() and strlcat() replaceme...
2002-12-26 Alexander Barton- definition of CONFIG_FILE and MOTD_FILE is now compat...
2002-12-26 Alexander Barton- reverted last patch: now compatible with -Wtraditiona...
2002-12-25 Alexander Barton- Updated documentation.
2002-12-25 Alexander Barton- GCC: add "-Wtraditional -Wpointer-arith -Wstrict...
2002-12-25 Alexander Barton- fixed some warnings that showed up with -Wtraditional
2002-12-24 Alexander Barton- Updated documentation.
2002-12-22 Alexander Barton- Updated documentation.
2002-12-22 Alexander Barton- new messages: RPL_FEATURE, RPL_LOCALUSERS and RPL_NET...
2002-12-22 Alexander Barton- new numeric on login: RPL_FEATURE
2002-12-22 Alexander Barton- enhanced LUSERS reply: RPL_LOCALUSERS, RPL_NETUSERS.
2002-12-22 Alexander Barton- new Functions: Client_MaxUserCount(), Client_MyMaxUse...
2002-12-19 Alexander Barton- Updated documentation.
2002-12-19 Alexander Barton- renamed variables to fit new signal handler.
2002-12-19 Alexander Barton- renamed variables to fit new signal handler.
2002-12-19 Alexander Barton- New signal handler.
2002-12-18 Alexander Barton- Updated documentation.
2002-12-18 Alexander Barton- Updated documentation.
2002-12-18 Alexander Barton- fixed user mode propagation over server-links (IRC...
2002-12-18 Alexander Barton- fixed RPL_STATSCOMMANDS_MSG
2002-12-18 Alexander Barton- implemented subfunction "m" of STATS command.
2002-12-18 Alexander Barton- new function Parse_GetCommandStruct().
2002-12-18 Alexander Barton- new functions Conn_ResetWCounter() and Conn_WCounter().
2002-12-18 Alexander Barton- "STATS l" now only shows server-server-links and...
2002-12-18 Alexander Barton- Updated documentation.
2002-12-18 Alexander Barton- Validate_Config(): removed unused variable "i".
2002-12-18 Alexander Barton- If Conf_MaxConnections is "ulimited" (<1) it is limit...
2002-12-18 Alexander Barton- validate Conf_MaxConnections against FD_SETSIZE if...
2002-12-17 Alexander Barton- new allocated connection structures will be initializ...
2002-12-16 Alexander Barton- Dokumentation aktualisiert.
2002-12-16 Alexander Barton- new constant RPL_YOURESERVICE_MSG, ERR_CHANNELISFULL_...
2002-12-16 Alexander Barton- new constant MAX_SERVICES,
2002-12-16 Alexander Barton- Implemented channel modes k (key) and l (user limit).
2002-12-16 Alexander Barton- New functions Channel_[Set]Key(), Channel_[Set]MaxUsers.
2002-12-16 Alexander Barton- fixed some error messages and prefixes.
2002-12-16 Alexander Barton- fixed broken handling of modes received from other...
2002-12-15 Alexander Barton- Updated documentation.
2002-12-15 Alexander Barton- fixed some parsing bugs.
2002-12-15 Alexander Barton- Dokumentation aktualisiert.
2002-12-15 Alexander Barton- modified test suite to reflect changes in MODE parser.
2002-12-15 Alexander Barton- new (and much more flexible!) MODE parser
2002-12-14 Alexander Barton- removed Conf_MaxPChannels and reverted to old behavior.
2002-12-14 Alexander BartonDokumentation aktualisiert.
2002-12-14 Alexander Barton- Dokumentation aktualisiert.
2002-12-14 Alexander Barton- Conf_MaxPChannels is considered properly in channel...
2002-12-14 Alexander Barton- fixed up Conf_MaxJoins test on JOIN.
2002-12-14 Alexander Barton- fixed up Channel_PCount() and Channel_CountForUser().
2002-12-14 Alexander Barton- Dokumentation aktualisiert.
2002-12-13 Alexander Barton- maximum channels per user limit implemented.
2002-12-13 Alexander Barton- new message ERR_TOOMANYCHANNELS_MSG.
2002-12-13 Alexander Barton- new configuration variables: MaxJoins, MaxPChannels.
next