summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-30Anope 2.0.3 Release2.0.3Adam
2016-01-28Update copyright to 2016. This was done with:Robby
2016-01-19Fix various inconsistencies/crashes related to having multiple opers configur...Adam
2015-12-29Include gecos in GetNUHMaskAdam
2015-12-08Update LOG dir in anopercAdam
2015-11-05null xline manager when removing so removexline doesn't get calledAdam
2015-11-04Cleanup after xlines if directly removedAdam
2015-09-24Check privilege name is valid in SetLevelAdam
2015-09-17Channel::DeleteUser delets the containerAdam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with events...Adam
2015-09-14Don't update channel last used time from ns alist access checkAdam
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-09-06Merge pull request #128 from SaberUK/2.0+destdirAdam
2015-09-06Don't unset modes which have no privilege associated with themAdam
2015-07-31Fix use after free from unloading modules which are the last one holding onto...Adam
2015-07-15Fix support for passing relative install paths to CMake.Peter Powell
2015-07-14Also UnsetExtensibles on botinfoAdam
2015-07-13Unset extensibles on larger objects when they destructAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-07-01Allow disabling installation of extra tools (with DISABLE_TOOLS)Dominic Hargreaves
2015-07-01Support DESTDIRDominic Hargreaves
2015-03-22Anope 2.0.3-gitAdam
2015-03-22Anope 2.0.2 Release2.0.2Adam
2015-03-12Update cmake version parsing code to deal with recent build version changesAdam
2015-03-11Allow cs clone to clone levels tooAdam
2015-03-11Make cs_clone behave closer to how the help describes itAdam
2015-02-03Make module version system workAdam
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2015-01-26Check virtual mode bases betterAdam
2015-01-10Always use source name when logging server kicksAdam
2015-01-10Log user away messagesAdam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ...Adam
2014-12-28Merge pull request #96 from webczat/termforkAdam
2014-12-28Replace spaces in opertypes with underscores in stats oAdam
2014-12-12Anope will now fork even when not started from a tty, like init scrpits.MichaƂ Zegan
2014-12-05Change webpanel access add to just add via the commands, split Command::Run i...Adam
2014-12-05Update Kill() calls to pass source pointer instead of nameAdam
2014-11-24Fix sid generator generating invalid sids after sid 999Adam
2014-10-14Fix module event prioritization which was broken with the newerAdam
2014-10-12Squit uplink when I receive an squit for myselfAdam
2014-10-12Hide dumb user notice if we are quittingAdam
2014-08-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
2014-08-03Fix stats u on WindowsAdam
2014-07-15Check modetimes in CheckModes before enabling bouncy modesAdam
2014-07-11Fix channelcount with cloneAdam
2014-06-28Check that the list of items isn't NULL when destructing typesAdam
2014-06-28Don't try to setuid down until after we signal the parent to exit, unless we'...Adam
2014-06-23Hold a reference to the type in Serialize::Checker in the event it goes away,...Adam
2014-06-10Fix WindowsGetLanguage()Adam
2014-06-01Fix Windows release build with gettextAdam