This release fixes a number of bugs. It also adds a new extban ~inherit
and auto-login support for vhosts.
#test
you add +b ~inherit:#main
then anyone banned in #main
will be unable to join #test
.#main
in this example) also has ~inherit
bans then UnrealIRCd does not follow these (no nesting).~inherit
bans in a channel is limited to only 1 by default, see set::max-inherit-extended-bans
+I
, which entries are counted separately and have their own limit.vhost::auto-login
, which means you can set vhosts on users automatically and UnrealIRCd supports variables in vhost::vhost
(this works similar to Gottem's autovhost module)./* Give users who identify to Services using SASL a nice vhost */
vhost {
auto-login yes;
vhost $account.users.example.net;
mask { identified yes; }
}
vhost::vhost
, oper::vhost
, blacklist::reason
and set::oper-vhost
set::oper-vhost
which sets a default oper::vhost
. For example: set { oper-vhost $operclass.admin.example.net; }
set::oper-vhost
and oper::vhost
are present, the oper::vhost
takes precedence.ban ip { }
and the ban nick { }
blocks you can now have multiple masks.log.send
to send a log message / server notice.require authentication { }
block was broken in 6.1.7.*.spamfilter.get
could not retrieve information about config-based spamfilters.decode_authenticate_plain()
was reading OOB. This function is not used by UnrealIRCd itself but could affect third party modules.REHASH
(This only affected trusted linked servers)MODE #channel +b ~security-group:x
(which shows a list) then you need to use public yes;
. The default security groups like known-users, webirc-users, etc. are public by default.MD
S2S command now supports BIGLINES
, allowing synching of 16K serialized moddata per entry. UnrealIRCd doesn't plan to use this anytime soon, this is mostly so all UnrealIRCd servers support this in a year or two. However, if you do plan to serialize big moddata results in your third party module then be sure all UnrealIRCd servers are on 6.1.8 or higher to prevent cut-off.Please login to add feedback.
This update has been submitted for testing by robert.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.