summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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 error message from being unable to connectAdam
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes ↵Adam
failing for no good reason
2011-07-16Bug #1287 - Only check if users should be deopped on syncing channelsAdam
when the user is on a server that is also syncing. This prevents us from deopping all users who join a new channel when recovering from a netsplit that don't explicitly have access to that channel.
2011-07-14Fixed appending !*@* to some access list entries that are valid hostsAdam
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-10Bug #1283 - Upped the buffer used for messge replies, as some can be really bigAdam
2011-07-10Bug #1285 - Fixed setting -P on channels with only a service bot in itAdam
2011-07-07Use getrlimit instead of ulimit, fixes freebsd buildAdam
2011-07-06Only call send once per write event in dns managerAdam
2011-07-04Bug #1279 - Fixed strftimeAdam
2011-07-04Bug #1282Adam
2011-07-03Clean up some of the dns code, udp is connectionless anyway so this isnt ↵Adam
required
2011-06-24Fixed mail delay timeAdam
2011-06-23Bug #1277 - Dont send account data for unconfirmed nicksAdam
2011-06-23Fixed bug #1276 and some other valgrind warningsAdam
2011-06-20Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
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-20Fix long-standing issue with the get token functions if the delimiter wasn't ↵Naram Qashat
found in the string but you wanted the first "token".
2011-06-20Use case insensitive matching when looking up servers by nameAdam