summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2013-03-02Fix build with -std=c++11Adam
2013-03-02Fix /ns drop nick showing "your nick" and not the nick you specified if the ↵Adam
nick isn't registered
2013-03-02Fixed logic fail in /ns resendAdam
2013-03-01Don't have cs_seen update data for users on syncing serversAdam
2013-02-28Fix entrymsg's creation time being reset from restartsAdam
2013-02-25Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ↵Adam
down syntax, fix os_session messages to reference ip
2013-02-24Allow /cs up and /cs down to take an optional nick argAdam
2013-02-24fixed wrong parameter count in cs_updownDukePyrolator
2013-02-23Fix akick list/view not showing masks sometimesAdam
2013-02-20Add /cs mode clear command that behaves like the old /cs clear modes/bans/etcAdam
2013-02-19Allow /os mode clear [all] to unset modes, similar to old clearmodesAdam
2013-02-15Fixed unserializing servers in dns zonesAdam
2013-02-14Switch Destroy methods to deleteAdam
2013-02-14Made chanserv/unban with no parameters unban you in every channel you have ↵Adam
access in
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent ↵Adam
having to iterate over all channels and then all access entries when nicks expire or from nickserv/alist
2013-02-14Make NickCore::aliases a vectorAdam
2013-02-10Sort output in ns_list and cs_listAdam
2013-02-09(re?)add mlock set as a simple way to clear all mlocks and add new ones at onceAdam
2013-02-07Made DNSServer::Find case insensitiveAdam
2013-02-05Merge pull request #9 from Robby-/1.9-ns_set_miscAdam
Fixed ns_set_misc not showing help for its SASET commands
2013-02-05Fixed ns_set_misc not showing help for its SASET commands.Robby-
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-05Made access del by nick and other functions from 326f1a really delete objectsAdam
2013-02-02cs_enforce: Make the logging also show the channel it was used on, added 2 ↵Robby-
missing log calls, can now handle overrides by services operators.
2013-02-02Some more typo and help text fixes, proper formatting of control codes, ↵Robby-
missing privileges, and settings corrections.
2013-01-31Some configuration file updates: Removed now non-existing settings. Redid ↵Robby-
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-30Don't expire session exceptions if in noexpire modeAdam
2013-01-30Evidently Persistant is not a wordAdam
2013-01-30fixed an infinite loop in ns_recover, caused by a very small typo.DukePyrolator
2013-01-27Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private ↵Adam
to botserv/administration
2013-01-26Fix os_session to work with sql properlyAdam
2013-01-25mysql_insert_id doesn't return an id if one isnt generated, soAdam
check that it really returns a value before using it. Also fix memos to cleanup after themselves when deleted.
2013-01-22Fix some compile errorsAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most ↵Adam
flags we have juse strings instead of defines/enums
2013-01-21Fix defcon timeout timerAdam
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-13Add svsjoin and svspart commandsAdam
2013-01-13Allow ns_set_misc/cs_set_misc to have configurable help descriptionsAdam
2013-01-09Update copyright to 2013. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2013-01-06Fix deleting access by numberAdam
2013-01-06Buggy compilers are buggyAdam
2013-01-06And really check for them using ssl...Adam
2013-01-06Fixed enforce ssl to not ban users if the channel is ssl onlyAdam
2013-01-05Add sslonly, bans, and limit to /cs enforceAdam
2013-01-03Fixed os_dns not readding connected servers if configuredAdam
2013-01-03Move enforcer checks on nick and logout to nickserv.cppAdam
2013-01-03Don't delete users immediately when quit or killed, instead wait until ↵Adam
message processing is done
2012-12-29Cleanup after mode locks, badwords, akick, access, if destructedAdam
2012-12-28Move some of CheckKick to the respective modulesAdam