1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngircd/doc
Alexander Barton 30ba325dde Various fixes and enhancements for the "Autojoin" patch
- Bring sample-ngircd.conf and ngircd.conf.5 description in line.
- Fix configuration parsing, it always showed the 'Unknown variable
  "Autojoin"' error message, even when everything was perfectly fine.
- And fix a build error (at least on macOS with Apple Clang 14):
    login.c:234:3: error: call to undeclared function 'IRC_JOIN'; ISO
    C99 and later do not support implicit function declarations
    [-Wimplicit-function-declaration]
       IRC_JOIN(Client, &Req);
       ^
  The #include for the "irc.channel.h" header was missing!
- Remove a unused variable that caused a compiler warning:
    login.c:222:12: warning: unused variable 'n' [-Wunused-variable]
       size_t i, n, channel_count = array_length(&Conf_Channels, sizeof(*conf_chan));
                 ^
- Add a explicit cast to fix a compiler warning:
    login.c:235:15: warning: assigning to 'char *' from 'const char[51]'
    discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
       Req.argv[0] = conf_chan->name;
                   ^ ~~~~~~~~~~~~~~~
2023-09-17 19:56:07 +02:00
..
src Streamline ".gitignore" files 2015-07-19 03:03:06 +02:00
Bopm.txt doc/Bopm.txt: Update file header 2014-03-19 00:59:01 +01:00
Capabilities.txt Fix several broken URLs. 2015-06-24 21:15:44 +02:00
Commands.txt Don't send invalid CHANINFO commands when no key is set 2020-06-11 16:45:30 +02:00
Contributing.txt Documentation: Spelling fixes 2015-09-06 19:38:16 +02:00
FAQ.txt FAQ.txt: There is no "CVS" anymore, we use Git! 2020-11-28 21:22:34 +01:00
HowToRelease.txt 2023! 2023-08-03 14:22:53 +02:00
Makefile.am Makefile.am: Replace make with ${MAKE} (#270) 2020-04-20 19:29:16 +02:00
Modes.txt Modes.txt: Add "name prefixes" to channel user mode description 2015-12-13 20:19:05 +01:00
PAM.txt PAM.txt: Add note about /etc/pam.d/ngircd permissions 2016-10-24 19:24:21 +02:00
Platforms.txt Update Platforms.txt 2021-01-01 20:03:58 +01:00
Protocol.txt Fix and extend documentation a little bit 2019-06-29 16:02:18 +02:00
QuickStart.md Enhance documentation a bit, add doc/QuickStart.md 2021-12-30 20:01:44 +01:00
README-AUX.txt Update links to "Arthur" to use the HTTP protocol 2014-03-25 20:27:17 +01:00
README-BeOS.txt Fix spelling in some documents. 2009-01-01 17:56:42 +01:00
README-Interix.txt doc/README-Interix.txt: note that GNU make should be used 2012-02-29 13:20:09 +01:00
RFC.txt 2017! 2017-01-15 22:07:11 +01:00
sample-ngircd.conf.tmpl Various fixes and enhancements for the "Autojoin" patch 2023-09-17 19:56:07 +02:00
Services.txt Fixed Atheme Links 2020-08-04 13:44:58 +02:00
SSL.txt doc/SSL.txt: adopt to new configuration file layout 2011-06-28 13:11:14 +02:00