bonnedav
9c0b843665
Remove unused commands from oper config.
2016-08-08 02:41:42 -06:00
Peter Powell
f4f6787c9c
Remove support for DH-AES and DH-BLOWFISH.
...
These SASL mechanisms are considered insecure and should not be
used anymore.
2016-04-13 20:26:50 +01:00
Robby
0e9a1e87d0
The default xop access for PROTECTME should really be SOP, not AOP.
2016-01-29 19:42:10 +01:00
Adam
d0a5316c67
Remove default session exception expiry time
2016-01-25 11:51:31 -05:00
Adam
ae847bcaf0
Merge pull request #144 from miwob/chankill_example
...
example.conf: announce operserv/chankill as well
2016-01-23 09:17:56 -06:00
Adam
9c9df2ad1f
Document ns_no_expire nick default
2016-01-19 08:30:06 -05:00
miwob
510045858f
example.conf: announce operserv/chankill as well
2016-01-12 20:00:08 +01:00
Adam
601af1b0eb
Unreal 4 changes
2015-12-30 12:42:12 -05:00
Adam
ecdd046c80
Add some replacement tokens for akick reason and welcome notice
2015-12-13 19:37:24 -05:00
Adam
907e192aab
Merge pull request #126 from SaberUK/2.0+typos
...
Fix a ton of typos.
2015-09-06 16:11:50 -04:00
Adam
dfc18db1dd
Remove unused variables from m_ldap
2015-07-23 08:25:28 -04:00
Peter Powell
1666b1a8d8
Fix a ton of typos.
2015-07-08 11:06:02 +01:00
Adam
510a746f8d
Add ns_identify:maxlogins to limit the max number of concurrent logins per account
2015-06-29 09:37:09 -04:00
Robby-
5df4ac9a98
Make the signed kick/ban message format configurable.
2015-03-22 13:44:08 -04:00
Adam
5fc72660e4
Merge pull request #113 from attilamolnar/2.0+openssl
...
m_ssl_openssl: SSL context option changes
2015-03-12 17:53:52 -04:00
Attila Molnar
1bee18fcf4
m_ssl_openssl: Allow disabling SSLv3 via the config
2015-03-12 19:35:07 +01:00
Adam
32c4908c8c
Document that m_ldap_authentication:disable_register_reason blocks grouping
2015-03-12 08:01:27 -04:00
Peter Tseng
bf727285bc
SendConfirmMail: Replace %E with new email
...
The old mailer message said the user is changing email "to %e", which is
changing TO the OLD email. But instead, the user is actually changing
the email to the new email.
We could change %e to be the new email, but maybe some users of Anope
have already configured their messages to assume %e is the old email. So
instead, add a new %E that is replaced with the new email.
2015-03-11 14:44:38 -04:00
Adam
b67963353f
Hide set desc because set description exists
2015-03-11 09:30:02 -04:00
Adam
1f02278a1c
Log user away messages
2015-01-10 15:24:48 -05:00
Adam
32007f81cf
Add networkinfo:nick_chars option to allow configuring additional characters allowed in nicknames
2015-01-10 15:19:40 -05:00
Adam
609f87d39f
Include botserv/* in default Services Administrator opertype to behave like 1.8
2015-01-10 15:19:40 -05:00
Adam
36837330ae
Fix typo in botserv.example.conf
2014-11-06 05:40:51 -05:00
Adam
67719e8db1
Add exempts and optionally allow authenticated users past m_dnsbl
2014-10-12 15:03:51 -04:00
Thomas Fargeix
1c12976958
Add an operserv/oper/modify privilege.
...
The operserv/oper command privilege allows to add operators
with fewer or the same privileges as ourself.
This new privilege allows to have operators who can use operserv/oper
to see the list of operators and their privileges, but cannot add new
operators.
2014-10-12 10:54:11 -04:00
Thomas Fargeix
96583892c6
Add a chanserv/access/list privilege
...
Replace the existing chanserv/access/list command access,
only used in cs_xop, by a privilege with the same name.
It which allows read-only access to cs_access, cs_flags, cs_xop
and cs_akick, while the already-existing chanserv/access/modify
privilege allows to modify them.
2014-10-12 10:52:48 -04:00
Robby-
0991d4e199
operserv.example.conf: Add missing permission definition to os_defcon's command. Fixes bug #1617 .
2014-10-09 23:35:38 +02:00
Adam
df6095fed2
Make botserv fantasy override its own privilege
2014-08-03 19:10:15 -04:00
Adam
8210e82a5e
Fix some botserv help entries from showing when they shouldn't
2014-08-03 19:08:12 -04:00
Adam
d6d72cd803
Add cs_mode:max config option
2014-08-03 18:57:00 -04:00
Adam
cf89e10a4c
Add ms_ignore:max config option
2014-08-03 18:22:03 -04:00
Attila Molnar
ff66e15f38
Correct the help text of options:useprivmsg ("defmsg" -> "msg")
2014-07-04 04:39:12 +02:00
Adam
dc64cfc940
Remove version.log
2014-05-30 15:16:03 -04:00
Adam
5f7113bc0e
Merge pull request #80 from attilamolnar/2.0+exampleconf
...
Fix the name of the SSL modules in comments in modules.conf.example
2014-05-30 15:15:43 -04:00
Robby-
dc4daa25a7
example.chk: Use a more reliable way to detect if services are running.
2014-05-30 18:27:15 +02:00
Attila Molnar
11ad788dfd
Fix the name of the SSL modules in comments in modules.conf.example
2014-05-30 18:12:26 +02:00
Jyzee
f0c0daa644
Make command group descriptions translatable.
2014-05-22 19:00:56 +02:00
Adam
1f2c385bb9
Add config options to ns_suspend and cs_suspend to configure which information is shown to non opers
2014-05-01 21:03:32 -04:00
Adam
6a03eb69eb
Add "virtual mode" support
...
This allows fully tracking extbans and other modes set by a different
underlying mode, such as InspIRCd's namedmodes
Add two configuration options to cs_ban to configure which mode is set
and whether or not to kick banned users.
Add default "mute" fantasy command to botserv.example.conf
2014-04-25 16:51:06 -04:00
Adam
a65e95837f
Document that memo_mail can be in nickserv defaults. These should move to memoserv.conf one day.
2014-04-06 23:13:46 -04:00
Adam
100ecbb9be
Update version.log
2014-03-23 08:57:19 -04:00
Adam
296a75f2a9
Do not allow users to add certs that other users are using. Only allow adding certfps if the user is using it.
2014-03-13 20:07:50 -04:00
Adam
ca6b3723a9
Merge pull request #64 from ShutterQuick/2.0+hsgroupsync
...
2.0+hsgroupsync
2014-03-10 07:32:24 -04:00
Adam
b0597e35ec
Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to bypass ns_maxemail
2014-03-10 04:31:08 -04:00
Adam
1a1a781b72
Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass default to allow normal users to use it.
2014-03-09 10:07:13 -04:00
Daniel Vassdal
051a42b547
hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be per account rather than nick.
2014-03-06 04:55:30 -08:00
Adam
2ad4c1906e
Fix incorrect comment in modules.example.conf
2014-03-01 04:27:45 -05:00
Adam
d3ed756bd0
Update version.log (why do we keep this around?)
2014-02-24 00:30:57 -05:00
Adam
e3a8a45a61
Merge pull request #56 from ShutterQuick/2.0+noxcrypt
...
enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code fr...
2014-02-21 19:49:29 -05:00
Lee Holmes
f1ad7fd582
fix comment, activate not active
2014-02-21 20:41:41 +00:00