summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from ↵Adam
the list being destructed before members in it
2011-10-09Check for being at terminal before forkingAdam
2011-10-09Give more verbose messages on startupAdam
2011-09-25Store flags for objects, also fixes bug #1333Adam
2011-09-25Made channel privileges case insensitiveAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting ↵Adam
modes by clients on burst
2011-09-19LOG_COMMAND must now always give a valid commandAdam
2011-09-10Fixed compile errors & warnings from 1.9.6 to 1.9 mergeAdam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Made ChanServ privileges configurableAdam
2011-09-10Added chanserv/logAdam
2011-09-10Removed /bs set msgAdam
2011-09-10Added kqueueAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Rewrote mlock saving/loading code to not use this silly extensible hackAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Made the IsValidHost checks configurableAdam
2011-09-10Added oper:host and oper:vhostAdam
2011-09-10Cleaned up the dns engine, and fixed sometimes parsing multiple answer ↵Adam
queries incorrectly
2011-09-10Fixed eventfd pipeengine to not add the same socket twiceAdam
2011-09-10Cleaned up some of the socket code, cleaned up the pipe engines, added ↵Adam
support for binary sockets, and cleaned up the asynch connect/accept code
2011-09-10Track what "level" channel status modes are, which allows us to have ↵Adam
chanserv/mode determine if a status mode can be set by users better
2011-09-10Made email messages sent by services configurableAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-09-10Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should ↵Adam
be set.
2011-09-10Bump for 1.9.6 gitAdam
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