| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-10 | Commands.txt: spelling fixes ... | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "USERS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "SUMMON" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "SERVLIST" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "WHOWAS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "WHOIS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "WHO" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "VERSION" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "USERHOST" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "TIME" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "STATS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "NAMES" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "MOTD" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "LUSERS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "LINKS" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "ISON" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "INFO" command | Alexander Barton | |
| 2013-02-10 | Commands.txt: Update description of the "ADMIN" command | Alexander Barton | |
| 2013-02-03 | Commands.txt: Add description for the "CHARCONV" command | Alexander Barton | |
| 2013-02-03 | Commands.txt: Add description for the "CAP" command | Alexander Barton | |
| 2013-01-23 | Commands.txt: Import descriptions from "rbose/command_help" | Alexander Barton | |
| Import command description texts from the "rbose/command_help" branch, which have been written by DNS <dns@rbose.org> -- thanks a lot! | |||
| 2013-01-23 | Commands.txt: Reorder some commands | Alexander Barton | |
| Reorder some commands and introduce new section "Connection Handling". Idea by DNS <dns@rbose.org>, thanks! | |||
| 2013-01-23 | Commands.txt: Fix some wording and spelling | Alexander Barton | |
| 2013-01-01 | Use "${docdir}/Commands.txt" as help text file | Alexander Barton | |
| 2013-01-01 | Add doc/Commands.txt which should document all commands | Alexander Barton | |
| This document can be used as "help text", too, see configuration option "HelpFile" in ngircd.conf(5). Please note that this file in its current state is far from complete, only a few commands are documented, but you should get an idea how it works. So please send in patches adding the remaining parts! :-) | |||
| 2012-12-31 | Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5 | Alexander Barton | |
| 2012-12-25 | Makefiles: Correctly quote sed expressions | Alexander Barton | |
| Now the Makefiles support spaces in "$sysconfdir", which isn't uncommon for Cygwin for example, when $HOME contains whitespaces ("/home/User Name") and ngIRCd is installed into the user home ("./configure --prefix=$HOME"). | |||
| 2012-11-26 | Update doc/Platforms.txt | Alexander Barton | |
| 2012-11-24 | Rework cloaked hostname handling, implement "METADATA cloakhost" | Alexander Barton | |
| Now ngIRCd uses two fields internally, one to store the "real" hostname and one to save the "cloaked" hostname. And both fields can be set independently using the "METADATA host" and "METADATA cloakhost" commands. This allows "foreign servers" (aka "IRC services") to alter the real and cloaked hostnames of clients without problems, even when the user itself issues additional "MODE +x" and "MODE -x" commands. | |||
| 2012-11-10 | Add new IRC+ server flag "X": "XOP modes supported" | Alexander Barton | |
| This flag indicates, that the server supports the enhanced "xop channel user modes", like channel owner, admin, and halfop. This information is used to make sure that no unsupported CHANINFO commands are sent to servers not supporting such mode prefixes, for example. | |||
| 2012-11-10 | Update autoconf/automake version numbers in doc/HowToRelease.txt | Alexander Barton | |
| 2012-11-10 | doc/Services.txt: Update documentation for Anope 1.9.8 | Alexander Barton | |
| Starting with Anope 1.9.8, the ngIRCd protocol module is rewritten from scratch by "DukePyrolator" and included in the Anope distribution. So no patching is required any more, yeah! Drawback: Anope 1.9.8 is in development and not yet released ... | |||
| 2012-11-05 | doc/Protocol.txt: Document METADATA command | Alexander Barton | |
| 2012-11-05 | doc/Protocol.txt: add/fix CHARCONV description | Alexander Barton | |
| 2012-11-04 | Update doc/Services.txt, sort services alphabetically | Alexander Barton | |
| 2012-11-02 | Spelling fix: "nick name" -> "nickname" | Alexander Barton | |
| 2012-10-25 | Make the maximum /list reply length a configurable limit. | Brett Smith | |
| 2012-10-11 | Add "i586/pc/haiku" to doc/Platforms.txt | Alexander Barton | |
| 2012-10-08 | Implement user mode "b": block messages | DNS777 | |
| When a user has set mode "b", all private messages and notices to this user are blocked if they don't originate from a registered user, an IRC Op, server or service. The originator gets an error numeric sent back in this case, ERR_CANNOTSENDTONICK_MSG(976), which is/was(?) used by KineIRCd, too. This closes bug #144. | |||
| 2012-10-06 | Merge branch 'bug141-ModesQq' | Alexander Barton | |
| This closes bug #141. * bug141-ModesQq: KICK-protect IRC services Implement channel mode "Q" and user mode "q" Conflicts: src/ngircd/defines.h src/ngircd/messages.h | |||
| 2012-10-06 | Implement channel mode 'V' (invite disallow) | DNS777 | |
| If the new channel mode "V" is set, the INVITE command becomes invalid and all clients get the new ERR_NOINVITE_MSG(518) reply. Unreal and InspIRCd uses this mode, too. This closes bug #143. | |||
| 2012-10-06 | Merge branch 'bug109-CHARCONV' | Alexander Barton | |
| This closes bug #109. * bug109-CHARCONV: Debian: require "telnet" or "telnet-ssl" for building Debian ngircd-full[-dbg]: enable CHARCONV Add "CHARCONV" to "feature string" when enabled Implement new IRC+ "CHARCONV" command Added new configure option "--with-iconv" Conflicts: src/ngircd/messages.h | |||
| 2012-10-06 | Implement channel mode "Q" and user mode "q" | Alexander Barton | |
| Both modes protect users from channel kicks: only IRC operators and servers can kick users having mode "q" or in channels with mode "Q". Original patch by DNS777 <dns@rbose.org>, thanks! This closes bug #141. | |||
| 2012-09-25 | New configuration option "OperChanPAutoOp" | DNS777 | |
| If disabled, IRC operators don't become channel operators in persistent channels when joining. Enabled by default, which has been the behavior of ngIRCd up to this patch. Closes bug #135. (Cosmetic fixes by Alex.) | |||
| 2012-09-24 | Add doc/Contributing.txt to distribution archive | Alexander Barton | |
| 2012-09-23 | Merge branch 'bug92-xop' | Alexander Barton | |
| By Alexander Barton (5) and Sebastian Köhler (2) * bug92-xop: Fix NAMES/WHO response when client has multi-prefix Fix prefix of "halfop" when "multi-prefix" is active Clean up doc/.gitignore doc/Modes.txt: add version number to new channel modes Fix some "whitespace glitches" Tests and documentation for xop Implemented xop support Conflicts (because of "multi-prefix fix"): src/ngircd/irc-info.c This fixes bug #92 "ngircd does not support XOP usermodes". | |||
| 2012-09-23 | Clean up doc/.gitignore | Alexander Barton | |
| 2012-09-23 | doc/Modes.txt: add version number to new channel modes | Alexander Barton | |
| 2012-09-17 | Implement new IRC+ "CHARCONV" command | Alexander Barton | |
| See bug 109 and doc/Protocol.txt for details and documentation. | |||
| 2012-09-15 | Make our own targets "silent", if enabled | Alexander Barton | |