| Commit message (Expand) | Author | Age | Files | Lines |
| * | copyright updates (2017) | Austin Ellis | 2017-10-29 | 1 | -1/+1 |
| * | It is 2016 now, update the copyrights. | Ben C | 2016-01-01 | 1 | -1/+1 |
| * | It's 2015 now. | Ben C | 2014-12-31 | 1 | -1/+1 |
| * | Update Documentation | Ben C | 2014-10-18 | 7 | -37/+38 |
| * | JSONRPC doc | Errietta Kostala | 2014-07-10 | 1 | -0/+127 |
| * | Remove InspIRCd 1.2 support from the config and doc/IRCD, mention in NEWS | Attila Molnar | 2014-04-30 | 1 | -4/+3 |
| * | Mark InspIRCd 1.2 support as deprecated in the config and doc/IRCD•••(cherry picked from commit e1efd13bee846a6201b31e9ebb71ae68232b6126)
| Attila Molnar | 2014-04-29 | 1 | -1/+2 |
| * | doc/technical: fix typos | Shockk | 2014-02-11 | 1 | -11/+11 |
| * | sasl: implement `impersonate:entity` namespace part 1 | William Pitcock | 2014-01-28 | 1 | -0/+3 |
| * | sasl: use impersonate:class: namespace instead of impersonate: namespace for ... | William Pitcock | 2014-01-28 | 1 | -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.
| Mantas Mikulėnas | 2014-01-27 | 1 | -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. | Quora Dodrill | 2013-07-02 | 1 | -1/+11 |
| * | doc/IRCD: Remove entries for discontinued protocol modules. | Jilles Tjoelker | 2013-03-23 | 1 | -80/+0 |
| * | doc/license: Update copyright to 2013 | Rix Rixov | 2013-02-22 | 1 | -1/+1 |
| * | Update doc/PRIVILEGES•••Correction of wrong syntax in the examples (=> instead of =) | Rix Rixov | 2013-02-05 | 1 | -2/+2 |
| * | doc/WINDOWS: NLS is working on Windows now. | William Pitcock | 2012-02-25 | 1 | -8/+6 |
| * | crypto/posix: support building a stub•••This allows us to support building posix-crypt support from OpenSSL
later on.
| William Pitcock | 2012-02-21 | 1 | -0/+17 |
| * | configure: add limited gtk-doc integration | William Pitcock | 2012-02-21 | 1 | -0/+256 |
| * | doc/WINDOWS: we don't need libgcc anymore cause msys is gone | William Pitcock | 2012-02-19 | 1 | -3/+1 |
| * | doc/WINDOWS: don't use libregex from MSYS. | William Pitcock | 2012-02-19 | 1 | -3/+15 |
| * | doc/WINDOWS: we do need libregex | William Pitcock | 2012-02-19 | 1 | -0/+6 |
| * | Add documentation on the windows port. | William Pitcock | 2012-02-19 | 1 | -0/+116 |
| * | doc/PRIVILEGES: document how to override the default privilege scheme | William Pitcock | 2011-05-08 | 1 | -0/+39 |
| * | FAQ: ./setup is gone now. | William Pitcock | 2011-03-16 | 1 | -2/+0 |
| * | update perl documentation for the new %Items hash, and the removal of the dep... | Stephen Bennett | 2011-03-13 | 1 | -22/+25 |
| * | Add basic POD documentation for perl api | Stephen Bennett | 2011-03-11 | 12 | -0/+998 |
| * | Update doc/XMLRPC with the new/current location of the XMLRPC modules and ath... | JD Horelick | 2011-03-09 | 1 | -3/+16 |
| * | Add the GroupServ privileges to doc/PRIVILEGES. | JD Horelick | 2011-02-13 | 1 | -0/+6 |
| * | Forgot some IPv6 notices and one small grammatical thing. Whoops. | JD Horelick | 2010-09-11 | 1 | -10/+1 |
| * | Update doc/IRCD a bit. | JD Horelick | 2010-09-11 | 1 | -20/+12 |
| * | Fixed the m_customprefix bug in InspIRCd. | JD Horelick | 2010-08-01 | 1 | -5/+0 |
| * | Update the inspircd info in doc/IRCD about m_invisible and the m_customprefix... | JD Horelick | 2010-08-01 | 1 | -4/+10 |
| * | FAQ: Note that we don't provide support for disabling the taint system. | William Pitcock | 2010-05-14 | 1 | -0/+2 |
| * | Document tainted flag (T). | William Pitcock | 2010-03-26 | 1 | -0/+1 |
| * | FAQ: Explain this tainting business. | William Pitcock | 2010-03-26 | 1 | -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".
| JD Horelick | 2010-03-19 | 1 | -0/+1 |
| * | Start a FAQ file. | William Pitcock | 2010-02-17 | 1 | -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).
| JD Horelick | 2010-02-03 | 1 | -2/+0 |
| * | Add operserv:trace privledge for...Guess what.•••Also added operserv:override priv to doc/PRIVLEDGES while I was in thar.
| JD Horelick | 2010-02-03 | 1 | -0/+4 |
| * | Remove more hyperion remnants. | Jilles Tjoelker | 2010-01-30 | 1 | -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.
| Jilles Tjoelker | 2010-01-18 | 1 | -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.
| Jilles Tjoelker | 2009-12-06 | 1 | -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)
| Jilles Tjoelker | 2009-12-05 | 1 | -1/+2 |
| * | Add back the credit lines removed in Atheme 2.x (?!). | William Pitcock | 2009-10-05 | 1 | -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.
| Jilles Tjoelker | 2009-09-02 | 1 | -8/+4 |
| * | Documentation updates from jdhore, slightly tweaked. | Jilles Tjoelker | 2009-08-20 | 1 | -60/+10 |
| * | Add framework to check hook parameter types and use it in a few places. | Jilles Tjoelker | 2009-08-08 | 1 | -50/+0 |
| * | Add missing user_away to the hook doc, move channel_message to ircd section. | Jilles Tjoelker | 2009-08-08 | 1 | -1/+2 |
| * | doc/PRIVILEGES: mention that general:admin controls /os ignore. | Jilles Tjoelker | 2009-06-09 | 1 | -1/+1 |
| * | Update translation documentation file. | Jilles Tjoelker | 2009-04-20 | 1 | -6/+7 |