Commits
- Commit:
0f717bfd772e0aa904e357983f25a6299b6b7e71
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 26
- Commit:
ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9
- From:
- Alexander Barton <alex@barton.de>
- Date:
INSTALL.md: Add instructions for ArchLinux (pacman)
- Commit:
4bcf4613f9719f70f94ef4efd290fcc35d9c51f2
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 26~rc2
- Commit:
c55a83280662a692e46a4ca3f7252d81aa01b50e
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS, ChangeLog and doc/Platforms.txt files
- Commit:
3dedd57f7f9e6e8c647ff87ee9015af2e728181b
- From:
- Alexander Barton <alex@barton.de>
- Date:
Add AppStream metadata file: contrib/de.barton.ngircd.metainfo.xml
- Commit:
07cb8ed9ae14307b7b9335faa957baa340632e57
- From:
- Alexander Barton <alex@barton.de>
- Date:
Don't send invalid CHANINFO commands when no key is set
It can happen that a channel is +k, but no key is set: for example by
misconfiguring a pre-defined channel. In this case, ngIRCd sent an
invalud CHANINFO command ("CHANINFO #test +Pk 0 :'", note the unset
key represented by the two spaces) to its peers.
Fix this and enhance the CHANINFO documentation.
- Commit:
b003d469f18c843725de4f6f46b7ca0714e0a984
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog files
- Commit:
15c744428358b2a9a1014e10ce803604cc72deae
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update description text in manual page, too!
- Commit:
eb46f3d96d9617fad2887cf465516ea9c03dd174
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngircd.spec: Fix name of README.md and INSTALL.md
- Commit:
a84cba8f78d126bbdbc185db9b70e3c6e7d34b1e
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update description texts
Bring them in line with the updated texts on the homepage.
- Commit:
d697de31862bc659461498bb5169e7a9bdd525b2
- From:
- Alexander Barton <alex@barton.de>
- Date:
IRC_SQUIT(): Fix use-after-free when unregistering the sending client
- Commit:
02cf31c0e267a4c9a7656d43ad3ad4eeb37fc9c5
- From:
- Alexander Barton <alex@barton.de>
- Date:
IRC_SERVER: Make sure that the client sent a prefix
The SERVER command is only valid with a prefix when received from other
servers, so make sure that there is one and disconnect the peer if not
(instead of crashing ...).
This obsoletes PR #275.
Thanks Hilko Bengen (hillu) for finding & reporting this as well for the
patch & pull request! But I think this is the "more correct" fix.
- Commit:
430bb223765281487e5c6d415a8efb91e2bf3320
- From:
- Alexander Barton <alex@barton.de>
- Date:
Enhance debug logging for PONG commands
Distinguish between expected and unexpected PONG commands.
- Commit:
dc6807338e240d8093f43337dab7bfe488c35c4a
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix PING-PONG handling when processing backlog in read buffers
Prior to this commit, the PONG wasn't registered correctly, becauuse the
"last ping" time was set to time(NULL), which could be bigger than the
"last data" time stamp, for example when handling the read buffer took
more than 1 second -- and this resulted in the PONG time out kicking in
effectively disconnecting a newly linked server for example, because
ngIRCd thought it was still waiting for a PONG: last data < last ping.
Now the "last ping" value has three possible values:
0: new connection, no PING, no PONG so far.
1: got a PONG, no longer waiting for a PONG.
<t>: time stamp of last sent out PING command.
- Commit:
0d503945cb527e275ef6644a234a6876ff61322b
- From:
- Alexander Barton <alex@barton.de>
- Date:
Revert "Set the "last data" time to "last ping" time when updating the latter"
This patch completely broke the PING-PONG logic: now ngIRCd never
disconnects any stale peers but keeps sending out PINGs over and over
again ...
The real issue (server disconnects right after connect) will be fixed in
the next commit, but let's revert to the somewhat "half-broken but
'known' state" first ...
This reverts commit 79a917f954bef8089967786bd3597a6e5ff5c336.
- Commit:
bae68eb612ef0d8aa515e03c1479e2a57d243dee
- From:
- Hilko Bengen <bengen@hilluzination.de>
- Via:
- Alexander Barton <alex@barton.de>
- Date:
testsuite: Add missing files to EXTRA_DIST
26~rc1 as extracted from tarball cannot be built/tested with SSL
support because of a missing script and certificates.
- Commit:
03aec7d0b3e40faac852a26abdeb0242e8e77b3f
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 26~rc1
- Commit:
5d5fdfb3fd582d963b406b2003d1f0f2b5abbeb1
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update config.guess and config.sub to recent versions
- config.guess: 2020-04-26
- config.sub: 2020-05-04
And set both scripts +x, they are executable.
- Commit:
05261c020e2c0c4a843f915b3d8ec0dc886a131c
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog files
- Commit:
e8608075006ba3aef2b3bbe26405fb342870e24f
- From:
- Alexander Barton <alex@barton.de>
- Date:
Add missing authors to AUTHORS, tweak ".mailmap" file
- Commit:
e889de9d92adf09f9c77df03d8a85736bc15d380
- From:
- Alexander Barton <alex@barton.de>
- Date:
Tweak & update doc/HowToRelease.txt a bit ...
- Commit:
fcf2874a9d64675c64afbce58cd4cdc73de54978
- From:
- Alexander Barton <alex@barton.de>
- Date:
Allow more characters per line in MOTD and help text files
Change the line buffer in the Read_TextFile() function from 127 to
COMMAND_LEN (=512) bytes. Lines can't even get that long, because they
have to be prefixed before being sent to the client, so this is a sane
maximum.
This allows for even more "fancy" and "wider" MOTDs :-)
Closes #271.
- Commit:
4b7e8db418340576c95f1edad8470b66d6fe886d
- From:
- Alexander Barton <alex@barton.de>
- Date:
Show allowed channel types in ISUPPORT(005) numeric only
Don't show the static list of all possibly available channel types ...
Closes #273.
- Commit:
bc22f41c513f053374be64058db7494974b65a8f
- From:
- Alexander Barton <alex@barton.de>
- Date:
Platforms.txt: Add x86_64/apple/darwin19.0.0
- Add x86_64/apple/darwin19.0.0 (Apple clang 11.0)
- Commit:
d11f13f187ec9b03693812b3d97040c81f5eb8a5
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update Platforms.txt
- Update powerpc/apple/darwin8.11.0 (gcc 4.0.1)
- Add mips/sgi/irix6.5 (SGI C compiler)
- Add mipsel/unknown/netbsd8.0 (gcc 5.5.0)
Thanks to Götz Hoffart <goetz@hoffart.de>!