]> arthur.barton.de Git - ngircd-alex.git/history - src
Updated documentation.
[ngircd-alex.git] / src /
2003-04-21 Alexander BartonAdded implicit initialisation of "i" in Conf_GetServer...
2003-04-21 Alexander BartonRemoved unportable %z formater in strftime().
2003-04-21 Alexander BartonAdded missing prototype for dummy_snprintf().
2003-04-21 Alexander BartonAdded missing include for <sys/select.h>.
2003-04-21 Alexander BartonFixed up some castings.
2003-04-20 Alexander BartonFixed spelling mistake :-)
2003-04-20 Alexander BartonDon't forward NJOIN's for unknown nick names.
2003-03-31 Alexander BartonRe-corrected test for CVS version.
2003-03-31 Alexander BartonChanged all PACKAGE's to PACKAGE_NAME and all VERSION...
2003-03-27 Alexander BartonFixed up bad test during unregistering of services.
2003-03-27 Alexander BartonSynchronize server connections with server configuratio...
2003-03-27 Alexander BartonClean up duplicate servers correctly.
2003-03-27 Alexander BartonNew function Conn_SyncServerStruct().
2003-03-19 Alexander BartonEnhanced (and fiexd) IRC_TRACE(): now shows operators...
2003-03-19 Alexander BartonNew message constant RPL_TRACEOPERATOR_MSG. Changed...
2003-03-17 Alexander BartonAdded #include for stdarg.h when using ower own version...
2003-03-17 Alexander BartonRemoved now obsolete test for A/UX: configure does...
2003-03-07 Alexander BartonNew function Simple_Message(). Better error reporting...
2003-03-07 Alexander BartonEnlarged buffer for version string ;-)
2003-03-07 Alexander BartonAdded support for TCP Wrappers.
2003-02-23 Alexander Barton- Added optional support for Rendezvous.
2003-02-23 Alexander Barton- New constant RENDEZVOUS_TYPE.
2003-02-23 Alexander Barton- Added new source module "rendezvous".
2003-02-21 Alexander Barton- Conn_Close() ignores recursive calls for the same...
2003-02-21 Alexander Barton- new link "option" constant: CONN_ISCLOSING
2003-01-21 Alexander BartonThe server didn't validate wheather the "target" client...
2003-01-17 Alexander Barton- Non-members of a channel could crash the server when...
2003-01-15 Alexander Barton- Client structures are removed correctly now if an...
2003-01-15 Alexander Barton- New function Client_DestroyNow().
2003-01-15 Alexander Barton- Added "HELP" command.
2003-01-13 Alexander Barton- Added support for "TRACE" command.
2003-01-13 Alexander Barton- new library "libngtool", reorganized code and directo...
2003-01-12 Alexander Barton- Enhanced error detection for numerics ("status codes").
2003-01-08 Alexander Barton- MODE returns the key and user limit for channel membe...
2003-01-08 Alexander Barton- Kill_Nick() uses an "faked internal KILL" now.
2003-01-08 Alexander Barton- Enhanced IRC_KILL to get along with Client==Client_Th...
2003-01-08 Alexander Barton- Fixed IRC_KILL: used wrong connection index.
2003-01-08 Alexander Barton- Enhanced CHANINFO command for channel keys and user...
2003-01-08 Alexander Barton- Enhanced (and fixed) CHANINFO command (channel keys...
2003-01-08 Alexander Barton- Changed semantics of Client_SetAway().
2003-01-08 Alexander Barton- fixed up propagation of modes with arguments between...
2003-01-04 Alexander Barton- Check functions only on systems that support prototyp...
2003-01-04 Alexander Barton- Fixed call of tail, should be more portable now ...
2003-01-03 Alexander Barton- Link portabtest agains "true" library.
2003-01-03 Alexander Barton- Added missing PARAMS().
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- Adjusted copyright banner to include 2003 :-)
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- 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- 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- 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- Removed needless include of <sys/select.h>.
2002-12-27 Alexander Barton- Fixed prefix of error messages of KILL.
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- fixed KILL: you can kill yourself now without crashin...
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 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- fixed some warnings that showed up with -Wtraditional
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- 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- 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- 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...
next