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