Adam
|
80588fba81
|
Fix os_ignore to work correctly with SQL
|
2014-02-17 19:43:19 -05:00 |
|
Adam
|
ef7dc94f88
|
Move most of the implementation details out of os_forbid.h, fixes crashing if a module adding a forbid is unloaded without removing the forbid
|
2014-02-17 19:39:25 -05:00 |
|
Adam
|
7074944810
|
Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573
|
2014-02-17 13:39:49 -05:00 |
|
Adam
|
8c8e6d464a
|
Make initial registration notices with mail less repetitive
|
2014-02-11 18:08:09 -05:00 |
|
Adam
|
22976b8a7c
|
Fix flags +* or -* sometimes incorrectly reporting opers as overriding when they are not
|
2014-02-11 17:33:28 -05:00 |
|
Robby-
|
4dff710361
|
ns_suspend: Show the setter of the suspension and the reason when manually unsuspending.
|
2014-02-11 03:57:15 +01:00 |
|
Robby-
|
fe80d2cded
|
os_modinfo: Add ability to list only extra modules.
|
2014-02-11 02:26:00 +01:00 |
|
Adam
|
6d61a84286
|
Add an opertype priv "protected" to not allow services to kick a user.
Also classify ulines as protected
|
2014-02-09 18:51:52 -05:00 |
|
Adam
|
f6b8596c7b
|
Log memoserv/sendall
|
2014-02-09 10:59:36 -05:00 |
|
Adam
|
ad962ad759
|
Allow other modules to suspend nicknames and channels without having to subclass suspendinfo
|
2014-02-07 13:12:57 -05:00 |
|
Adam
|
5327becf41
|
Allow other modules to be able to view and modify cs and ns set_misc data
|
2014-02-07 13:02:20 -05:00 |
|
ShutterQuick
|
c0a491cb06
|
Update cs_updown.cpp
cs_updown: Make CS DOWN remove all modes, not just one
|
2014-02-07 18:04:16 +01:00 |
|
Adam
|
fad1da81a3
|
Process mode changes in ns_ajoin before joining users, fixes not being able to ajoin users to +R channels on Unreal
|
2014-02-05 08:46:56 -05:00 |
|
Adam
|
4f8c4f8fef
|
Actually just allow mode clear to take any mode name
|
2014-02-03 10:05:13 -05:00 |
|
Adam
|
25957111b2
|
Fix typo in mode clear, exempts -> excepts
|
2014-02-03 08:41:27 -05:00 |
|
Adam
|
9a8895359a
|
Apply the last commit to cs_list
|
2014-02-02 03:21:02 -05:00 |
|
Daniel Vassdal
|
f94cb7fb11
|
ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED)
|
2014-02-01 11:24:52 -08:00 |
|
Daniel Vassdal
|
211a944210
|
ns_ajoin: Treat ',' as a separator.
|
2014-02-01 10:35:10 -08:00 |
|
Attila Molnar
|
53a78c2688
|
Fix cs_clone allowing users to clone a channel to itself
|
2014-01-26 20:06:36 +01:00 |
|
Adam
|
f28b1142f5
|
Correct error message in gl_global to reference the right module
|
2014-01-26 01:15:19 -05:00 |
|
Adam
|
4d9273efa4
|
Unbreak account stuff from commit ccae59430a.
|
2014-01-21 17:20:15 -05:00 |
|
Adam
|
0b0db75ba5
|
Fix repeat kicker message to show the correct number of times a user can say the same thing before being kicked
|
2014-01-09 16:45:07 -05:00 |
|
Adam
|
b90a9a339a
|
Fix empty ttb in bs kick repeat on
|
2014-01-09 16:09:38 -05:00 |
|
Adam
|
64f9aed761
|
Hook to OnUserLogin instead of OnNickIdentify in ns_ajoin
|
2014-01-09 15:46:04 -05:00 |
|
Adam
|
56f2cbeb62
|
Remove help access levels from help output because it no longer exists
|
2014-01-09 15:44:58 -05:00 |
|
Adam
|
09879c5c15
|
Fix compile with -std=c++11
|
2014-01-06 13:59:14 -05:00 |
|
Adam
|
12f55e4711
|
Hide +s channels from /cs list output to non opers
|
2014-01-06 12:54:29 -05:00 |
|
Daniel Oaks
|
d4f7db122d
|
Add the channel name to reply of cs-status, useful for applications
|
2014-01-06 09:37:08 +10:00 |
|
Adam
|
4617fdbf3d
|
Make /cs status use the chanserv/auspex privilege instead of chanserv/access/modify, as it only views channel access
|
2014-01-04 13:41:08 -05:00 |
|
Adam
|
2781b6946d
|
Add an explicit privilege for os_config's modify
|
2014-01-02 11:44:18 -05:00 |
|
Adam
|
1e502c8450
|
Update os_config
|
2014-01-02 11:41:49 -05:00 |
|
Adam
|
072202c181
|
Have db_old load news.db too
|
2014-01-02 10:56:57 -05:00 |
|
Adam
|
595dad4ec1
|
Update copyright to 2014. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
2014-01-01 20:48:38 -05:00 |
|
Adam
|
3b80da9cbd
|
Fix loading kicker ttb data
|
2013-12-30 10:34:57 -05:00 |
|
Robby-
|
c519119197
|
Don't expire ignores when NoExpire is enabled.
|
2013-12-29 05:27:36 +01:00 |
|
Robby-
|
780bc7ca14
|
Do not translate command parameters that do not have translatable strings in them, or are not meant to be translated in the first place.
|
2013-12-28 23:28:30 +01:00 |
|
Adam
|
9c0ceed36a
|
Readd channel description to ns alist output
|
2013-12-27 17:24:52 -05:00 |
|
Adam
|
072631aa38
|
Fix forbid add message to show the correct type
|
2013-12-27 17:15:07 -05:00 |
|
Adam
|
b28db7bc55
|
Fix crash with badwords of type 'end' and possibly when messages contain only control codes. Also fix matching single words at the beginning of lines.
|
2013-12-26 17:33:06 -05:00 |
|
Adam
|
0c9750a22b
|
Default the founder privilege to level 10000 as I had originally intended. Document set fonder usage in cs_levels help.
|
2013-12-26 15:19:48 -05:00 |
|
Adam
|
5829d7da39
|
Add a config option for whether or not to reset the TS of persistent channels to their registration date
|
2013-12-26 12:06:39 -05:00 |
|
Adam
|
3029a2db1a
|
Don't epxire forbids when noexpire mode is on
|
2013-12-24 20:58:06 -05:00 |
|
Adam
|
7d27689d05
|
Set a description for the resend command
|
2013-12-24 20:20:47 -05:00 |
|
Adam
|
421e194c5a
|
If last usermask and last realhost are the same, don't show both because duh
|
2013-12-24 18:19:44 -05:00 |
|
Adam
|
c442bc18af
|
Do not allow /cs clone access to add duplicate masks to the access list or allow growing the list pass accessmax. Fix reading botservs case sensitive config option. Give a better error message when trying to clone badwords if there is no botserv.
|
2013-12-22 08:37:49 -05:00 |
|
Adam
|
e792865a04
|
Fix reading unconfirmed expire config value when register type is set to mail
|
2013-12-20 20:24:40 -05:00 |
|
Adam
|
2b5a1d8c8f
|
Fix deleting multiple access entries when one of them matches your access group
|
2013-12-20 19:48:20 -05:00 |
|
Adam
|
ba8a646a33
|
Add missing syntax to botserv kicker help
|
2013-12-20 14:57:06 -05:00 |
|
Adam
|
46bb2de866
|
Document hs reject's reason
|
2013-12-20 02:28:35 -05:00 |
|
Adam
|
c0cd76a0a5
|
Don't leak opers and opertypes on /os reload, fix not updating opertypes on non conf opers on rehash
|
2013-12-19 21:34:21 -05:00 |
|