summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-09Allow privilege descs to be read from the config to override the defaultsAdam
2013-04-09Made privilege names case insensitiveAdam
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-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
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 overw...Adam
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-04Move around some of Init() to fork() before initing the socket engine, as som...Adam
2013-04-01fixed using language files for third party modulesDukePyrolator
2013-03-31Fix typo in Mode message handlerAdam
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-30Fix loading ttb from databasesAdam
2013-03-30Add /bs set banexpire command to configure if/when botserv bans expireAdam
2013-03-29This reference to see if nickcores go away during command execution is no lon...Adam
2013-03-29Fix /bs set privateAdam
2013-03-29Fix detecting module langauge filesAdam
2013-03-22Fix build from earlier mergeAdam
2013-03-22Merge remote branch 'attila/1.9+timermanager' into 1.9Adam
2013-03-22Dont call SetCloakedHost in users constructor, just set chost, because SetClo...Adam
2013-03-21Check for null pointers in HasMLock/SetMLock/RemoveMLock, cs_register can pas...Adam
2013-03-20Improve TimerManagerattilamolnar
2013-03-20Check that channels still exist before nulling their ci pointer in channelinf...Adam
2013-03-15Allow autokicking real names, extbans, and channelsAdam
2013-03-14Add group and hide setings to fantasy{} blocksAdam
2013-03-14Fix setting BSDefFlags from the configAdam
2013-03-13Refactor mask/entry code, allow full matching (against users real host/ip) if...Adam
2013-03-03Bump for Anope 1.9.9-gitAdam
2013-03-02Anope 1.9.8 Release1.9.8Adam
2013-03-02Fix Anope::Duration showing years failingAdam
2013-03-02Unset founder/successors when channels are deletedAdam
2013-03-01Only shrink extensible items that are metadata in ExtensibleUnserializeAdam
2013-03-01Fix Windows buildAdam
2013-02-25Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ...Adam
2013-02-24On startup check all object typesAdam
2013-02-22Fix "leave" channel log levelAdam
2013-02-19Allow /os mode clear [all] to unset modes, similar to old clearmodesAdam
2013-02-18Made the mode bouncing detector harder to hit and ignore syncing channelsAdam