aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* copyright updates (2017)Gravatar Austin Ellis2017-10-291-1/+1
* It is 2016 now, update the copyrights.Gravatar Ben C2016-01-011-1/+1
* It's 2015 now.Gravatar Ben C2014-12-311-1/+1
* Update DocumentationGravatar Ben C2014-10-187-37/+38
* JSONRPC docGravatar Errietta Kostala2014-07-101-0/+127
* Remove InspIRCd 1.2 support from the config and doc/IRCD, mention in NEWSGravatar Attila Molnar2014-04-301-4/+3
* Mark InspIRCd 1.2 support as deprecated in the config and doc/IRCD•••(cherry picked from commit e1efd13bee846a6201b31e9ebb71ae68232b6126) Gravatar Attila Molnar2014-04-291-1/+2
* doc/technical: fix typosGravatar Shockk2014-02-111-11/+11
* sasl: implement `impersonate:entity` namespace part 1Gravatar William Pitcock2014-01-281-0/+3
* sasl: use impersonate:class: namespace instead of impersonate: namespace for ...Gravatar William Pitcock2014-01-281-2/+2
* saslserv/main: add support for impersonation using SASL authzid•••This allows different "authentication" and "authorization" identities to be specified in the SASL exchange (for mechanisms that support this, e.g. PLAIN or EXTERNAL). This means that a client can authenticate as one user but gain the privileges of another, *if* the source user holds either the "impersonate:any" or "impersonate:<class>" operclass privilege, where <class> is the target user's operclass. For example, a user having {impersonate:user; impersonate:helper} may impersonate only regular users and "helper" services opers, but is not allowed to specify users in other operclasses (e.g. SRAs). The use case for this, as discussed with Jobe in #ircv3, is providing a BNC service for your own network. A regular BNC setup would need to store Atheme credentials (password or certificate) for every BNC user. With impersonation, the BNC only needs to authenticate to its own account. Gravatar Mantas Mikulėnas2014-01-271-0/+6
* doc/WINDOWS: update information about pkg-config (closes 165)•••Added a link to setting up pkg-config in windows and a note about which versions of Atheme require pkg-config to compile.Gravatar Quora Dodrill2013-07-021-1/+11
* doc/IRCD: Remove entries for discontinued protocol modules.Gravatar Jilles Tjoelker2013-03-231-80/+0
* doc/license: Update copyright to 2013Gravatar Rix Rixov2013-02-221-1/+1
* Update doc/PRIVILEGES•••Correction of wrong syntax in the examples (=> instead of =)Gravatar Rix Rixov2013-02-051-2/+2
* doc/WINDOWS: NLS is working on Windows now.Gravatar William Pitcock2012-02-251-8/+6
* crypto/posix: support building a stub•••This allows us to support building posix-crypt support from OpenSSL later on. Gravatar William Pitcock2012-02-211-0/+17
* configure: add limited gtk-doc integrationGravatar William Pitcock2012-02-211-0/+256
* doc/WINDOWS: we don't need libgcc anymore cause msys is goneGravatar William Pitcock2012-02-191-3/+1
* doc/WINDOWS: don't use libregex from MSYS.Gravatar William Pitcock2012-02-191-3/+15
* doc/WINDOWS: we do need libregexGravatar William Pitcock2012-02-191-0/+6
* Add documentation on the windows port.Gravatar William Pitcock2012-02-191-0/+116
* doc/PRIVILEGES: document how to override the default privilege schemeGravatar William Pitcock2011-05-081-0/+39
* FAQ: ./setup is gone now.Gravatar William Pitcock2011-03-161-2/+0
* update perl documentation for the new %Items hash, and the removal of the dep...Gravatar Stephen Bennett2011-03-131-22/+25
* Add basic POD documentation for perl apiGravatar Stephen Bennett2011-03-1112-0/+998
* Update doc/XMLRPC with the new/current location of the XMLRPC modules and ath...Gravatar JD Horelick2011-03-091-3/+16
* Add the GroupServ privileges to doc/PRIVILEGES.Gravatar JD Horelick2011-02-131-0/+6
* Forgot some IPv6 notices and one small grammatical thing. Whoops.Gravatar JD Horelick2010-09-111-10/+1
* Update doc/IRCD a bit.Gravatar JD Horelick2010-09-111-20/+12
* Fixed the m_customprefix bug in InspIRCd.Gravatar JD Horelick2010-08-011-5/+0
* Update the inspircd info in doc/IRCD about m_invisible and the m_customprefix...Gravatar JD Horelick2010-08-011-4/+10
* FAQ: Note that we don't provide support for disabling the taint system.Gravatar William Pitcock2010-05-141-0/+2
* Document tainted flag (T).Gravatar William Pitcock2010-03-261-0/+1
* FAQ: Explain this tainting business.Gravatar William Pitcock2010-03-261-0/+9
* Add a version letter to get_conf_opts() to let people know whether•••or not services is using encrypted passwords. The version letter this adds (if you're too lazy to read doc/VERSION_LETTERS) is "c". Gravatar JD Horelick2010-03-191-0/+1
* Start a FAQ file.Gravatar William Pitcock2010-02-171-0/+37
* Moved operserv/trace to contrib/ and changed its priv back to user:auspex•••and removed the operserv:trace priv (There probably shouldn't be code in core for only a contrib/ module). Gravatar JD Horelick2010-02-031-2/+0
* Add operserv:trace privledge for...Guess what.•••Also added operserv:override priv to doc/PRIVLEDGES while I was in thar. Gravatar JD Horelick2010-02-031-0/+4
* Remove more hyperion remnants.Gravatar Jilles Tjoelker2010-01-301-25/+0
* ircnet: Implement server hostmasking.•••This is a feature of ircnet ircd where multiple servers appear under the same name (for example *.de). Most commands important for synchronization use the SID, which is different as usual. An exception is KILL's prefix, server kills from masked servers will therefore not work. Also add the SID to the server_delete() log message (this is in the network category). This is to disambiguate between different masked servers but can also be useful more generally. Gravatar Jilles Tjoelker2010-01-181-0/+4
* Move the protocol "tweak" modules from contrib to modules/protocol/mixin_*.•••Add them to the example conf, all commented out (of course). These should be loaded directly after the protocol module. Gravatar Jilles Tjoelker2009-12-061-2/+2
* Add nickserv/sendpass_user module, to allow /ns sendpass for users.•••It differs from nickserv/sendpass in the following ways: * no privilege required for normal use (CLEAR/FORCE still require user:sendpass) * no check for soper/mark, to avoid disclosing it * module depends on nickserv/setpass (still recommended for nickserv/sendpass) Gravatar Jilles Tjoelker2009-12-051-1/+2
* Add back the credit lines removed in Atheme 2.x (?!).Gravatar William Pitcock2009-10-051-0/+1
* Remove TS5/TS6 discussion from doc/IRCD as TS5 is obsolete.•••Recent versions of ircd-ratbox and charybdis do not even support it anymore. Gravatar Jilles Tjoelker2009-09-021-8/+4
* Documentation updates from jdhore, slightly tweaked.Gravatar Jilles Tjoelker2009-08-201-60/+10
* Add framework to check hook parameter types and use it in a few places.Gravatar Jilles Tjoelker2009-08-081-50/+0
* Add missing user_away to the hook doc, move channel_message to ircd section.Gravatar Jilles Tjoelker2009-08-081-1/+2
* doc/PRIVILEGES: mention that general:admin controls /os ignore.Gravatar Jilles Tjoelker2009-06-091-1/+1
* Update translation documentation file.Gravatar Jilles Tjoelker2009-04-201-6/+7