summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-16Move extras header files out of extras so when users copy modules out they ↵Adam
dont need the headers too
2013-04-15Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if ↵Adam
users want them built they should copy or symlink them out of extras
2013-04-14Allow assigning service bots via /inviteAdam
2013-04-13Fix a few of the earlier changes to os_forbidAdam
2013-04-13Fix build on SolarisAdam
2013-04-12Fix Windows buildAdam
2013-04-12Fix OSX buld and a warning in modulemanager.cppAdam
2013-04-12Hack around calculate_depends not able to find libintl.h, since we deal with ↵Adam
that later
2013-04-12Update Win32 build instructions slightlyAdam
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 ↵Adam
nick param to /ns drop
2013-04-12Fix m_sslAdam
2013-04-11Explain how privileges associate themselves with modesAdam
2013-04-11Fix memoserv/rsend replyAdam
2013-04-11Use SetCorrectModes to set the inital modes on a founder once they register ↵Adam
a channel
2013-04-11Remove more OPDEOP referencesAdam
2013-04-11Merge chanserv saset and set back into one command since it no longer needs ↵Adam
to be separated... replace chanserv/set privilege with chanserv/administration. Dont tell users to use 'help' for more help if there is no help.
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-09Use the mode names inspircd gives us to add modes if we don't recognize itAdam
2013-04-09Allow privilege descs to be read from the config to override the defaultsAdam
2013-04-09Made privilege names case insensitiveAdam
2013-04-09Rename OPDEOP and OPDEOPME privileges to be similar to the other status ↵Adam
privileges
2013-04-09And my bots initially start with no server..Adam
2013-04-09'Me' can not exist when channels are createdAdam
2013-04-09Add a default method for user's SendModeInternalAdam
2013-04-08Made XOP privileges configurableAdam
2013-04-08Fix OperType::GetCommandsAdam
2013-04-08Fix /ns set displayAdam
2013-04-08Check the channel secure option isn't set in ChannelInfo::AccessFor tooAdam
2013-04-08Fix secureopsAdam
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-06Remove the runtime module directory on non-windows because we no longer ↵Adam
overwrite modules on install without deleting them first
2013-04-06Made the missing dependencies message from cmake more descriptive for modulesAdam
2013-04-06Use the return from BufferedSocket::ProcessRead() and don't just assume its trueAdam
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-06Fix generic mode supportAdam
2013-04-05Fix ns_lists command groupAdam
2013-04-05Made the securefounder checks in cs_set more consistentAdam
2013-04-05Fix not constructing the /bs set greet commandAdam
2013-04-04Move around some of Init() to fork() before initing the socket engine, as ↵Adam
some engines cant survive a fork()
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