summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2013-04-11Remove the need for having to set syntax to "" for commands with no syntaxAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ↵Adam
call it on module load on modules that hook to it
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. ↵Adam
Mark our modules as VENDOR and allow modules to have multple types.
2013-04-08Made XOP privileges configurableAdam
2013-04-08Fix /ns set displayAdam
2013-04-08Made auto* chanserv privileges not hard coded.Adam
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-04-06This worked before but is a little weirdAdam
2013-04-06Add more logging to bs_set, cs_set, and ns_setAdam
2013-04-06Let non founders still /cs ban by wildcard mask, but limit the number of ↵Adam
people it will kick
2013-04-06Unset +P from perm channels when expiringAdam
2013-04-06Fix toggling topiclock when the channel setting is changedAdam
2013-04-05Made the securefounder checks in cs_set more consistentAdam
2013-04-05Fix not constructing the /bs set greet commandAdam
2013-04-04Fix applying some sxlines to users on addAdam
2013-04-04Fix /hs reject syntaxAdam
2013-04-04Fix defcon taking action on new clientsAdam
2013-03-31Add networkinfo:modelistsize config option to set the max size of b/e/I listsAdam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to ↵Adam
really work
2013-03-30Add /bs set banexpire command to configure if/when botserv bans expireAdam
2013-03-30Split up bs_kick subcommands into real subcommandsAdam
2013-03-29Fix /bs set privateAdam
2013-03-21Properly cleanup after entrymsglists and ajoinlists when destructedAdam
2013-03-20Check that channels still exist before nulling their ci pointer in ↵Adam
channelinfos destructor Change the persist setting on a channel to mean only that it is being enforced ircd-side
2013-03-15Allow autokicking real names, extbans, and channelsAdam
2013-03-13Allow opers to override chanserv kick/ban, botserv say/act, and akick's ↵Adam
peace setting
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 ↵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