Commits
- Commit:
e17d4bdec7857e7af9deb02681585fad15eb1ebd
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 24
- Commit:
b2ba3e745a9e400e8fce431fc74801874a5e453a
- From:
- Alexander Barton <alex@barton.de>
- Date:
Platforms.txt: Add and update systems
- Update i386/unknown/freebsd7.3 (gcc 4.2.1)
- Update i386/unknown/netbsdelf4.0 (gcc 4.1.2)
- Update x86_64/apple/darwin16.3.0 (Apple clang 8.0)
- Update x86_64/unknown/freebsd8.4 (gcc 4.2.1)
- Update x86_64/pc/linux-gnu (gcc 4.4.5)
- Update x86_64/pc/linux-gnu (gcc 4.8.4)
- Update x86_64/pc/linux-gnu (gcc 4.9.2)
- Update x86_64/pc/linux-gnu (gcc 6.2.1)
- Add x86_64/pc/linux-gnu (gcc 6.3.1)
- Commit:
3890304b5446315786eb0a9cba6d48c80379390e
- From:
- Alexander Barton <alex@barton.de>
- Date:
Make sure that platformtest.sh aborts when autogen.sh fails
- Commit:
a69866f3f9ccbd7dbd0fe1adc9ae49e7dd33bd9c
- From:
- Alexander Barton <alex@barton.de>
- Date:
Specify Debian "source format"
- Commit:
7071476d2aac9e797f668a7b4f8da4fbfef8e652
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update config.guess and config.sub to recent versions
- config.guess: 2016-10-02
- config.sub: 2016-11-04
- Commit:
3c627dd70d032fa2c5087617da27586cf85e899a
- From:
- Alexander Barton <alex@barton.de>
- Date:
Build Debian packages with OpenSSL instead of GnuTLS
OpenSSL allows to reload used certificates on runtime for example (which
is very useful when using Let's Encrypt), and therefore is preferred ...
- Commit:
879d5504081e09600464f503db8282e47f79abaa
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix handling of connection pool allocation and enlargement
The daemon only enlarged its connection pool when accepting new client
connections, not when establishing new outgoing server links.
Thanks to Lukas Braun (k00mi) for reporting this!
In addition this patch streamlines the connection pool allocation, so
that there is only one place in the code allocating the pool: the now
updated Socket2Index() function. The name doesn't quite fit, but this
existing and today quite useless function (because the mapping from
socket number to connection index is 1:1 today) already became called
in almost all relevant code paths, so I decided to reuse it to keep the
patch small ...probably we want to fix the naming in a second patch?
Closes #231.
- Commit:
2bb917f05aafaf526736d0b7ade2f330835bbbe1
- From:
- Alexander Barton <alex@barton.de>
- Date:
2017!
- Commit:
72acf53d6951fb661b80ce76dc9f318881a41885
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update doc/RFC.txt, add RFC 7194
- Commit:
479d7d99c143c3b7900646fc6d490b72219955cc
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 24~rc1
- Commit:
181da30997f93a908a419778a6455c4fbdc16ee4
- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian: Use "dh_prep" instead deprecated "dh_clean -k"
- Commit:
bfebdaece83db1b2b6b43a0169f8a45bc81109bf
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngircd.conf.5.tmpl: Fix spelling
Thanks to Christoph Biedl.
- Commit:
d2a134b79c2b5473446e9e851bb0ad8c6c36b52f
- From:
- Alexander Barton <alex@barton.de>
- Date:
Platforms.txt: Add and update systems
- Add x86_64/apple/darwin16.3.0 (Apple clang 8.0)
- Update x86_64/pc/linux-gnu (gcc 4.9.2)
- Add x86_64/pc/linux-gnu (gcc 6.2.1.)
- Commit:
74f021fb444acd5a19b907aa5bc886c5dc58e5a9
- From:
- Alexander Barton <alex@barton.de>
- Date:
Further enhance systemd unit file
- Add more comments/documentation.
- Add dependencies for services and proxy scanners.
- Add more limit configurations.
- Allow AF_UNIX address family, required for syslog!
- Commit:
8e09180295350692ec2ab82b06c6f70b7cd5c6fa
- From:
- Alexander Barton <alex@barton.de>
- Date:
Install systemd service file in Debian package
- Commit:
f0532c98cd2fcd1443f8f80ed45772d56bf4cd9e
- From:
- Alexander Barton <alex@barton.de>
- Date:
Enhance systemd service file
- Add homepage :-)
- Remote CAP_SETUID and CAP_SETGID from CapabilityBoundingSet: This is
nor needed, because the unit already sets User=irc and Group=irc.
- Add RestrictAddressFamilies, and restrict it to AF_INET and AF_INET6.
- Read in the Debian "default files", but note: only PARAMS is supported!
- Commit:
9e0e955daf57b997792ca55a236498694ce634e2
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update Debian package
- Update debhelper compatibility to version 9.
- Update build-dependencies.
- Change group of ngircd.conf to "irc" in postinst script (this makes
starting ngIRCd as user "irc" easier, for example when using systemd).
- Don't create /var/run/ircd during installation: this is handled by the
SysV init script and the systemd service already.
- Commit:
3e447384168a619e79c163dab5bd5493acf33734
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog files
- Commit:
02c8887543b298abcc7b79d752e22cbd34ea8069
- From:
- Alexander Barton <alex@barton.de>
- Date:
Log privilege violations and failed OPER as "error" and to &server
- Commit:
77861f6fe24a7a6be85c6f8112f08172ad7ffa67
- From:
- Alexander Barton <alex@barton.de>
- Date:
Immediately shut down connection on receiving ERROR
Don't wait for the peer to close the connection. This allows us to
forward the ERROR mesage in the network, instead of the very generic
"client closed connection" message.
- Commit:
e9e3df27b70b7d3c7de2f0208431c8b8803a4da9
- From:
- Alexander Barton <alex@barton.de>
- Date:
Xcode: Fix "duplicate symbols" error in current Xcode
- Commit:
0dc3c134697444e1470c87c6f22211ba220ec4ec
- From:
- Alexander Barton <alex@barton.de>
- Date:
x-Line synchronization: Don't send negative durations
- Commit:
d0d4de498000ff80d11aaa35509f082a80bb317e
- From:
- Alexander Barton <alex@barton.de>
- Date:
List expiration: use same log level as when setting
And log this event to the &SERVER channel, too.
- Commit:
85df41490710fcefd158e4e8d8175207d24feb2f
- From:
- Alexander Barton <alex@barton.de>
- Date:
Remove leftover debug message. Oops!
- Commit:
f5ff22d98febeddcc51668c49f35940cbffe599e
- From:
- Alexander Barton <alex@barton.de>
- Date:
G-LINES: Forbid remote modifications if "AllowRemoteOper" is not set
Explicitely forbid remote servers to modify "x-lines" (G-LINES) when the
"AllowRemoteOper" configuration option isn't set, even when the command
seems to originate from the remote server itself: this prevents GLINE's
to become set during server handshake in this case (what wouldn't be
possible during regular runtime when a remote IRC Op sends the command)
and what can't be undone by IRC Ops later on (because of the missing
"AllowRemoteOper" option) ...