| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-02-09 | Don't create version information string each time a client connects but | Alexander Barton | |
| insetead on server startup. By Florian Westphal. | |||
| 2005-02-04 | New configuration variable "PidFile", section "[Global]": if defined, | Alexander Barton | |
| the server writes its process ID (PID) to this file. Default: off. Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-02-04 | ngIRCd 0.8.3. | Alexander Barton | |
| 2005-02-03 | Fixed a bug that could case a root exploit when the daemon is compiled | Alexander Barton | |
| to do IDENT lookups and is logging to syslog. Bug discovered by CoKi, <coki@nosystem.com.ar>, thanks a lot! (http://www.nosystem.com.ar/advisories/advisory-11.txt) | |||
| 2005-02-03 | Updated ChangeLog for 0.8.2. | Alexander Barton | |
| 2005-01-26 | Fixed a buffer overflow that could cause the daemon to crash. Bug found | Alexander Barton | |
| by Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-01-24 | Fixed a possible buffer underrun when reading the MOTD file. Thanks to | Alexander Barton | |
| Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-01-20 | Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>. | Alexander Barton | |
| 2005-01-19 | Fixed detection of IRC lines which are too long to send. Detected by | Alexander Barton | |
| Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-01-18 | Fixed return values of our own implementation of strlcpy(). The code has | Alexander Barton | |
| been taken from rsync and they fixed it, but we didn't until today :-/ | |||
| 2005-01-17 | Raised the maximum length of passwords to 20 characters. | Alexander Barton | |
| 2005-01-17 | Fixed a memory leak when resizing the connection pool and realloc() failed. | Alexander Barton | |
| Now we don't fall back to malloc(), which should be sane anyway. Patch from Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2004-12-26 | Added support for the Howl (http://www.porchdogsoft.com/products/howl/) | Alexander Barton | |
| Rendezvous API, in addition to the API of Apple (Mac OS X). | |||
| 2004-12-25 | Updated documentation for release 0.8.1 | Alexander Barton | |
| 2004-12-25 | Updated config.guess and config.sub | Alexander Barton | |
| 2004-12-25 | Updated documentation ... | Alexander Barton | |
| 2004-10-31 | Fixed spelling mistake. | Alexander Barton | |
| 2004-10-20 | Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and | Alexander Barton | |
| most probably other older C compilers on other systems. | |||
| 2004-09-24 | Fixed wrong variable names in output of "ngircd --configtest". | Alexander Barton | |
| 2004-09-06 | Updated documentation. | Alexander Barton | |
| 2004-09-04 | If ServerUID is defined change the working directory to the home directory | Alexander Barton | |
| of this user. | |||
| 2004-09-04 | Updated documentation :-) | Alexander Barton | |
| 2004-07-03 | Updated documentation: note ngIRCd 0.8.0 :-) | Alexander Barton | |
| 2004-05-30 | Updated documentation. | Alexander Barton | |
| 2004-05-15 | Updated documentation. | Alexander Barton | |
| 2004-05-11 | Updated documentation. | Alexander Barton | |
| 2004-05-07 | New "chroot" feature (from Benjamin Pineau), introducing new configuration | Alexander Barton | |
| variables "ChrootDir" and "MotdPhrase". | |||
| 2004-04-25 | Updated documentation. | Alexander Barton | |
| 2004-04-25 | Fixed a wrong assert() which could cause the daemon to exit spuriously | Alexander Barton | |
| when closing down connections. | |||
| 2004-04-25 | Better logging of decompression errors returned by zlib. | Alexander Barton | |
| 2004-04-09 | Servers other than the destination server didn't clean up the invite | Alexander Barton | |
| list of an "invite-only" channel properly when an INVITE'd user joined. | |||
| 2004-02-29 | Changed the reply of the MODE command to match the syntax of the original | Alexander Barton | |
| ircd exactly: the unnecessary but missing ":" before the last parameter has been added. | |||
| 2004-02-28 | Fixed TRACE: don't output "Serv" lines for ourself; display more info. | Alexander Barton | |
| 2004-02-28 | Better logging while establishing and shutting down connections. | Alexander Barton | |
| Results of the resolver are now discarded after the client is registered. | |||
| 2004-02-05 | Included updates of ngIRCd 0.7.7 | Alexander Barton | |
| 2004-02-04 | The info text ("real name") of users is set to "-" if none has been | Alexander Barton | |
| specified using the USER command (e. g. "USER user * * :"). Reason: the original ircd doesn't like empty ones and would KILL such users. | |||
| 2004-02-03 | Fixed (optional) TCP Wrapper test which was broken and could result in | Alexander Barton | |
| false results. Thanks to Fuminori Tanizaki <tany@mcnet.ad.jp>! | |||
| 2004-01-26 | Updated some copyright notices to include the year 2004. | Alexander Barton | |
| 2004-01-25 | The type of service (TOS) of all sockets is set to "interactive" now. | Alexander Barton | |
| 2003-12-29 | Added new short command line option "-t" as alternative to "--configtest". | Alexander Barton | |
| 2003-12-27 | Added optional support for IDENT lookups (configure switch "--with-ident"). | Alexander Barton | |
| 2003-12-26 | Removed "USE_" prefixes of configuration #defines. | Alexander Barton | |
| 2003-12-05 | Changes for version 0.7.6 | Alexander Barton | |
| 2003-11-07 | Changes from branch-0-7-x for version 0.7.5. | Alexander Barton | |
| 2003-11-06 | Fixed ban behavior: users which are banned from a channel can't no longer | Alexander Barton | |
| send PRIVMSG's to this channel (fixes Bug #47). | |||
| 2003-11-05 | Fixed and enhanced penalty handling; changed internal time resoluiton of | Alexander Barton | |
| the server to one second. Code cleanup. | |||
| 2003-11-05 | New configuration option "MaxConnectionsIP". | Alexander Barton | |
| 2003-11-04 | Fixed build problems under Mac OS X 10.3 "Panther". | Alexander Barton | |
| 2003-10-19 | Use "-pipe" when compiling with gcc, speeds things up a little :-) | Alexander Barton | |
| 2003-09-11 | New configuration option "Listen" to bind the server to a specific ip. | Alexander Barton | |