]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd
Updated to latest strl{cat|cpy} code of rsync:
[ngircd-alex.git] / src / ngircd /
2005-02-11 Alexander BartonWhitespace fixes.
2005-02-10 Alexander BartonDon't play games with FILE* stdin/out/err, only touch...
2005-02-10 Alexander BartonRenamed NGIRCd_FillVersion() to Fill_Version(); Code...
2005-02-10 Alexander BartonWrite "error file" (/tmp/ngircd-XXX.err) only if compil...
2005-02-09 Alexander BartonDon't create version information string each time a...
2005-02-07 Alexander BartonMake sure that errno of fopen() isn't overwritten by...
2005-02-04 Alexander BartonNew configuration variable "PidFile", section "[Global...
2005-02-04 Alexander BartonUse ngt_TrimLastChr() where useful, by Florian Westphal.
2005-02-03 Alexander BartonFixed a bug that could case a root exploit when the...
2005-01-26 Alexander BartonWe are in the year 2005 now! :-)
2005-01-26 Alexander BartonFixed a buffer overflow that could cause the daemon...
2005-01-24 Alexander BartonFixed a typo in variable name ...
2005-01-24 Alexander BartonFixed a possible buffer underrun when reading the MOTD...
2005-01-20 Alexander BartonCode cleanups from Florian Westphal, <westphal@foo...
2005-01-20 Alexander BartonCode cleanups from Florian Westphal, <westphal@foo...
2005-01-19 Alexander BartonFixed detection of IRC lines which are too long to...
2005-01-17 Alexander BartonTranslated source code comments.
2005-01-17 Alexander BartonRaised the maximum length of passwords to 20 characters.
2005-01-17 Alexander BartonFixed a memory leak when resizing the connection pool...
2004-12-26 Alexander BartonDon't use a POSIX thread for the Howl "run loop".
2004-12-26 Alexander BartonAdded support for the Howl (http://www.porchdogsoft...
2004-12-22 Alexander BartonFixed indentation and added some more debug code.
2004-10-20 Alexander BartonMade ngIRCd compile on HP/UX 10.20 with native HP pre...
2004-10-04 Alexander BartonChanged "read buffer" to "receive buffer" as suggested...
2004-10-04 Alexander BartonAdded some missing words: "address" :-)
2004-09-24 Alexander BartonFixed wrong variable names in output of "ngircd --confi...
2004-09-04 Alexander BartonIf ServerUID is defined change the working directory...
2004-06-26 Alexander BartonAdded cast to integer for Solaris.
2004-05-30 Alexander BartonFixed wrong buffer size calculation for resolver results.
2004-05-11 Alexander BartonFixed a warning message of the compiler when not using...
2004-05-11 Alexander BartonFixed resolver when using IDENT lookups, cleaned up...
2004-05-10 Alexander BartonAdded PID to all log messages on the console; enhanced...
2004-05-09 Alexander BartonEnhanced output of "make lint".
2004-05-07 Alexander BartonNew "chroot" feature (from Benjamin Pineau), introducin...
2004-04-25 Alexander BartonAdd flag "L" to default IRC+ server flags: synchronize...
2004-04-25 Alexander BartonSynchronize INVITE- and BAN-lists if the peer requests it:
2004-04-25 Alexander BartonDon't send MODE changes when origin is a server and
2004-04-25 Alexander BartonNew functions: Lists_SendInvites(), Lists_IsInviteEntry(),
2004-04-25 Alexander BartonFixed a wrong assert() which could cause the daemon...
2004-04-25 Alexander BartonBetter logging of decompression errors returned by...
2004-04-09 Alexander BartonFixed handling of already existent entries in invite...
2004-04-09 Alexander BartonServers other than the destination server didn't clean...
2004-03-11 Alexander BartonFixed some warnings of non-gcc-compilers (e. g. origina...
2004-02-29 Alexander BartonChanged the reply of the MODE command to match the...
2004-02-28 Alexander BartonFixed TRACE: don't output "Serv" lines for ourself...
2004-02-28 Alexander BartonBetter logging while establishing and shutting down...
2004-02-04 Alexander BartonThe info text ("real name") of users is set to "-"...
2004-02-03 Alexander BartonFixed (optional) TCP Wrapper test which was broken...
2004-01-25 Alexander BartonThe type of service (TOS) of all sockets is set to...
2004-01-19 Alexander BartonRemoved some debug code; translated some source code...
2004-01-17 Alexander BartonAdded #include for strings.h to fix compiler warnings.
2004-01-17 Alexander BartonAdded #include for strings.h and added some casts to...
2004-01-17 Alexander BartonFixed order of #include's: time.h moves up! ;-)
2004-01-02 Alexander BartonAdjusted copyright notice to include 2004.
2003-12-29 Alexander BartonAdded new short command line option "-t" as alternative...
2003-12-27 Alexander BartonAdded IDENT option to version string.
2003-12-27 Alexander BartonAdded optional support for IDENT lookups (configure...
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-12-19 Alexander BartonFixed error messages related to server name configurati...
2003-12-05 Alexander BartonFixed abort() when inviting users to nonexistent channels.
2003-12-04 Alexander BartonExtended version reporting of CVS builds.
2003-11-06 Alexander BartonFixed ban behavior: users which are banned from a chann...
2003-11-05 Alexander BartonFixed and enhanced penalty handling; changed internal...
2003-11-05 Alexander BartonNew configuration option "MaxConnectionsIP".
2003-09-11 Alexander BartonNew configuration option "Listen" to bind the server...
2003-09-09 Alexander BartonSuppress misleading error message of diff during make...
2003-08-30 Alexander BartonFixed typo in debug output.
2003-07-09 Alexander BartonNJOIN: Fixed propagation of user channel modes.
2003-06-06 Alexander BartonVERSION shows the CVS date if apropriate now.
2003-06-05 Alexander BartonFixed a compiler warning related to an unnecessary...
2003-05-03 Alexander BartonMade Makefiles more compatible with "make -j<N>".
2003-04-29 Alexander Barton"ServerName" is checked better now: a dot (".") is...
2003-04-29 Alexander BartonThe KILL comand verifies and logs more parameters.
2003-04-27 Alexander BartonFixed --configtest: there is no variable "ServerPwd...
2003-04-25 Alexander BartonThe server tried to connect to other servers only once...
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 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-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...
next