Thomas Fargeix
55a15008f4
French doc: Added set::options::disable-cap (r5066)
2012-10-15 17:54:36 +02:00
Thomas Fargeix
317daa7b79
French doc: use of iso-8859-1 encoding and accents.
2012-10-15 17:52:19 +02:00
Bram Matthys
eb12f79ba3
- Added set::options::disable-cap, which can be used to disable the
...
new CAP support (#4104 ).
2012-10-15 15:29:52 +02:00
Bram Matthys
96eb692cc6
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.
2012-10-15 15:01:35 +02:00
Bram Matthys
f1c5f88539
- Upgraded to c-ares 1.9.1. Updated configure & other files.
2012-10-14 12:13:53 +02:00
Bram Matthys
e81cf14707
- Fix bug where recursive includes would hang the IRCd, patch from
...
binki with some minor modifications, reported by warg (#3919 ).
2012-10-14 11:47:26 +02:00
Bram Matthys
906814a31d
- Use poll() in the remote includes functions when USE_POLL is
...
defined (#4091 ).
2012-10-14 11:23:14 +02:00
Bram Matthys
3e9d300086
- Add 'class' option to allow/deny channel so you can allow/deny
...
users based on their class. Patch from fspijkerman (#4125 ).
2012-10-06 12:48:21 +02:00
Bram Matthys
2c4c190c39
?
2012-10-06 11:59:09 +02:00
Bram Matthys
7fb0fa1620
- Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,
...
suggested by driew (#3900 ).
2012-10-06 11:57:55 +02:00
Bram Matthys
aa15c4bfe7
- Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,
...
suggested by driew (#3900 ).
2012-10-06 11:55:17 +02:00
Serkan Sepetci
f38e3382cc
Updated unreal32docs.tr documentation
2012-08-25 18:19:06 +03:00
Thomas Fargeix
3f84b46420
Updated French documentation :
...
- optional oper::require-modes (r5047)
- hiddenhost-prefix clarification (r5049)
- /silence (r5050)
- some typos
2012-08-23 18:13:28 +02:00
Bram Matthys
a292196590
- Remove old reference to networks/ directory from Windows installer
2012-08-17 13:10:15 +02:00
Bram Matthys
2429ad557b
- Added missing Mod_Header to m_sasl.c
2012-08-17 13:09:19 +02:00
Bram Matthys
1418ea873b
- 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.
2012-08-17 12:32:06 +02:00
Bram Matthys
74d519323f
a bigger scratch buffer makes me sleep at night ;)
2012-08-17 10:55:40 +02:00
Bram Matthys
b8a13305d3
- Show "Ping timeout: XYZ seconds" instead of just "Ping timeout".
...
Patch from darkex (#3960 ).
2012-08-17 10:52:40 +02:00
Bram Matthys
97909a4ac0
- Add /SILENCE to HTML documentation (reported by Severus_Snape in
...
#4072 , patch from warg).
2012-08-17 10:45:19 +02:00
Bram Matthys
9e03c16e3a
- 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).
2012-08-17 10:40:23 +02:00
Bram Matthys
d57f3c63cc
Changes for #4008 patch.
2012-08-17 10:32:31 +02:00
Nathan Phillip Brink
14315463d1
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).
2011-07-13 22:36:04 -04:00
AngryWolf
2d01d8a942
Translated doc changes up to Mon May 07 16:51:03 2012 +0200 (3 months ago).
2012-08-15 17:41:43 +02:00
AngryWolf
c279572f22
Translated doc changes up to Sun Jan 22 16:32:28 2012 +0100 (6 months ago).
2012-08-15 10:17:10 +02:00
AngryWolf
91ed924134
Translated doc changes up to Sun Dec 25 13:15:49 2011 +0100 (7 months ago).
2012-08-15 01:13:55 +02:00
Bram Matthys
15667266ab
- Module coders: added HOOKTYPE_AWAY (sptr, away-reason).
2012-07-10 16:15:14 +02:00
Bram Matthys
8b8490feb7
- Win32 installer: Latest InnoSetup no longer supports Windows 95/98,
...
so update Minversion to make the .iss compile.
2012-06-24 16:07:14 +02:00
Bram Matthys
1f8ba91b69
- 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.
2012-06-24 16:05:07 +02:00
Serkan Sepetci
eb392387e7
set::sasl-server setting in the unreal32docs.tr.html documentation.
2012-06-12 01:18:14 +03:00
Thomas Fargeix
1eb1d1da5f
- set::sasl-server setting in the documentation. (r5037)
...
- Fixing various typos.
2012-05-12 01:14:32 +02:00
Bram Matthys
3d8fd3f4be
- Changed numeric 307 (RPL_WHOISREGNICK) to 'is identified for this nick',
...
reported by fbi (#3399 ).
2012-05-07 17:14:03 +02:00
Bram Matthys
982803a6b8
- 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.
2012-05-07 16:51:03 +02:00
Bram Matthys
4207b5e60f
- 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 ).
2012-05-07 12:07:43 +02:00
Bram Matthys
d439c8906b
complete the previous patch (MLOCK).. mostly just bringing it up to date & code-style
2012-05-04 13:05:08 +02:00
William Pitcock
5360e2ffa5
- 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 )
2012-05-04 12:47:59 +02:00
Bram Matthys
9d6e386f97
- 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.
2012-05-02 19:20:52 +02:00
Bram Matthys
3f3b8975e0
- Moved sendto_connectnotice, and thus the call to HOOKTYPE_LOCAL_CONNECT,
...
so it gets called after the broadcast of NICK to other servers.
2012-05-01 12:10:14 +02:00
Bram Matthys
aa206f667f
Update donators
2012-04-28 16:00:25 +02:00
Serkan Sepetci
00ce957812
Remove old no-stealth, show-connect-info added.
2012-04-20 00:39:56 +03:00
Thomas Fargeix
2570955e4a
- Remove old no-stealth directive from documentation (r5025)
2012-04-14 12:43:46 +02:00
William Pitcock
adcb462788
- If set::options::dont-resolve is enabled, then use only the IP information
...
from a WEBIRC message, reported by Ismat (#4103 ).
2012-04-09 10:54:17 +02:00
William Pitcock
3563c26a93
- Add support for account-notify client capability ( #4098 ). This capability
...
can be used to request passive notifications for accountname changes.
2012-04-09 10:48:51 +02:00
Bram Matthys
309dac4f2b
- Added 'away-notify' client capability, which informs the client of any AWAY state changes of users on the same channel. Patch from nenolod ( #4097 ).
2012-04-09 10:35:17 +02:00
Bram Matthys
3271ec3a23
- Remove old no-stealth configuration directive from documentation,
...
reported by katsklaw, patch from warg (#4036 ).
2012-04-09 10:25:53 +02:00
Bram Matthys
3d728f5f2e
- 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.
2012-04-05 21:47:15 +02:00
Bram Matthys
374b79c084
- Win32 compile fix (nenolod)
2012-04-05 21:01:19 +02:00
William Pitcock
ad2c969084
Fix Windows build.
2012-03-29 20:05:20 -05:00
Bram Matthys
edcadc6c58
- Fix win32 installer: apparently it sometimes complained about not having
...
- the Visual C++ 2008 redistributable package installed when this was not true.
2012-03-30 20:02:32 +02:00
Bram Matthys
3ada59bc60
- 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.
2012-03-26 11:16:10 +02:00
Bram Matthys
46372dc475
- 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.
2012-03-26 11:08:19 +02:00