| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - 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).
| Bram Matthys | 2012-10-15 | 4 | -49/+150 |
| |/ |
|
| * | - Added set::options::disable-cap, which can be used to disable the••• new CAP support (#4104).
| Bram Matthys | 2012-10-15 | 5 | -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.
| Bram Matthys | 2012-10-15 | 4 | -6/+15 |
| * | - Upgraded to c-ares 1.9.1. Updated configure & other files. | Bram Matthys | 2012-10-14 | 5 | -132/+142 |
| * | - Fix bug where recursive includes would hang the IRCd, patch from••• binki with some minor modifications, reported by warg (#3919).
| Bram Matthys | 2012-10-14 | 3 | -71/+219 |
| * | - Use poll() in the remote includes functions when USE_POLL is••• defined (#4091).
| Bram Matthys | 2012-10-14 | 2 | -4/+284 |
| * | - Add 'class' option to allow/deny channel so you can allow/deny••• users based on their class. Patch from fspijkerman (#4125).
| Bram Matthys | 2012-10-06 | 7 | -13/+58 |
| * | ? | Bram Matthys | 2012-10-06 | 0 | -0/+0 |
| |\ |
|
| | * | - Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,••• suggested by driew (#3900).
| Bram Matthys | 2012-10-06 | 2 | -1/+3 |
| * | | - Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,••• suggested by driew (#3900).
| Bram Matthys | 2012-10-06 | 2 | -1/+3 |
| * | | Updated unreal32docs.tr documentation | Serkan Sepetci | 2012-08-25 | 1 | -16/+48 |
| * | | Updated French documentation :•••- optional oper::require-modes (r5047)
- hiddenhost-prefix clarification (r5049)
- /silence (r5050)
- some typos
| Thomas Fargeix | 2012-08-23 | 1 | -2/+11 |
| |/ |
|
| * | - Remove old reference to networks/ directory from Windows installer | Bram Matthys | 2012-08-17 | 2 | -1/+1 |
| * | - Added missing Mod_Header to m_sasl.c | Bram Matthys | 2012-08-17 | 2 | -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.
| Bram Matthys | 2012-08-17 | 3 | -3/+48 |
| * | a bigger scratch buffer makes me sleep at night ;) | Bram Matthys | 2012-08-17 | 1 | -1/+1 |
| * | - Show "Ping timeout: XYZ seconds" instead of just "Ping timeout".••• Patch from darkex (#3960).
| Bram Matthys | 2012-08-17 | 2 | -1/+6 |
| * | - Add /SILENCE to HTML documentation (reported by Severus_Snape in••• #4072, patch from warg).
| Bram Matthys | 2012-08-17 | 2 | -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).
| Bram Matthys | 2012-08-17 | 2 | -1/+5 |
| * | Changes for #4008 patch. | Bram Matthys | 2012-08-17 | 2 | -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).
| Nathan Phillip Brink | 2011-07-13 | 4 | -4/+47 |
| * | Translated doc changes up to Mon May 07 16:51:03 2012 +0200 (3 months ago). | AngryWolf | 2012-08-15 | 1 | -14/+20 |
| * | Translated doc changes up to Sun Jan 22 16:32:28 2012 +0100 (6 months ago). | AngryWolf | 2012-08-15 | 1 | -4/+31 |
| * | Translated doc changes up to Sun Dec 25 13:15:49 2011 +0100 (7 months ago). | AngryWolf | 2012-08-15 | 1 | -3/+3 |
| * | - Module coders: added HOOKTYPE_AWAY (sptr, away-reason). | Bram Matthys | 2012-07-10 | 3 | -1/+4 |
| * | - Win32 installer: Latest InnoSetup no longer supports Windows 95/98,••• so update Minversion to make the .iss compile.
| Bram Matthys | 2012-06-24 | 2 | -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.
| Bram Matthys | 2012-06-24 | 2 | -4/+15 |
| * | set::sasl-server setting in the unreal32docs.tr.html documentation. | Serkan Sepetci | 2012-06-12 | 1 | -5335/+5336 |
| * | - set::sasl-server setting in the documentation. (r5037)•••- Fixing various typos.
| Thomas Fargeix | 2012-05-12 | 2 | -5338/+5342 |
| * | - Changed numeric 307 (RPL_WHOISREGNICK) to 'is identified for this nick',••• reported by fbi (#3399).
| Bram Matthys | 2012-05-07 | 2 | -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.
| Bram Matthys | 2012-05-07 | 6 | -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).
| Bram Matthys | 2012-05-07 | 2 | -2/+5 |
| * | complete the previous patch (MLOCK).. mostly just bringing it up to date & co... | Bram Matthys | 2012-05-04 | 4 | -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)
| William Pitcock | 2012-05-04 | 11 | -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.
| Bram Matthys | 2012-05-02 | 2 | -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.
| Bram Matthys | 2012-05-01 | 2 | -5/+9 |
| * | Update donators | Bram Matthys | 2012-04-28 | 1 | -0/+1 |
| * | Remove old no-stealth, show-connect-info added. | Serkan Sepetci | 2012-04-20 | 1 | -5335/+5335 |
| * | - Remove old no-stealth directive from documentation (r5025) | Thomas Fargeix | 2012-04-14 | 1 | -1/+1 |
| * | - If set::options::dont-resolve is enabled, then use only the IP information••• from a WEBIRC message, reported by Ismat (#4103).
| William Pitcock | 2012-04-09 | 2 | -1/+3 |
| * | - Add support for account-notify client capability (#4098). This capability••• can be used to request passive notifications for accountname changes.
| William Pitcock | 2012-04-09 | 4 | -0/+9 |
| * | - Added 'away-notify' client capability, which informs the client of any AWAY... | Bram Matthys | 2012-04-09 | 6 | -0/+56 |
| * | - Remove old no-stealth configuration directive from documentation,••• reported by katsklaw, patch from warg (#4036).
| Bram Matthys | 2012-04-09 | 2 | -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.
| Bram Matthys | 2012-04-05 | 2 | -7/+60 |
| * | - Win32 compile fix (nenolod) | Bram Matthys | 2012-04-05 | 1 | -0/+1 |
| * | Fix Windows build. | William Pitcock | 2012-03-29 | 1 | -1/+6 |
| * | - Fix win32 installer: apparently it sometimes complained about not having•••- the Visual C++ 2008 redistributable package installed when this was not true.
| Bram Matthys | 2012-03-30 | 2 | -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.
| Bram Matthys | 2012-03-26 | 2 | -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.
| Bram Matthys | 2012-03-26 | 3 | -12/+21 |
| * | - Some more SASL fixes, and more... | Bram Matthys | 2012-03-26 | 2 | -2/+2 |