Commits
- Commit:
186b14f332810dd8e828c4f07ec89efcc298d4b0- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 17.1
- Commit:
8ea1c5bb82e224326d1a73c462c74dfcb5badef6- From:
- Alexander Barton <alex@barton.de>
- Date:
--configtest: remember if MOTD is configured by file or phrase
Configuration variables "MotdFile" and "MotdPhrase" are mutually
exclusive; so don't display content in both of them when running
"ngircd --configtest": instead remember which one is beeing used.
- Commit:
79ca5fe04d0081468aa09cf0a7caca45a45b9864- From:
- Alexander Barton <alex@barton.de>
- Date:
Enhance log messages when establishing server links a little bit
- Commit:
60bb40d67a8d7c1e38a5d8ca2b7968cf08706008- From:
- Alexander Barton <alex@barton.de>
- Date:
Reset ID of outgoing server link on DNS error correctly
Not resetting the ID prevents the daemon from trying to re-establish
outgoing server links when the DNS resolver failed to resole a hostname.
- Commit:
5da98ec389de2a6d671d270abba86c395e593537- From:
- Alexander Barton <alex@barton.de>
- Date:
Don't log critical (or worse) messages to stderr
stderr isn't redirected to the "error file" any more, so there is
no point in trying to log to it ...
- Commit:
0305f75456fde86ff9d0179146d2ea821cff1457- From:
- Alexander Barton <alex@barton.de>
- Date:
Manual page ngircd(8): add SIGNALS section
- Commit:
65bcff35ffae56878a8c14a6aee0018115d660b3- From:
- Alexander Barton <alex@barton.de>
- Date:
Manual pages: update and simplyfy AUTHORS section
- Commit:
790fa89e67afbea7025479aad0bd5ef9d384d909- From:
- Alexander Barton <alex@barton.de>
- Date:
Remove "error file" when compiled with debug code enabled
The information written to the "error file" (/tmp/ngircd-<PID>.err) when
ngIRCd is compiled with debug code enabled isn't that usefule, so don't
create this file at all.
- Commit:
ce448e90778f634a3349e3a7dad1d98019f2d5b5- From:
- Alexander Barton <alex@barton.de>
- Date:
README: Updated list of implemented commands
- Commit:
dd580d3ea73445f17010b6fc0864b6cf132cce55- From:
- Alexander Barton <alex@barton.de>
- Date:
add doc/README-Interix.txt and doc/Bopm.txt to distribution tarball
- Commit:
de6f08cc040240fdec662f18fb51d95859c4ab5a- From:
- Alexander Barton <alex@barton.de>
- Date:
Merge branch 'numeric-329'
* numeric-329:
New numeric 329: get channel creation time on "MODE #chan" commands
Save channel creation time; new function Channel_CreationTime()
- Commit:
678d5411e23b3361ef32617f520d051109de8eef- From:
- Florian Westphal <fw@strlen.de>
- Date:
add doc/PAM.txt to distribution tarball
doc/PAM.txt was not included in the release tarball.
reported by Christoph Biedl.
- Commit:
7321be2ccd861f1a260e16bf8ddbd32490fbc340- From:
- Alexander Barton <alex@barton.de>
- Date:
New numeric 329: get channel creation time on "MODE #chan" commands
- Commit:
9bc5d565bbbd1131aaa7608076598167036f261b- From:
- Alexander Barton <alex@barton.de>
- Date:
Save channel creation time; new function Channel_CreationTime()
- Commit:
0d19f2b43a0c5cc5c2c87e949bd3d32efcd2f935- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 17
- Commit:
5a14942b0a01bbb144589d6d7ba33184d924f495- From:
- Alexander Barton <alex@barton.de>
- Date:
Updated doc/Platforms.txt for upcoming release 17
- Commit:
2bca14b52e69d3ca3dd5591fd11300860ccfd050- From:
- Alexander Barton <alex@barton.de>
- Date:
contrib/platformtest.sh: make command name quoting consistent
- Commit:
29b41a4eccf024348631830d7fa087f88556f81a- From:
- Alexander Barton <alex@barton.de>
- Date:
contrib/ngircd-redhat.init: updated email address of Naoya Nakazawa
- Commit:
30b6e72b96e8092f3a0884b1a02eb403b8a4b12c- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix up generation and distribution of sample-ngircd.conf
- Add generated sample-ngircd.conf to new .gitignore file,
- refactor Makefile.am to generate sample-ngircd.conf on "make all",
to clean it up on "make clean", and to install it to the correct place.
- Make sure path names in sample-ngircd.conf are separated by "/".
- Commit:
4a197638688d4e39d57f201ac735a38c9fc5a260- From:
- Florian Westphal <fw@strlen.de>
- Date:
doc: change path names in sample-ngircd.conf depending on sysconfdir
- Commit:
bdcf3f0e246c5aa3072c4f82dd9cd0541f4e79aa- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 17~rc3
- Commit:
d7ad956a06af2bde1cfcf2ed8194b6a84d69d968- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix connect attempts to further IP addresses of outgoing server links
If a hostname resolves to more than one IP address (round-robin DNS,
IPv4 and IPv6) and an attempt to connect to the first address fails,
ngIRCd should try to connect to the 2nd address, 3rd address etc.
But because of a wrong variable used in the call to New_Server(),
the wrong server structure has been used in further connection attemps
which possibly lead to connection attempts to already connected servers.
- Commit:
e2c92900300604c000af86008dad086527a04345- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian: Install default /etc/pam.d/ngircd allowing all logins
This is required for backwards compatibility when installing the -full
or -full-dbg package variant: PAM is enabled now but no configuration
present, so all login attempts would be denied ...
Creating /etc/pam.d/ngircd including "auth required pam_permit.so"
restores the old behaviour of allowing all connections.
- Commit:
5edde9a760e1e46eeeddd6b228e3a2ea4ca971db- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian: update standards to 3.9.1; add libpam0g-dev dependency
- Commit:
864f3df575eafc91f4f97ef48b34c27afd08999e- From:
- Alexander Barton <alex@barton.de>
- Date:
Make contrib/platformtest.sh more portable
