summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Expand)Author
2013-05-18Fix desync when empty permanent channels are dropped on ircds that no have pe...Adam
2013-05-17Removed some hard coded command names in help outputAdam
2013-05-08Fixed some issues and desyncs with creating empty permanent channels on start...Adam
2013-05-08Check for peace being on before denying a mode change in cs_modeAdam
2013-05-08Allow using sxlines on ircds that do not support them, since we always enforc...Adam
2013-05-08Fix suspend info output in info and improved itAdam
2013-05-08Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...Adam
2013-05-07Allow /os exception to contain CIDR masksAdam
2013-05-06Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too lat...Adam
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a s...Adam
2013-05-05The const char* specialization of this no longer worksAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Move module header files to include/modules to fix naming conflicts with syst...Adam
2013-05-05Cleanup of dns stuff based on stuff found making inspircd's moduleAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-16Move extras header files out of extras so when users copy modules out they do...Adam
2013-04-15Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if user...Adam
2013-04-14Allow assigning service bots via /inviteAdam
2013-04-13Fix a few of the earlier changes to os_forbidAdam
2013-04-12Fix Windows buildAdam
2013-04-12Fix not attaching cs_xop to I_OnReloadAdam
2013-04-12/ns drop help was pretty much a complete lie, so fixed it. Also require a nic...Adam
2013-04-11Fix memoserv/rsend replyAdam
2013-04-11Use SetCorrectModes to set the inital modes on a founder once they register a...Adam
2013-04-11Remove more OPDEOP referencesAdam
2013-04-11Merge chanserv saset and set back into one command since it no longer needs t...Adam
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 ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-08Made XOP privileges configurableAdam
2013-04-08Fix /ns set displayAdam
2013-04-08Made auto* chanserv privileges not hard coded.Adam
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 peop...Adam
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 real...Adam
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 channelinf...Adam