Adam
1d16629a6d
Allow opers to override chanserv kick/ban, botserv say/act, and akick's peace setting
2013-03-13 09:45:15 -05:00
DukePyrolator
5f74662100
improved the operserv mode command
2013-03-03 10:57:53 +01:00
Adam
45c02f8e4e
Fix build with -std=c++11
2013-03-02 23:42:00 -05:00
Adam
2d309da0f6
Fix /ns drop nick showing "your nick" and not the nick you specified if the nick isn't registered
2013-03-02 18:52:15 -05:00
Adam
b9bbb3747b
Fixed logic fail in /ns resend
2013-03-02 18:46:56 -05:00
Adam
6aa9ad938a
Don't have cs_seen update data for users on syncing servers
2013-03-01 00:56:47 -05:00
Adam
6808498ead
Fix entrymsg's creation time being reset from restarts
2013-02-28 23:09:03 -05:00
Adam
8561941e22
Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs down syntax, fix os_session messages to reference ip
2013-02-25 00:26:49 -05:00
Adam
5d4db2b854
Allow /cs up and /cs down to take an optional nick arg
2013-02-24 20:15:49 -05:00
DukePyrolator
a980e32581
fixed wrong parameter count in cs_updown
2013-02-24 21:07:10 +01:00
Adam
c67087d750
Fix akick list/view not showing masks sometimes
2013-02-23 04:32:41 -05:00
Adam
ed68482b4e
Add /cs mode clear command that behaves like the old /cs clear modes/bans/etc
2013-02-20 15:51:40 -05:00
Adam
32592987c8
Allow /os mode clear [all] to unset modes, similar to old clearmodes
2013-02-19 04:07:53 -05:00
Adam
73099b82e8
Fixed unserializing servers in dns zones
2013-02-15 18:32:06 -05:00
Adam
fc1d7ea89b
Switch Destroy methods to delete
2013-02-14 20:58:01 -05:00
Adam
7656c25e38
Made chanserv/unban with no parameters unban you in every channel you have access in
2013-02-14 01:20:18 -05:00
Adam
5cf1edeb6e
Fix CommandCSMode::CanSet letting everyone set voice
2013-02-14 01:20:18 -05:00
Adam
9e544a6443
Store what channels have references to accounts in NickCore to prevent having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist
2013-02-14 01:20:18 -05:00
Adam
225b7c38c1
Make NickCore::aliases a vector
2013-02-14 01:20:18 -05:00
Adam
fc4b884d0e
Sort output in ns_list and cs_list
2013-02-10 12:31:37 -05:00
Adam
20794981b3
(re?)add mlock set as a simple way to clear all mlocks and add new ones at once
2013-02-09 00:24:15 -05:00
Adam
9d1fe6102c
Made DNSServer::Find case insensitive
2013-02-07 21:49:49 -05:00
Adam
2472a41561
Merge pull request #9 from Robby-/1.9-ns_set_misc
...
Fixed ns_set_misc not showing help for its SASET commands
2013-02-05 08:04:45 -08:00
Robby-
65fbdcfa87
Fixed ns_set_misc not showing help for its SASET commands.
...
Added descriptions and SASETs for the remaining commented ns_set_misc examples, without a description they won't show up in HELP if someone actually enabled those.
2013-02-05 16:31:14 +01:00
Adam
25cec015e8
Made access del by nick and other functions from 326f1a really delete objects
2013-02-05 09:45:48 -05:00
Robby-
6c43bcc3e0
cs_enforce: Make the logging also show the channel it was used on, added 2 missing log calls, can now handle overrides by services operators.
2013-02-02 07:32:32 +01:00
Robby-
15b37c1e38
Some more typo and help text fixes, proper formatting of control codes, missing privileges, and settings corrections.
2013-02-02 07:30:53 +01:00
Robby-
aea86906f4
Some configuration file updates: Removed now non-existing settings. Redid some existing settings to look more consistent/uniform. Added some missing commands/permissions.
...
Merged operserv/modlist permission into operserv/modinfo.
Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders.
Fixed some typos aswell as removed whitespaces along the way.
2013-01-31 06:19:14 +01:00
Adam
ae2c82adbc
Don't expire session exceptions if in noexpire mode
2013-01-30 10:39:52 -05:00
Adam
594b1a136d
Evidently Persistant is not a word
2013-01-30 10:39:52 -05:00
DukePyrolator
ae46cc7f73
fixed an infinite loop in ns_recover, caused by a very small typo.
2013-01-30 09:18:56 +01:00
Adam
5ae100fea2
Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private to botserv/administration
2013-01-27 05:00:00 -05:00
Adam
50a42d2cbf
Fix os_session to work with sql properly
2013-01-26 22:17:25 -05:00
Adam
76d9e58ae5
mysql_insert_id doesn't return an id if one isnt generated, so
...
check that it really returns a value before using it.
Also fix memos to cleanup after themselves when deleted.
2013-01-25 03:09:51 -05:00
Adam
a634c7be65
Fix some compile errors
2013-01-22 21:20:05 -05:00
Adam
ddaa001daf
Merge usefulness of Flags and Extensible classes into Extensible, made most flags we have juse strings instead of defines/enums
2013-01-21 22:31:16 -05:00
Adam
846b56c724
Fix defcon timeout timer
2013-01-21 02:31:28 -05:00
Adam
da6543d17b
Allow grouping commands to make help output easier to comprehend
2013-01-13 22:07:27 -05:00
Adam
29a018088e
Add svsjoin and svspart commands
2013-01-13 22:07:27 -05:00
Adam
7e7fc757d5
Allow ns_set_misc/cs_set_misc to have configurable help descriptions
2013-01-13 22:07:27 -05:00
Adam
5007b72b28
Update copyright to 2013. This was done with:
...
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2013-01-09 04:20:55 -05:00
Adam
9931ec2994
Use m_rewrite to rewrite op, deop, halfop, ... etc
2013-01-08 20:25:01 -05:00
Adam
dc9e81a6fc
Fix deleting access by number
2013-01-06 18:38:04 -05:00
Adam
ed719c80e7
Buggy compilers are buggy
2013-01-06 16:13:35 -05:00
Adam
77dc2e4746
And really check for them using ssl...
2013-01-06 01:46:53 -05:00
Adam
c5f4c8d174
Fixed enforce ssl to not ban users if the channel is ssl only
2013-01-06 01:19:25 -05:00
Adam
9a2ef9dc00
Add sslonly, bans, and limit to /cs enforce
2013-01-05 22:42:07 -05:00
Adam
6ccf0a3428
Fixed os_dns not readding connected servers if configured
2013-01-03 13:39:50 -05:00
Adam
23e303aaa2
Move enforcer checks on nick and logout to nickserv.cpp
2013-01-03 13:20:10 -05:00
Adam
098157dca8
Don't delete users immediately when quit or killed, instead wait until message processing is done
2013-01-03 12:34:01 -05:00