summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-08-16Check in eline, gline and kline for the @ which signifies an ident. Without t...brain
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-13Clear fd_ref_table and socket_ref arrays in the constructorbrain
2006-08-12So i wonder why we've not had this problem soonerbrain
2006-08-12Make sure that the hostname isnt set after the timeout periodbrain
2006-08-12This commit is dedicated to Boo ;-ppppppbrain
2006-08-12Catch exceptions from SQLresolverom
2006-08-11Remove a blank line! WOO YAY! biggest commit all week!brain
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-11This commit-o-gram is dedicated to boo, because i geek too much :) love you b...brain
2006-08-11Somehow, IMPORTANT changes got reverted.brain
2006-08-11peline/pxline etc stuff removedbrain
2006-08-11Move xline to before config systembrain
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-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11Move ReadBuffer into InspIRCd classbrain
2006-08-11Move whowas into InspIRCdbrain
2006-08-11Removal of an externbrain
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
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-10Make it more readablebrain
2006-08-10Much faster hash<string> for case-insensitive hashing, combined copy and lowe...brain