Commits
- Commit:
56256535c583a23cacb064bce166617cb104b8ff
- From:
- Alexander Barton <alex@barton.de>
- Date:
Updated Debian changelog [from 0.10.x; 0.11.x]
- Commit:
35b6f3997cb6c93c2d10bea748a4ddab53e7b579
- From:
- Alexander Barton <alex@barton.de>
- Date:
Document NoDNS configuration option.
- Commit:
463c5cb7c5ea272035ea05524001dddbe43156cf
- From:
- Florian Westphal <fw@strlen.de>
- Date:
IRC_PART could reference invalid memory.
- Commit:
7548aa089c73a12d2fac3430e8ebb976a9bab4e3
- From:
- Alexander Barton <alex@barton.de>
- Date:
Remove entry about ngircd failing on Linux 2.4:
ngircd can now fall back to select. [from 0.11.x]
- Commit:
478a8c01f9c10bf2f01b974506c1d9440c75b021
- From:
- Alexander Barton <alex@barton.de>
- Date:
Updated NEWS and ChangeLog files.
- Commit:
61e6b5c0aaf8516ed686a40f40133cb1996f2a65
- From:
- Florian Westphal <fw@strlen.de>
- Date:
[Resolver]: Use dotted-decimal IP address if hostname is >= 64
- Commit:
91a6fffaa01be7b84d1f072d474c7c2181b00ab6
- From:
- Florian Westphal <fw@strlen.de>
- Date:
io_event_disable: return if event-to-disable is already off
- Commit:
2ce5b734bdac5de7dc46a6e3ec2ef5c861995b61
- From:
- Florian Westphal <fw@strlen.de>
- Date:
kqueue: check for EV_ERROR in .flags
if kevent() returns events, check for EV_ERROR in event flags, too.
- Commit:
f99f9a8f02390e8d49dbaad478678a0427872f5e
- From:
- Florian Westphal <fw@strlen.de>
- Date:
Fix format arg: ListenAddress was printed instead of Bind address.
- Commit:
4715ccf9ca7509795295a5d2ac5aab5d9998f06a
- From:
- Florian Westphal <fw@strlen.de>
- Date:
Fix format string in error path: didn't print strerror(errno)
- Commit:
8974e90552baa2ea831b6720a061a74127edcca0
- From:
- Florian Westphal <fw@strlen.de>
- Date:
implement '/STAT u' (uptime)
- Commit:
2fe13f0a452841cc10cf7f29c556f17fff131675
- From:
- Florian Westphal <fw@strlen.de>
- Date:
Fix fmt string: int, not long
- Commit:
20ce56cc5bdbee652f73499e3b03714ecbb45085
- From:
- Florian Westphal <fw@strlen.de>
- Date:
include <arpa/inet.h> inside tool.h
In file included from hash.c:24:
../tool/tool.h:27: warning: `struct in_addr' declared inside parameter list
- Commit:
47a0379e2bef76959d2a0c06ceaea6b80e5d614d
- From:
- Florian Westphal <fw@strlen.de>
- Date:
remove ip-string from Conf_Server struct
struct Conf_Server stored the ip address to connect to
in dotted-decimal notation; but we only need this for connect()
so long-time storage isn't necessary.
- Commit:
37563537a9d5bbae2c010355eff6bb59cc799a10
- From:
- Florian Westphal <fw@strlen.de>
- Date:
document new "Bind" server config option in changelog.
- Commit:
82d32ffb28262b302fb435739e4c81bd3c1a1b85
- From:
- Florian Westphal <fw@strlen.de>
- Date:
bind ListenAddress for outgoing connections
ngircd would always use INADDR_ANY for outgoing connections;
which might not be desirable. Added new [Server] option
"Bind" to set source ip.
- Commit:
024588dbe72e25b49439602670be7d8164183a74
- From:
- Alexander Barton <alex@barton.de>
- Date:
Funktions to handle numerics sent to the server.
- Commit:
47ca178a219d682c589b27e64ee1a4e936cc7bdc
- From:
- Alexander Barton <alex@barton.de>
- Date:
Introduce option to configure the maximum nick name lenth in ngircd.conf
- New configuration option "MaxNickLength" to specify the allowed maximum
length of user nick names. Note: must be unique in an IRC network!
- Enhanced the IRC+ protocol to support an enhanced "server handshake" and
enable server to recognice numeric 005 (ISUPPORT) and 376 (ENDOFMOTD).
See doc/Protocol.txt for details.
- Commit:
12db0bdc4fb2d4bf40d6961406400a248bac123c
- From:
- Alexander Barton <alex@barton.de>
- Date:
Re-added doc/SSL.txt to distribution -- got lost somewhere!?
- Commit:
53b98fd7e9173aec98a028535312eec82cddfeb9
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fixes the wrong logging output when nested servers are introduced
to the network as well as the wrong output of the LINKS command.
- Commit:
c7d4d856662ab63686edc796dbd3f6f0720e9bc0
- From:
- Alexander Barton <alex@barton.de>
- Date:
Remove some bogus files from project ...
- Commit:
4659dae6eb230faeba6cfa45c0981914847bc1be
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update Mac OS X Xcode project file for Xcode 3.
Allow building of ngIRCd using Xcode 3 without running ./configure.
- Commit:
68f896eee02d8cd40fec8acf45e7127f4d83a090
- From:
- Alexander Barton <alex@barton.de>
- Date:
Adjust test suite to be usable on HP/UX 11.11 :-)
- Commit:
06bfb3adfb7ed6aef01c2fa892ea396405ee040a
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix code to compile using K&R C compiler and ansi2kr again.
- Commit:
2f305331a17b6b967e46f0ec13ea4f6aeda83b89
- From:
- Florian Westphal <fw@strlen.de>
- Date:
add tiny note about ngircd using syslog(3) by default.