summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-09-09Anope 1.9.5 Release1.9.5Adam
2011-09-09Changed User::IsRecognized check to default to secureAdam
2011-09-03Translate whole messages before splitting them up to send to usersAdam
2011-08-29Changed a few fatal exceptions to shutdown a bit more gracefullyAdam
2011-08-29Made config rehashing not wipe opers configured with opersev/operAdam
2011-08-27Fixed some cmake warningsAdam
2011-08-27Tweaked the access operators to allow superadmins to be > channel foundersAdam
2011-08-27Fixed mlock with param modes if you change (but not unset) the modeAdam
2011-08-24Clear NS_HELD from nicks when recover expiry is upAdam
2011-08-22Removed this ondeleteobject event, was for m_async_commands which diedAdam
2011-08-21Bugs #1321 & 1322Adam
2011-08-20Moved the ERROR log message out of debugAdam
2011-08-19Fixed AccessGroup::operator> failAdam
2011-08-17Actually made the nickserv block optionalAdam
2011-08-17Made /os oper info also show all inherited commands/privsAdam
2011-08-16Fixed matching acount access entries against nicknamesAdam
2011-08-16Fixed select()ing 0 sockets on WindowsAdam
2011-08-14Fixed /cs clone accessAdam
2011-08-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 ↵Adam
matching all identified users
2011-08-14Fixed resolving hosts when connecting to our uplinkAdam
2011-08-14Revert "Fixed resolving hosts on connect"Adam
This reverts commit 11619be8b97d7d8c28bc1ebbf6d412dff298b23d.
2011-08-14Fixed resolving hosts on connectDukePyrolator
2011-08-14Fixed default settings for log blocksAdam
2011-08-12Track when our clients are introduced or notAdam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-11Fixed Windows runtime problemsAdam
2011-08-11Added a separate field for last seen realhost to ns_info, shown to services ↵DukePyrolator
admins only
2011-08-10Ignore SIGPIPEAdam
2011-08-10Added two missing filesAdam
2011-08-10Fixed windows buildAdam
2011-08-10Replace the old sigaction for a signal when our Signal destructsAdam
2011-08-09Added forgotten founder checks to cs_access, fixed fantasy replies to come ↵Adam
from the right service, and fixed the accessgroup operators to acount for founder/superadmin
2011-08-09Fixed a typo in init.cppAdam
2011-08-09Simiplied a bit of the access systemAdam
2011-08-09Hopefully sort this AccessGroup::HasPriv once and for allAdam
2011-08-08Added a few sanity checks which never really should happen to db-convertAdam
2011-08-08When we split from the uplink send a quit for *all* of our clients not just botsAdam
2011-08-08Copy modules to the runtime directory in one big read/write if we can ↵Adam
instead of this 1 byte at a time thing, significantly improves startup loading time.
2011-08-07Fixed the pipenginesAdam
2011-08-07Always reset the levels of newly created channels, fixed DetermineLevel ↵Adam
matching ACCESS_INVALID levels, and added in a disabled config option for levels
2011-08-07Fixed generating sid on startupAdam
2011-08-07Made botserv bots with no commands just ignore messages to them, and made ↵Adam
bots only tell users to use HELP if they have a HELP command
2011-08-06Give channel founders +qo by defaultAdam
2011-08-06sed'd a few typosAdam
2011-08-06Fixed suepradminAdam
2011-08-06Update last used times on channels when someone with access uses themAdam
2011-08-06Added a define{} block which can be used to easially rename thingsAdam
2011-08-04Added a command:permission settingAdam
2011-08-03Start the ts6 sid generator off at 00A if none is givenAdam
2011-08-02Fixed reintroducing our clients if we disconnect and reconnect to the uplinkAdam