summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-14Fixed default settings for log blocksAdam
2011-08-13Fixed number list position when requesting custom lists from akillAdam
2011-08-13Fixed permission check in botserv setDukePyrolator
2011-08-13Fixed anope_os_core insert statementAdam
2011-08-13Fixed /cs saset noexpire syntaxAdam
2011-08-12Send replies back to uses after m_ldap_authentication processesAdam
2011-08-12Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-08-12Track when our clients are introduced or notAdam
2011-08-12Fixed loading/saving XLines in db_plainDukePyrolator
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-11added cs_seenDukePyrolator
2011-08-10Ignore SIGPIPEAdam
2011-08-10Fixed flags +* and -*Adam
2011-08-10Added a services.host define to easily change every clients hostnameAdam
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-09Remove +P from unregistered channels if persist is setAdam
2011-08-09Fixed parsing TMODE on ratboxAdam
2011-08-09Updated ChangesAdam
2011-08-09fixed the operserv forbid del commandDukePyrolator
2011-08-09fixed wrong syntax-message for botserv set msgJens Voß
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-08Fixed CMakeLists.txt detecting epollAdam
2011-08-08When we split from the uplink send a quit for *all* of our clients not just botsAdam
2011-08-08Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2011-08-08Standardized some of the SyntaxError/Help replies and corrected some syntax ↵lethality
in BotServ set
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-07Updated tables.sqlAdam
2011-08-06Fixed two of the xop log messagesAdam
2011-08-06Give channel founders +qo by defaultAdam
2011-08-06Show channel founders their channels in /ns alistAdam
2011-08-06Fixed loading older access entriesAdam
2011-08-06sed'd a few typosAdam
2011-08-06Fixed suepradminAdam
2011-08-06Document what /os oline doesAdam
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-06Fixed ns_ajoin to check if adding a duplicate channellethality