aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | - Added auth method 'sslclientcertfp' which provides an alternative••• method to authenticate users with SSL client certificates based on SHA256 fingerprints. This can be used instead of the already existing 'sslclientcert' so you don't have to use an external file. One way to get the SHA256 fingerprint would be: openssl x509 -in name-of-pem-file.pem -sha256 -noout -fingerprint Suggested and patch supplied by Jobe (#4019). - Added documentation on the new sslclientcertfp - Moved documentation on authentication types to one place and refer to it from each section (oper::password, vhost::password, link::password-receive, etc). Gravatar Bram Matthys2012-10-154-49/+150
|/
* - Added set::options::disable-cap, which can be used to disable the••• new CAP support (#4104). Gravatar Bram Matthys2012-10-155-0/+27
* various win32 fixes:•••- Disable USE_POLL on Windows, since it doesn't work with XP and has no advantage anyway. Reported by nenolod (#4129). - Various updates to makefile.win32 and .iss file, found during building new versions of zlib, openssl, and curl. Gravatar Bram Matthys2012-10-154-6/+15
* - Upgraded to c-ares 1.9.1. Updated configure & other files.Gravatar Bram Matthys2012-10-145-132/+142
* - Fix bug where recursive includes would hang the IRCd, patch from••• binki with some minor modifications, reported by warg (#3919). Gravatar Bram Matthys2012-10-143-71/+219
* - Use poll() in the remote includes functions when USE_POLL is••• defined (#4091). Gravatar Bram Matthys2012-10-142-4/+284
* - Add 'class' option to allow/deny channel so you can allow/deny••• users based on their class. Patch from fspijkerman (#4125). Gravatar Bram Matthys2012-10-067-13/+58
* ?Gravatar Bram Matthys2012-10-060-0/+0
|\
| * - Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,••• suggested by driew (#3900). Gravatar Bram Matthys2012-10-062-1/+3
* | - Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,••• suggested by driew (#3900). Gravatar Bram Matthys2012-10-062-1/+3
* | Updated unreal32docs.tr documentationGravatar Serkan Sepetci2012-08-251-16/+48
* | Updated French documentation :•••- optional oper::require-modes (r5047) - hiddenhost-prefix clarification (r5049) - /silence (r5050) - some typos Gravatar Thomas Fargeix2012-08-231-2/+11
|/
* - Remove old reference to networks/ directory from Windows installerGravatar Bram Matthys2012-08-172-1/+1
* - Added missing Mod_Header to m_sasl.cGravatar Bram Matthys2012-08-172-0/+10
* - Install server.*.pem files, patch from katsklaw (#3988).•••- The ./Config script will now ask whether to generate an SSL certificate when it does not exist (defaults to Yes), instead of always generating one. Gravatar Bram Matthys2012-08-173-3/+48
* a bigger scratch buffer makes me sleep at night ;)Gravatar Bram Matthys2012-08-171-1/+1
* - Show "Ping timeout: XYZ seconds" instead of just "Ping timeout".••• Patch from darkex (#3960). Gravatar Bram Matthys2012-08-172-1/+6
* - Add /SILENCE to HTML documentation (reported by Severus_Snape in••• #4072, patch from warg). Gravatar Bram Matthys2012-08-172-1/+7
* - Clarify that hiddenhost-prefix must be the same on linked servers for••• bans to function properly (#4090, patch from warg, reported in #4043 by maxb). Gravatar Bram Matthys2012-08-172-1/+5
* Changes for #4008 patch.Gravatar Bram Matthys2012-08-172-14/+19
* Add optional oper::require-modes setting to the oper block. (#4008 by katsklaw)•••Any attempt to /OPER by someone who doesn't have one of the listed usermodes is rejected. This can be used to restrict oper blocks to registered nicks (+r) or secure clients (SSL, +z). Gravatar Nathan Phillip Brink2011-07-134-4/+47
* Translated doc changes up to Mon May 07 16:51:03 2012 +0200 (3 months ago).Gravatar AngryWolf2012-08-151-14/+20
* Translated doc changes up to Sun Jan 22 16:32:28 2012 +0100 (6 months ago).Gravatar AngryWolf2012-08-151-4/+31
* Translated doc changes up to Sun Dec 25 13:15:49 2011 +0100 (7 months ago).Gravatar AngryWolf2012-08-151-3/+3
* - Module coders: added HOOKTYPE_AWAY (sptr, away-reason).Gravatar Bram Matthys2012-07-103-1/+4
* - Win32 installer: Latest InnoSetup no longer supports Windows 95/98,••• so update Minversion to make the .iss compile. Gravatar Bram Matthys2012-06-242-1/+3
* - Win32 installer (SSL): Uncheck 'create certificate' checkbox when••• server.cert.pem exists, and check it if the file doesn't exist. You can still change the setting, just the default is correct now. The code for this was already there but was not working correctly causing users to go through the generation process upon each install. Gravatar Bram Matthys2012-06-242-4/+15
* set::sasl-server setting in the unreal32docs.tr.html documentation.Gravatar Serkan Sepetci2012-06-121-5335/+5336
* - set::sasl-server setting in the documentation. (r5037)•••- Fixing various typos. Gravatar Thomas Fargeix2012-05-122-5338/+5342
* - Changed numeric 307 (RPL_WHOISREGNICK) to 'is identified for this nick',••• reported by fbi (#3399). Gravatar Bram Matthys2012-05-072-1/+3
* - 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-076-4/+28
* - Fixed another SASL crash bug. Always use HookAddEx, not HookAdd!••• Crash occured after the first quit of a user after a REHASH. Reported by Dave (#4108). Gravatar Bram Matthys2012-05-072-2/+5
* complete the previous patch (MLOCK).. mostly just bringing it up to date & co...Gravatar Bram Matthys2012-05-044-16/+14
* - Add support for server-enforced mode locks (MLOCK).••• This allows the IRCd to enforce MLOCKs that are set by services, which eliminates clashes between users setting modes and services enforcing it's mlock on channels. (#3055) Gravatar William Pitcock2012-05-0411-1/+96
* - Fix bug caused by new I/O engine (both with and without USE_POLL):••• queued data on the receive queue (eg: due to fake lag) was not processed unless we got new data from the client. Now, better document this. Also, avoid calling dbuf_put with 0 length. Gravatar Bram Matthys2012-05-022-24/+23
* - Moved sendto_connectnotice, and thus the call to HOOKTYPE_LOCAL_CONNECT,••• so it gets called after the broadcast of NICK to other servers. Gravatar Bram Matthys2012-05-012-5/+9
* Update donatorsGravatar Bram Matthys2012-04-281-0/+1
* Remove old no-stealth, show-connect-info added.Gravatar Serkan Sepetci2012-04-201-5335/+5335
* - Remove old no-stealth directive from documentation (r5025)Gravatar Thomas Fargeix2012-04-141-1/+1
* - If set::options::dont-resolve is enabled, then use only the IP information••• from a WEBIRC message, reported by Ismat (#4103). Gravatar William Pitcock2012-04-092-1/+3
* - Add support for account-notify client capability (#4098). This capability••• can be used to request passive notifications for accountname changes. Gravatar William Pitcock2012-04-094-0/+9
* - Added 'away-notify' client capability, which informs the client of any AWAY...Gravatar Bram Matthys2012-04-096-0/+56
* - Remove old no-stealth configuration directive from documentation,••• reported by katsklaw, patch from warg (#4036). Gravatar Bram Matthys2012-04-092-1/+3
* - Print out a warning when we can't write to a log file. When booting this••• goes to the boot screen. When we are already booted it's sent to all IRCOps with a limit of max. 1 message per 5 minutes. - Refuse to boot when we can't write to any log file. Gravatar Bram Matthys2012-04-052-7/+60
* - Win32 compile fix (nenolod)Gravatar Bram Matthys2012-04-051-0/+1
* Fix Windows build.Gravatar William Pitcock2012-03-291-1/+6
* - Fix win32 installer: apparently it sometimes complained about not having•••- the Visual C++ 2008 redistributable package installed when this was not true. Gravatar Bram Matthys2012-03-302-3/+11
* - Poll I/O engine: get_client_by_pollfd() may return -1 when there's a race••• condition. Don't abort, instead just skip those clients. This fixes a crash I had on /SQUIT. Gravatar Bram Matthys2012-03-262-2/+4
* - Split up PROTOCTL line, since with the addition of ESVID we exceeded••• MAXPARA when using ZIP links. This caused an odd charset warning upon link. Gravatar Bram Matthys2012-03-263-12/+21
* - Some more SASL fixes, and more...Gravatar Bram Matthys2012-03-262-2/+2