summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2006-12-12New clone counting mechanism (this isnt tested yet)brain
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-11-29Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get...special
2006-11-12Grammar nazi in the hizousebrain
2006-11-12When some (but not all) of the ports fail to bind on startup, give the user a...brain
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-11-09Move peaveydk to core developers, jamie to contributors as he appears to be A...w00t
2006-11-05Change message to indicate that the count only includes client portsbrain
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-11-02This is tidier, we dont need a seperate bool and intbrain
2006-11-02LoadModule will now also return false if the glob pattern matches no modules ...brain
2006-11-02Allow wildcards in LoadModule calls. If a filename contains either * or ? it ...brain
2006-10-31Socket error state stuffbrain
2006-10-28Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t...brain
2006-10-28Try this, werdnumbrain
2006-10-27Allow relative path on pid filebrain
2006-10-16Added a tiny bit more logging to LoadModule, to log to default loglevel when ...brain
2006-10-04Whowas is now fixed.brain
2006-10-02Remove testcasesbrain
2006-10-02Add more features to modestacker so that we can stack +, -, and parameterless...brain
2006-10-02IsNick moved to helperfuncs.cpp, makes a lot more sense than inspircd.cppw00t
2006-10-02Remove -notraceback and -nolimit from command line help; these options are re...w00t
2006-10-02Update credits (add pippijn/jamie to startup notice, move jamie from contribu...w00t
2006-10-01Now with binary versioning goodnessbrain
2006-09-26Remove deprecated -nolimit and -notraceback optionsw00t
2006-09-09ModuleFactories are not being deleted, this means that updates arent loadedbrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-23More prefixchar stuff.brain
2006-08-18NONBLOCKING LOGGER!brain
2006-08-18Fix trying to add failed ports to socketengine (<3 new code)brain
2006-08-18Correctly return false on failure to forkbrain
2006-08-18Checking if child pid still exists, if it vanishes we exitbrain
2006-08-18When daemonizing, have parent process wait forever, and child process kill it...brain
2006-08-18Move lowermap[] into a pre-initialised const array in hashcomp.h,brain
2006-08-18Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-17Optimize tons more timer checking stuffbrain
2006-08-17DoSocketTimeouts and TickTimers only need to be called once a second. Why the...brain
2006-08-13Clear fd_ref_table and socket_ref arrays in the constructorbrain
2006-08-12This commit is dedicated to Boo ;-ppppppbrain
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-11This commit-o-gram is dedicated to boo, because i geek too much :) love you b...brain
2006-08-11Move xline to before config systembrain