summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-05-31Always log when the uplink socket errors, and give possibly helpful adviseAdam
2014-05-31Anope 2.0.2-gitAdam
2014-05-31Update FindGettext.cmake for new Windows stuff and fix language.cppAdam
2014-05-30Anope 2.0.1 Release2.0.1Adam
2014-05-30Fix f627a3bacd0d058e94260dac1555790cafd9a926, really make BotInfo::Part fire ...Adam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-05-30Queue the grouped nicks to update when NickCore::SetDisplay is called, since ...Adam
2014-05-27Fix dlerror() on Windows and do not abort if err is not setAdam
2014-05-27Do not normalize extban masksAdam
2014-05-21Fix deflanguage from 4034b3054aaff28da1db5545063cf8b3c2e8aa24, this shouldn't...Adam
2014-05-21Core prep for p10 stuffAdam
2014-05-21Fix extra space in log messages with logtype channel and no sourceAdam
2014-05-20Speed up akill xline checksAdam
2014-05-20Show account names in log messagesAdam
2014-05-20Add English language file which users can edit to modify language stringsAdam
2014-05-20Fix two compile warnings in access.cpp on newer compilesAdam
2014-05-19Fix server usercounter not being incremented when servers are burstingAdam
2014-05-19Fixup previous commit when serializing access entriesAdam
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-05-13Sanitize nuh masks more to prevent the other side from rewriting them, which ...Adam
2014-05-13Fix compile warning in base64.cpp:B64EncodeMichael Wobst
2014-04-26Fire the on user quit event when bots are deleted tooAdam
2014-04-26Fix ModeManager::RebuildStatusModes, not all modes are in GetChannelModes() a...Adam
2014-04-25Add "virtual mode" supportAdam
2014-04-25Don't allow users to join channels they are already inAdam
2014-04-24Require at least user@host format for akills. Fix XLine::GetHost() not return...Adam
2014-04-20Merge pull request #72 from attilamolnar/2.0+svsnickfixAdam
2014-04-19Fix SVSNICK target being a nick even when UIDs are availableAttila Molnar
2014-04-18Remove unused event.Adam
2014-04-07Do not clear all extension items tied to objects when unserializing.Adam
2014-04-06Do not apply module changes on rehash until after the new config has been app...Adam
2014-04-02Set minus no arg on +l in all proto modsAdam
2014-03-31Bump to Anope 2.0.1-gitAdam
2014-03-23Anope 2.0.0 Release2.0.0Adam
2014-03-20Make bouncymodes harder to trigger by only bumping server modcount when somet...Adam
2014-03-19Show a better log message when disconnecting from the uplinkAdam
2014-03-14Mark all channels as syncing when we connect to our uplink. They willAdam
2014-03-04Fix 2 crashes from removing the permanent channel mode from channels which do...Adam
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
2014-02-27Do not take modes from users in channels with secureops off if we are always ...Adam
2014-02-26Remove unreachable code in config.cpp, this error is caught earlierAdam
2014-02-26Fix not detecting eols in the config reader when the end of the line is the e...Adam