aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_cap.c
Commit message (Expand)AuthorAgeFilesLines
* UnrealIRCd 3.2.10.5 releaseGravatar Bram Matthys2015-08-161-1/+1
* Various fixes, more info later.Gravatar Bram Matthys2013-11-201-14/+21
* - Added set::options::disable-cap, which can be used to disable the••• new CAP support (#4104). Gravatar Bram Matthys2012-10-151-0/+10
* - SASL now needs to be enabled explicitly by setting a set::sasl-server.••• If this is not set, then SASL is off and not advertised. If the specified server is not connected, then SASL is off as well. This prevents unnecessary delay (and the inability for some clients to get online) when SASL is not in use or when the SASL server is down. Gravatar Bram Matthys2012-05-071-0/+6
* - Add support for account-notify client capability (#4098). This capability••• can be used to request passive notifications for accountname changes. Gravatar William Pitcock2012-04-091-0/+1
* - Added 'away-notify' client capability, which informs the client of any AWAY...Gravatar Bram Matthys2012-04-091-0/+1
* - Added support for SASL, patch from nenolod (#4079).Gravatar Bram Matthys2012-03-251-0/+1
* - Advertise 'tls' (STARTTLS) capability in CAP. Patch from nenolod (#4081).Gravatar Bram Matthys2012-01-221-0/+3
* - Add CAP support. Currently implemented are: multi-prefix (NAMESX), and••• userhost-in-names (UHNAMES). Patch from nenotopia (#4018, #4066) Gravatar Bram Matthys2012-01-201-0/+442