Alexander Barton
|
eeccc193dd
|
Prepare documentation for release 0.9.0 ...
|
2005-06-26 21:54:01 +00:00 |
Alexander Barton
|
162338b8c8
|
Ignore unknown commands received before the client is registered.
|
2005-06-24 20:56:46 +00:00 |
Florian Westphal
|
1ca8bb5255
|
startup: fork only once, never run with uid 0
|
2005-06-17 19:04:53 +00:00 |
Florian Westphal
|
cac9f279fa
|
send RFC compliant netsplit messages.
|
2005-06-04 12:32:09 +00:00 |
Florian Westphal
|
517321807e
|
Fix Handling of quit messages: always send only one QUIT message.
|
2005-06-04 11:53:24 +00:00 |
Alexander Barton
|
cd0dc8627d
|
Don't exit server if closing of a socket fails; instead ignore it and
pray that this will be "the right thing" ...
|
2005-05-22 23:55:57 +00:00 |
Alexander Barton
|
06caecb0c4
|
Implemented IRC function "WHOWAS".
|
2005-05-16 12:25:15 +00:00 |
Alexander Barton
|
6ed37415fc
|
Used a spellchecker :-)
|
2005-04-13 21:40:49 +00:00 |
Alexander Barton
|
e635ed43bf
|
Don't enable assert() calls when not ./configure'd with --enable-debug.
|
2005-03-30 17:00:42 +00:00 |
Alexander Barton
|
9dfcc6504e
|
Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well.
|
2005-03-21 22:15:15 +00:00 |
Alexander Barton
|
a822153309
|
Enhanced configure script: now you can pass an (optional) search path
to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
|
2005-03-20 17:23:36 +00:00 |
Florian Westphal
|
374f90f392
|
Add notice about typedef removal and stdbool.h/inttypes.h
|
2005-03-19 18:53:16 +00:00 |
Alexander Barton
|
1d08d51e2e
|
New configuration option "OperServerMode".
|
2005-03-15 16:56:16 +00:00 |
Alexander Barton
|
4ef172d603
|
Implemented support for "secret channels" (channel mode "s").
|
2005-03-02 16:35:10 +00:00 |
Alexander Barton
|
490c9d04d7
|
New configuration option "Mask" for [Operator] sections to limit OPER command.
|
2005-03-02 16:07:30 +00:00 |
Alexander Barton
|
9537542647
|
Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug
code ("--enable-debug") and running as daemon process.
|
2005-02-10 12:49:04 +00:00 |
Alexander Barton
|
894cd2cd68
|
Don't create version information string each time a client connects but
insetead on server startup. By Florian Westphal.
|
2005-02-09 09:52:58 +00:00 |
Alexander Barton
|
112102b10c
|
New configuration variable "PidFile", section "[Global]": if defined,
the server writes its process ID (PID) to this file. Default: off.
Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-02-04 14:24:20 +00:00 |
Alexander Barton
|
ae63ed04c5
|
ngIRCd 0.8.3.
|
2005-02-04 14:21:35 +00:00 |
Alexander Barton
|
8308c170db
|
Fixed a bug that could case a root exploit when the daemon is compiled
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 09:26:42 +00:00 |
Alexander Barton
|
07fe19889b
|
Updated ChangeLog for 0.8.2.
|
2005-02-03 09:11:43 +00:00 |
Alexander Barton
|
2440ed080c
|
Fixed a buffer overflow that could cause the daemon to crash. Bug found
by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-26 13:23:24 +00:00 |
Alexander Barton
|
44172a8c7f
|
Fixed a possible buffer underrun when reading the MOTD file. Thanks to
Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-24 14:17:21 +00:00 |
Alexander Barton
|
d16ce5a735
|
Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-20 00:11:49 +00:00 |
Alexander Barton
|
a40a026d15
|
Fixed detection of IRC lines which are too long to send. Detected by
Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-19 23:33:53 +00:00 |
Alexander Barton
|
6c5f4beb53
|
Fixed return values of our own implementation of strlcpy(). The code has
been taken from rsync and they fixed it, but we didn't until today :-/
|
2005-01-18 09:05:37 +00:00 |
Alexander Barton
|
b6690df2be
|
Raised the maximum length of passwords to 20 characters.
|
2005-01-17 13:01:34 +00:00 |
Alexander Barton
|
429b5f3ec9
|
Fixed a memory leak when resizing the connection pool and realloc() failed.
Now we don't fall back to malloc(), which should be sane anyway.
Patch from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-17 11:57:39 +00:00 |
Alexander Barton
|
292879aca4
|
Added support for the Howl (http://www.porchdogsoft.com/products/howl/)
Rendezvous API, in addition to the API of Apple (Mac OS X).
|
2004-12-26 00:14:33 +00:00 |
Alexander Barton
|
dcb9e2a004
|
Updated documentation for release 0.8.1
|
2004-12-25 00:22:00 +00:00 |
Alexander Barton
|
0d10c60b31
|
Updated config.guess and config.sub
|
2004-12-25 00:10:19 +00:00 |
Alexander Barton
|
08e0b277bc
|
Updated documentation ...
|
2004-12-25 00:00:14 +00:00 |
Alexander Barton
|
196f27c4ad
|
Fixed spelling mistake.
|
2004-10-31 12:17:22 +00:00 |
Alexander Barton
|
c1f32e8214
|
Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and
most probably other older C compilers on other systems.
|
2004-10-20 13:47:32 +00:00 |
Alexander Barton
|
1e692e5890
|
Fixed wrong variable names in output of "ngircd --configtest".
|
2004-09-24 18:00:40 +00:00 |
Alexander Barton
|
2f195a07b2
|
Updated documentation.
|
2004-09-06 00:35:52 +00:00 |
Alexander Barton
|
8ca1e4d548
|
If ServerUID is defined change the working directory to the home directory
of this user.
|
2004-09-04 20:28:51 +00:00 |
Alexander Barton
|
e07cc4bb63
|
Updated documentation :-)
|
2004-09-04 19:39:24 +00:00 |
Alexander Barton
|
beb4edd3cf
|
Updated documentation: note ngIRCd 0.8.0 :-)
|
2004-07-03 18:35:41 +00:00 |
Alexander Barton
|
0b3ee07a2a
|
Updated documentation.
|
2004-05-30 16:29:05 +00:00 |
Alexander Barton
|
59a48bfa1f
|
Updated documentation.
|
2004-05-15 23:56:43 +00:00 |
Alexander Barton
|
d8f47ed195
|
Updated documentation.
|
2004-05-11 00:41:53 +00:00 |
Alexander Barton
|
7281b8dd4d
|
New "chroot" feature (from Benjamin Pineau), introducing new configuration
variables "ChrootDir" and "MotdPhrase".
|
2004-05-07 11:19:20 +00:00 |
Alexander Barton
|
59b903f3bb
|
Updated documentation.
|
2004-04-25 15:51:15 +00:00 |
Alexander Barton
|
1d8da4b525
|
Fixed a wrong assert() which could cause the daemon to exit spuriously
when closing down connections.
|
2004-04-25 14:06:11 +00:00 |
Alexander Barton
|
292c7bd4c0
|
Better logging of decompression errors returned by zlib.
|
2004-04-25 13:55:34 +00:00 |
Alexander Barton
|
233210b906
|
Servers other than the destination server didn't clean up the invite
list of an "invite-only" channel properly when an INVITE'd user joined.
|
2004-04-09 20:46:46 +00:00 |
Alexander Barton
|
56227abc5e
|
Changed the reply of the MODE command to match the syntax of the original
ircd exactly: the unnecessary but missing ":" before the last parameter
has been added.
|
2004-02-29 16:28:44 +00:00 |
Alexander Barton
|
bdaf53e799
|
Fixed TRACE: don't output "Serv" lines for ourself; display more info.
|
2004-02-28 02:18:16 +00:00 |
Alexander Barton
|
33f4e6763b
|
Better logging while establishing and shutting down connections.
Results of the resolver are now discarded after the client is registered.
|
2004-02-28 02:01:01 +00:00 |