summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-08-24Somebody forgot one :pbrain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
2006-08-24Check for missing comma in FJOIN elementbrain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-23Forgot the comma in first joinbrain
2006-08-23If we get an unknown prefix character on a user when they join, we throw a fi...brain
2006-08-23Multi-prefix FJOIN, and allowing module-defined prefixes across the networkbrain
2006-08-23More prefixchar stuff.brain
2006-08-21In 1.1, place all FJOIN parameters in the last parameter of the FJOIN - if th...brain
2006-08-18Fix timeoutsbrain
2006-08-18Fix ident timeouts to work properly when the connect succeeds but nothing com...brain
2006-08-18Indent tidyupbrain
2006-08-18Dont allow USERIP (where loaded) on unregistered usersbrain
2006-08-18Don't allow adding of invalid nicknames to watchlistbrain
2006-08-18Modified m_silence to take masks instead of nicknames. Since this is *much* m...special
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-16Optimizationsbrain
2006-08-16Wasnt checking channel name on ban deletionbrain
2006-08-16LeaChim please try thisbrain
2006-08-16free() REQUIRES casts to free const char*'s :<brain
2006-08-16Because the iterator can be whacked (and the item) inside of SetBan, make copiesbrain
2006-08-16Tweak: Setting server pointer isnt requiredbrain
2006-08-13If +L is set without +l, dont forward usersbrain
2006-08-12Catch exceptions from SQLresolverom
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11So is this one ;-pppbrain
2006-08-11Somehow, IMPORTANT changes got reverted.brain
2006-08-11peline/pxline etc stuff removedbrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Change to use InspIRCd::Time()brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11New API updateom
2006-08-11New API updateom
2006-08-11New API updateom
2006-08-11Use pcre-config to detect pcrebrain
2006-08-11Somehow, i'd cp'd all these and was making local changes :/brain
2006-08-11Updates to new API and small cleanupom
2006-08-11commands.cpp:extern InspIRCd* ServerInstance;brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11And fix a bugbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Committing this as a rollback point - does not compilebrain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move all_opers into class InspIRCdbrain