summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Expand)Author
2013-03-15Allow autokicking real names, extbans, and channelsAdam
2013-03-13Allow opers to override chanserv kick/ban, botserv say/act, and akick's peace...Adam
2013-03-03improved the operserv mode commandDukePyrolator
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 n...Adam
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
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 ac...Adam
2013-02-14Fix CommandCSMode::CanSet letting everyone set voiceAdam
2013-02-14Store what channels have references to accounts in NickCore to prevent having...Adam
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
2013-02-05Fixed ns_set_misc not showing help for its SASET commands.Robby-
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 mi...Robby-
2013-02-02Some more typo and help text fixes, proper formatting of control codes, missi...Robby-
2013-01-31Some configuration file updates: Removed now non-existing settings. Redid som...Robby-
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 to...Adam
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
2013-01-22Fix some compile errorsAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
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
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