summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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-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-09Changed User::IsRecognized check to default to secureAdam
2011-09-08Bug #1330 & many other small fixesAdam
2011-08-29Made config rehashing not wipe opers configured with opersev/operAdam
2011-08-25Set the creator of default mlocks to the channel founder when a channel is ↵Adam
registered
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-17Include when an access entry was created in access viewAdam
2011-08-17Made /os oper info also show all inherited commands/privsAdam
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-12Track when our clients are introduced or notAdam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-12Removed the unused ChannelModeBan codeAdam
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-10Fixed windows buildAdam
2011-08-10Replace the old sigaction for a signal when our Signal destructsAdam
2011-08-09Simiplied a bit of the access systemAdam
2011-08-09Hopefully sort this AccessGroup::HasPriv once and for allAdam
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-06Fixed suepradminAdam
2011-08-04Added a command:permission settingAdam
2011-08-02Fixed /cs clone copying channel access, fixed restricted, and fixed some ↵Adam
compiler warnings
2011-08-02Added opertype:modesAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes ↵Adam
failing for no good reason
2011-07-26A few small fixesAdam
2011-07-14Fixed OSOpersOnly & CSOpersOnlyAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-07-03Clean up some of the dns code, udp is connectionless anyway so this isnt ↵Adam
required
2011-06-27Fixed build on older cmake versionsAdam
2011-06-20Cleaned up some of the logger code which fixes not logging debug logs to ↵Adam
files etc when debug is enabled, and some other small things
2011-06-17Search all domains for language strings, fixes the mess that we used to use ↵Adam
to translate strings in 3rd party modules
2011-06-14Fixed a few small thingsAdam
2011-06-13changed some _() to gtl() and updated do_strftime() and duration()DukePyrolator
2011-06-12added a Anope::string::capacity() functionDukePyrolator
2011-06-09small improvement for Timer::SetSecs()DukePyrolator
2011-06-07added a Timer::SetSecs() functionDukePyrolator
2011-06-02Burst our channels with the uplink when we connect & fixed bug #1274Adam
2011-06-02Place version.h in build/ not include/Adam
2011-05-23Added an IsServicesOper eventAdam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-22fixed a possible crash on database savingDukePyrolator