summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-08-05Fixed an error and typo in CS SET OPNOTICElethality
2011-08-05Mark the new commands/ modules as CORE and fixed a typo in the example.confAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"
2011-08-04Added a command:permission settingAdam
2011-08-04Updated a bit of the TODOAdam
2011-08-03Start the ts6 sid generator off at 00A if none is givenAdam
2011-08-03Generate random SIDs for us if one is not specifiedAdam
2011-08-03Added operserv/kill and removed version.h from .gitignoreAdam
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-02Made /ns info default to your account or your nick if no arguments are givenAdam
2011-08-02Added opertype:modesAdam
2011-08-01Split /os mode into /os mode and /os umode to make giving permission to just ↵Adam
one possible
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-31Fixed bug #1301 - Changed operserv/staff to reflect its renaming to ↵lethality
operserv/oper
2011-07-31Fixed bug #1300lethality
2011-07-31Bugs 1297-1299 and made /os stats work like the help describes it doesAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-31Fixed os_defconAdam
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-29Fixed bug #1294, Crash on NS SET HIDElethality
2011-07-28Fixed a typo in the nickserv/auspex oper privilegelethality
2011-07-28Fixed OS LOGONNEWSlethality
2011-07-27Bug #1289 - Fixed hooking to delcore event in cs_mainAdam
2011-07-27Bug #1288 - Fixed crash on /cs help accessAdam
2011-07-27Bug #1291 - fixed parsing JOIN on ratboxAdam
2011-07-27Show the description in cs help set instead of the syntaxlethality
2011-07-26Fixed /os ignore, /os exception del, and a crash in /cs entrymsgAdam
2011-07-26A few small fixesAdam