Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 3c627dd70d032fa2c5087617da27586cf85e899a
https://github.com/ngircd/ngircd/commit/3c627dd70d032fa2c5087617da27586cf85…
Author: Alexander Barton <alex(a)barton.de>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M contrib/Debian/changelog
M contrib/Debian/control
M contrib/Debian/rules
Log Message:
-----------
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: 7071476d2aac9e797f668a7b4f8da4fbfef8e652
https://github.com/ngircd/ngircd/commit/7071476d2aac9e797f668a7b4f8da4fbfef…
Author: Alexander Barton <alex(a)barton.de>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M config.guess
M config.sub
Log Message:
-----------
Update config.guess and config.sub to recent versions
- config.guess: 2016-10-02
- config.sub: 2016-11-04
Commit: a69866f3f9ccbd7dbd0fe1adc9ae49e7dd33bd9c
https://github.com/ngircd/ngircd/commit/a69866f3f9ccbd7dbd0fe1adc9ae49e7dd3…
Author: Alexander Barton <alex(a)barton.de>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M contrib/Debian/Makefile.am
A contrib/Debian/source/format
Log Message:
-----------
Specify Debian "source format"
Compare: https://github.com/ngircd/ngircd/compare/879d5504081e...a69866f3f9cc
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 879d5504081e09600464f503db8282e47f79abaa
https://github.com/ngircd/ngircd/commit/879d5504081e09600464f503db8282e47f7…
Author: Alexander Barton <alex(a)barton.de>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M src/ngircd/conn.c
Log Message:
-----------
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.
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 2bb917f05aafaf526736d0b7ade2f330835bbbe1
https://github.com/ngircd/ngircd/commit/2bb917f05aafaf526736d0b7ade2f330835…
Author: Alexander Barton <alex(a)barton.de>
Date: 2017-01-15 (Sun, 15 Jan 2017)
Changed paths:
M AUTHORS
M ChangeLog
M INSTALL
M NEWS
M README
M doc/HowToRelease.txt
M doc/RFC.txt
M man/ngircd.8.tmpl
M man/ngircd.conf.5.tmpl
M src/ngircd/ngircd.c
Log Message:
-----------
2017!