| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-27 | Merge branch 'NoticeAuth' | Alexander Barton | |
| * NoticeAuth: Add documentation for "NoticeAuth" configuration option Configuration: move "NoticeAuth" to GLOBAL section New configuration option "NoticeAuth": send NOTICE AUTH on connect | |||
| 2011-03-27 | ngircd.conf.5: Add variable type to "CloakHost" and "CloakUserToNick" | Alexander Barton | |
| 2011-03-27 | Xcode: don't list sample-ngircd.conf, use sample-ngircd.conf.tmpl | Alexander Barton | |
| 2011-03-27 | Add documentation for "NoticeAuth" configuration option | Alexander Barton | |
| 2011-03-26 | Configuration: move "NoticeAuth" to GLOBAL section | Alexander Barton | |
| 2011-03-25 | New configuration option "NoticeAuth": send NOTICE AUTH on connect | Alexander Barton | |
| When enabling "NoticeAuth" in the [Features] section, ngircd will send "NOTICE AUTH" messages on client connect like e.g. snircd (QuakeNet) does. | |||
| 2011-03-25 | Warn when unknown variables are found in [Features] section | Alexander Barton | |
| 2011-03-25 | Update doc/GIT.txt | Alexander Barton | |
| 2011-03-23 | Update INSTALL text | Alexander Barton | |
| 2011-03-21 | Generate WALLOPS message on SQUIT from IRC operator | Alexander Barton | |
| So SQUIT now behaves like CONNECT and DISCONNECT commands, when called by an IRC operator (and not received from an other server). | |||
| 2011-03-21 | Commands received from other servers must have prefixes | Alexander Barton | |
| Make sure that all commands received from other servers do have valid prefixes. Only exceptions are PING and ERROR commands that can occure without prefixes when generated by the remote peer itself. | |||
| 2011-03-21 | Allow servers to send more commands in the first 10 secods | Alexander Barton | |
| This helps to speed up server login and network synchronisation. | |||
| 2011-03-19 | IRC_CHANINFO(): Code cleanup | Alexander Barton | |
| 2011-03-19 | Handle_GLOBAL(): don't use multi-line strings | Alexander Barton | |
| They aren't supported by elder C compilers ... | |||
| 2011-03-19 | Merge branches 'CloakUserHost', 'QuitOnHTTP' and 'bug72-WHOIS-List' | Alexander Barton | |
| * CloakUserHost: Add a note not to use a percent sign ("%") in CloakHost variable Rename ClientHost to CloakHost, and ClientUserNick to CloakUserToNick Don't use "the.net" in sample-ngircd.conf, use "example.net" ngircd.conf.5: document "ClientHost" and "ClientUserNick" Move "ClientHost" and "ClientUserNick" to end of [Global] section ClientUserNick setting ClientHost setting * QuitOnHTTP: Only "handle" HTTP commands on unregistered connections Don't use IRC_QUIT_HTTP() if STRICT_RFC is #define'd IRC_QUIT_HTTP(): enhance error message Move IRC_QUIT_HTTP() below IRC_QUIT() quit on HTTP commands: GET & POST * bug72-WHOIS-List: Add "whois-test" to testsuite and distribution archive Add support for up to 3 targets in WHOIS queries. | |||
| 2011-03-19 | Add a note not to use a percent sign ("%") in CloakHost variable | Alexander Barton | |
| The percent sign is reserved for future extensions, for example to expand some variables like %H to a hash value of the real host name ... Idea by kaFux in #ngircd. | |||
| 2011-03-19 | Rename ClientHost to CloakHost, and ClientUserNick to CloakUserToNick | Alexander Barton | |
| 2011-03-19 | Add "whois-test" to testsuite and distribution archive | Alexander Barton | |
| Test script proposed by Dana Dahlstrom, 2008-02-17. See <https://arthur.barton.de/bugzilla/show_bug.cgi?id=72> ... | |||
| 2011-03-19 | Add support for up to 3 targets in WHOIS queries. | Florian Westphal | |
| also allow up to one wildcard query from local hosts. Follows ircd 2.10 implementation rather than RFC 2812. At most 10 entries are returned per wildcard expansion. WHOIS test cases by Dana Dahlstrom. | |||
| 2011-03-19 | Doxygen: Remove header.inc.html and ngircd-doc.css from distribution | Alexander Barton | |
| 2011-03-18 | ngircd.conf.5: describe types of variables | Alexander Barton | |
| Describe the possible types of variables in ngircd.conf: booleans, text strings, integer numbers. And add type information to each variable description. | |||
| 2011-03-18 | Don't use "the.net" in sample-ngircd.conf, use "example.net" | Alexander Barton | |
| "the.net" is an existing domain of the Texas Higher Education Network ... See RFC 2606. | |||
| 2011-03-17 | Only "handle" HTTP commands on unregistered connections | Alexander Barton | |
| 2011-03-16 | Don't use IRC_QUIT_HTTP() if STRICT_RFC is #define'd | Alexander Barton | |
| 2011-03-16 | IRC_QUIT_HTTP(): enhance error message | Alexander Barton | |
| 2011-03-16 | Move IRC_QUIT_HTTP() below IRC_QUIT() | Alexander Barton | |
| 2011-03-16 | ngircd.conf.5: document "ClientHost" and "ClientUserNick" | Alexander Barton | |
| 2011-03-16 | Move "ClientHost" and "ClientUserNick" to end of [Global] section | Alexander Barton | |
| 2011-03-16 | ClientUserNick setting | Gabor Adam Toth | |
| 2011-03-16 | ClientHost setting | Gabor Adam Toth | |
| 2011-03-16 | quit on HTTP commands: GET & POST | Gabor Adam Toth | |
| 2011-02-28 | channel: always reject zero-length channel key | Florian Westphal | |
| previously, any client could join in this configuration: [Channel] Name = #test Modes = tnk KeyFile = /tmp/foobar fix this by checking for zero-length key before comparing key to channel key. | |||
| 2011-02-23 | PAM-Auth child: log if result can't be reported | Alexander Barton | |
| This fixes the followin GCC warning on modern Linux systems as well: irc-login.c: In function ‘Hello_User’: irc-login.c:876: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result | |||
| 2011-02-17 | Protocol.txt: Update description of CHANINFO command | Alexander Barton | |
| 2011-02-16 | Add cscope.out to .gitignore file | Alexander Barton | |
| 2011-02-14 | Correctly detect errors when handling "MODE x" commands | Alexander Barton | |
| 2011-02-13 | Enhance documentation for the WEBIRC command | Alexander Barton | |
| 2011-02-13 | Doxygen'ify irc-login.c | Alexander Barton | |
| 2011-02-13 | Doxygen'ify irc-channel.c | Alexander Barton | |
| 2011-02-13 | Doxygen'ify conn.c | Alexander Barton | |
| 2011-02-13 | Doxygen'ify proc.h | Alexander Barton | |
| 2011-02-13 | Doxygen'ify parse.h | Alexander Barton | |
| 2011-02-13 | Doxygen'ify and update comments in ngircd.{c|h} | Alexander Barton | |
| 2011-02-13 | Doxygen'ify and update comments in match.c | Alexander Barton | |
| 2011-02-13 | Update and translate comments in hash.c | Alexander Barton | |
| 2011-02-13 | Doxygen'ify conf.h | Alexander Barton | |
| 2011-02-13 | Add missong Doxygen @file tags to ngircd.h and irc-op.h | Alexander Barton | |
| 2011-02-13 | Code cleanup: mostly removing empty lines | Alexander Barton | |
| 2011-02-13 | Doxygen: define ZLIB, PAM, and ZEROCONF | Alexander Barton | |
| 2011-02-13 | Add Doxygen @file documentation to each source and header file | Alexander Barton | |