Commits
- Commit:
fbaa751da824d0dd2a58086d2cec860cc88afa1d- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 19.1
- Commit:
06b63278754464792529ee0594dc218fa02b4c44- From:
- Alexander Barton <alex@barton.de>
- Date:
Update ChangeLog for upcoming ngIRCd 19.1 release
- Commit:
0d9740b9fa1a432d35f73fafa7fb2ecd9a435502- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix gcc warning, initialize "list" variable to NULL
This fixes the following warning with gcc 4.6.3.:
irc-mode.c: In function "Channel_Mode":
irc-mode.c:947:26: error: "list" may be used uninitialized
in this function
irc-mode.c:884:25: error: "list" may be used uninitialized
in this function
(The variable has never been used uninitialized, so don't worry)
- Commit:
e9be3334d1f0a40e44aac7754d828a4ce28a94b7- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix manual page "hyphen-used-as-minus-sign" error (lintian)
Thanks to Christoph Biedl for reporting this!
- Commit:
0ae74ceaedef2583c333b7cf2a95802009d7707e- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix typo: Please not -> Please note
Thanks to Götz Hoffart!
- Commit:
17ffda1c8a06855adb7a411734b1f7f8cc28d497- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix typo: recieved -> received
Thanks to Christoph Biedl.
- Commit:
0de11ead3663a1248ae0f0f97a2896845774a7d4- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog files
- Commit:
9d486db460c05c24e3a6b3264529a10f968cce2f- From:
- Alexander Barton <alex@barton.de>
- Date:
Really include _all_ patches to build the Anope module
- Commit:
257fe922d2c2ee822c372bc5b979075271915553- From:
- Christoph Biedl <ngircd.anoy@manchmal.in-ulm.de>
- Via:
- Alexander Barton <alex@barton.de>
- Date:
getpid.sh: Fix testcase error for Debian using sbuild
When
* building the ngircd Debian package (on Linux at least) and
* using the sbuild build system,
the command "ps -af" does not include the commands running inside the
sbuild system. Therefore, start-server.sh will report a fail as getpid.sh
cannot not find the ./T-ngircd1 just started although it's actually
running. This results in a funny build log ...
starting server 1 ... failure!
FAIL: start-server1
running connect-test ... ok.
PASS: connect-test
The self-test of getpid.sh however will likely succeed as it's happy if
it sees any process with "sh" somewhere in the name. Things go downhill
from there.
The confusing things are:
* The alternative cowbuilder/pbuilder does not have this problem.
* The alternative usage "ps ax" does fine.
So, as a quick hack, the patch attached adds another switch to getpid.sh.
- Commit:
1068f883779ad9b8bf3e1e1b8234781e4223761d- From:
- Alexander Barton <alex@barton.de>
- Date:
Don't log "ngIRCd hello message" two times
Start "regular" logging not until the configuration file has been read in
and "SyslolgFacility" is set, and log all configuration errors using the
generic "daemon" facility.
So if there are no configuration errors, logging starts right after parsing
the configuration and we log the configuration file used _after_ reading it.
But this is no problem because every configuration error message includes
the configuration file name as well.
(The "double hello" has been introduced by commit 3641e5110952)
- Commit:
9e7360e5faea1468f0906f993c965b8b085ee46a- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 19
- Commit:
273d4bdd32de33d4632ee48b681d3ffff158e359- From:
- Alexander Barton <alex@barton.de>
- Date:
Merge branch 'master' of /srv/git/ngircd
* 'master' of /srv/git/ngircd:
Update doc/Platforms.txt for ngIRCd 19
doc/README-Interix.txt: note that GNU make should be used
- Commit:
27d244dfae5e0909957dab9f2e5958de215608c8- From:
- Alexander Barton <alex@barton.de>
- Date:
Update doc/Platforms.txt for ngIRCd 19
- Commit:
ef392e7d3781e3919718cf55fa87d5a8f8bdd354- From:
- Alexander Barton <alex@barton.de>
- Date:
Update config.guess and config.sub to recent versions
- Commit:
a39a1a5273f953c7c25bcb5b89c607444368d072- From:
- Alexander Barton <alex@barton.de>
- Date:
doc/README-Interix.txt: note that GNU make should be used
- Commit:
c38751191f5811cbd45a0723e39c88785a854e9f- From:
- Alexander Barton <alex@barton.de>
- Date:
Don't accept "[SSL]" in config when no SSL support is built in
- Commit:
5cbdcf4f0d44709798469f09a72d4b4bd56d6e93- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix C syntax: duplicate ";;" should be ";"
Using gcc 2.7.2, this fixes:
irc-channel.c: In function `join_allowed':
irc-channel.c:86: parse error before `const'
- Commit:
3641e511095203818df7ca05439cf42eb7c7c954- From:
- Alexander Barton <alex@barton.de>
- Date:
Correctly re-open syslog logging after reading of configuration
Syslog logging has been initialized before reading the configuraton
file, so ngIRCd always used the default facility and ignored the
"SyslogFacility" configuration option.
Thanks to Patrik Schindler for reporting this issue!
- Commit:
3f46e93ccc429722ed4298127d664673d9e8f37d- From:
- Alexander Barton <alex@barton.de>
- Date:
Logging: remove "Activating ..." info message
- Commit:
8e3c56e5b2ad57576d2342f2971e33778cb1dd72- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 19~rc1
- Commit:
e1026d5dd1c871299bb75ce1751190f485893352- From:
- Alexander Barton <alex@barton.de>
- Date:
Update RPM spec file description to match Debian "control file"
- Commit:
f7bdee5f1360a10b3422a6e0a8e28c2be387c2dd- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog files
- Commit:
391aa8d1f714d5dc2fc1b47ec466082169ef2177- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix forwarding of LIST commands
Bug reported by Cahata, thanks!
- Commit:
89d99e2ff97e5217e80190765d3e1e9bb59239d6- From:
- Alexander Barton <alex@barton.de>
- Date:
Update preliminary ngIRCd protocol module for Anope 1.9.6
- Commit:
c16133c5ee72256ef5b8fa586e72e5e3598e75bb- From:
- Alexander Barton <alex@barton.de>
- Date:
New_Connection(): don't set the client hostname twice
Setting the hostname twice doesn't do much harm a lot, but isn't elegant.
And for IPv6 addresses, it isn't correct the first time (missing []) ...
