Bram Matthys
f4d0b7b802
Upd release notes
2015-11-08 10:33:52 +01:00
Bram Matthys
2f2ee0ba03
Bump version to 4.0.0-rc3
2015-11-08 10:29:01 +01:00
Bram Matthys
4653879474
Remove invite-notify as the implementation by our nenofriend is completely broken, as usual. Not a really interesting feature anyway. We can still add it properly post-4.0 if want.
2015-11-02 18:33:07 +01:00
Bram Matthys
0dbeab6362
Update release notes a bit (interim?)
2015-11-01 17:02:45 +01:00
Bram Matthys
e77ebaf26b
Add 'map' to default operclass privileges so opers see ulines and the real map (not flat-map). Reported by blank ( #4441 ).
2015-10-30 09:19:11 +01:00
Bram Matthys
1533a296fe
Update version to 4.0.0-rc2
2015-10-26 14:39:28 +01:00
Bram Matthys
67a9833104
Add notes
2015-10-26 14:36:38 +01:00
Bram Matthys
7637517da2
In UnrealIRCd 4 channel mode j & A no longer exist, same for user modes O, a, A, N, C. Also oper flags no longer exist.
2015-10-14 22:00:29 +02:00
Bram Matthys
b428f9b3a3
Windows: wircd.exe -> UnrealIRCd.exe. unreal.exe -> unrealsvc.exe. And some more name changes.
2015-10-11 17:44:49 +02:00
Bram Matthys
0e42c1f5d3
Update release notes
2015-10-10 17:58:27 +02:00
Bram Matthys
537c9a2eea
UnrealIRCd. Not Unreal.
2015-10-10 17:50:09 +02:00
Bram Matthys
507d88cf09
Bump version to 4.0.0-rc1
2015-10-10 17:44:52 +02:00
Bram Matthys
ec3be52568
-
2015-10-01 18:14:52 +02:00
Bram Matthys
177f102d26
Update example conf translations on new listen block.
2015-09-07 15:45:04 +02:00
Bram Matthys
972ef43a81
Update listen block in example.conf to new format.
2015-09-07 15:40:01 +02:00
Bram Matthys
a89d64869b
Upd release notes
2015-09-07 13:48:11 +02:00
Bram Matthys
13d7da7a7b
Update release notes and bump version to 3.4-beta4.
2015-09-06 10:09:19 +02:00
Bram Matthys
8c9ddb4767
Server protocol documentation moved to the wiki at https://www.unrealircd.org/docs/Server_protocol
2015-09-05 09:43:00 +02:00
Bram Matthys
c17d0291c9
Update release notes. 3.4-beta3 release now.
2015-08-16 15:09:30 +02:00
Bram Matthys
e4139a3c79
update release notes (crash reporter)
2015-08-15 18:19:10 +02:00
Bram Matthys
787563beef
Change version to 3.4-beta3 (some fixes will follow though, before release)
2015-08-15 18:12:47 +02:00
Bram Matthys
4a890e3915
Add IPv6 info to release notes.
2015-07-29 11:00:20 +02:00
Bram Matthys
7072902844
Update version to 3.4-beta2.
2015-07-23 14:52:16 +02:00
Bram Matthys
c088dd61e5
update release notes for 3.4-beta2
2015-07-23 14:48:26 +02:00
Bram Matthys
5d25c36a6c
Add doc/conf/examples/example.tr.conf, translated by Serkan.
2015-07-17 16:22:27 +02:00
Thomas Fargeix
591c322d0f
Translate the example conf in French
2015-07-15 22:52:18 +02:00
Bram Matthys
ef341b1f6d
Link to servers faster after boot. Check links for re-linking more often. Allow connfreq of 5 seconds. Set default to 15. Get rid of HANGONGOODLINK/HANGONRETRYDELAY stuff.
2015-07-14 15:23:28 +02:00
Bram Matthys
0028f6ad64
Change version to 3.4-beta1.
2015-07-13 20:17:18 +02:00
Bram Matthys
cdc6042fa8
Remove example.xx.conf until they are re-translated to the 3.4.x format & example conf rewrites of past month(s).
2015-07-13 13:18:05 +02:00
Bram Matthys
3a8a0450c8
update example conf
2015-07-13 12:28:47 +02:00
Bram Matthys
95b13123a3
and from sample conf
2015-07-12 15:54:01 +02:00
Bram Matthys
d33f1ca8f6
Remove /ADDLINE: it's (too) easy to create a broken configuration file this way and then have an un-rehashable and un-bootable IRCd without having shell access. Use SSH or SFTP/SCP instead. Or even better: remote includes, of course :)
2015-07-12 15:34:08 +02:00
Bram Matthys
da935b7e41
Remove /UNZLINE and /UNKLINE: all these commands did was tell you to use /ZLINE -xx and /KLINE -xx instead.
2015-07-11 11:21:42 +02:00
Bram Matthys
6c0ebb5bd3
Protection against linking race conditions is back again (IOTW: allow very rapid re-linking), but only if your network is fully 3.4.x (actually: current git unreal34 or later)
...
Re-implemented PROTOCTL SERVERS= which nenolod ripped out (#4355 ).
Add 2nd argument to PROTOCTL EAUTH=servername,unrealprotocol
Change UnrealProtocol from 2350 to 2351
2015-07-10 21:57:13 +02:00
Bram Matthys
e52545c107
update release notes a bit
2015-07-10 13:00:39 +02:00
Bram Matthys
6747653e90
update release notes on parv[0] (under MODULE CODERS)
2015-07-10 12:36:08 +02:00
Travis McArthur
de1c6330eb
Add validation to operclass parsing
2015-07-09 15:44:36 -07:00
Bram Matthys
2f8cb55e47
Add extended SWHOIS support. Allows multiple swhoises and tracking of who/what set the swhois.
...
Added swhois_add / swhois_delete functions which also take care of broadcasting
New remove_oper_privileges() function, will move the rest to use this (svsnoop svsmode etc)
Not finished yet...
2015-07-09 16:26:52 +02:00
Bram Matthys
3cb780bdb3
remove umodes g/h/v from help.conf as they are removed/moved
2015-07-09 14:41:19 +02:00
Bram Matthys
f03d865e77
Remove /CHATOPS. We already have /GLOBOPS which does the same.
...
Update help.conf a bit, in a lazy way.
2015-07-09 14:22:33 +02:00
Travis McArthur
ad4ab6c5f5
Update close permissions
2015-07-05 12:04:40 -07:00
Travis McArthur
ab7912caf4
Update opermotd permissions
2015-07-05 12:04:40 -07:00
Travis McArthur
5616f3acf9
Refactor setident permissions
2015-07-05 12:04:39 -07:00
Bram Matthys
f8448145af
update release notes a bit
2015-07-05 14:10:36 +02:00
Bram Matthys
f58402365c
Moved jointhrottle from channel mode +j to set::anti-flood::join-flood
...
with a default of 3:90 (3 joins per 90 seconds). There's rarely any need
to configure this on a per-channel basis and this way it's enabled by
default for everyone (unless you decide not to load load the module)
2015-07-05 13:31:56 +02:00
Bram Matthys
a90b7354b3
Add blacklist module for DNSBL checking.
2015-07-04 15:02:22 +02:00
Daniel Tan
8473cc1b1c
[ #4358 ]: Introduce certfp extban
2015-07-04 00:39:52 +08:00
Travis McArthur
b884ed3e8d
Remove more IsOp/IsAnOp
2015-06-29 01:55:22 -07:00
Travis McArthur
a1e7fefe94
Remove IsPrivileged
2015-06-27 14:13:26 -07:00
Travis McArthur
dc2b09a334
Remove more IsAnOp/IsOp
2015-06-27 14:06:34 -07:00