summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2006-12-24Tidyupbrain
2006-12-24And fix obligitary brainfartsbrain
2006-12-24Whoops, crash on sighup due to passing null argv and argc (similar to rehash,...brain
2006-12-24Damnit, the comment caused a conflict :<brain
2006-12-24w00t was right, freebsd needs <getopt.h> toobrain
2006-12-24Added a comment /* GNUs smell */ to an #ifdef linux makes us put inbrain
2006-12-24Change argument parsing to use getopt_long_only().brain
2006-12-24Neither should thisbrain
2006-12-24Relatively small typo fixbrain
2006-12-24Add call for OnGarbageCollect to the hourly cleanupbrain
2006-12-24Do garbage collection of hash map automatically every hourbrain
2006-12-23Better checks for NULL log handlesbrain
2006-12-23Crash on /rehash fixed (old code in here passed NULL, 0 as argc, argv, this i...brain
2006-12-23Hash rehashing changebrain
2006-12-23Close logfile on rehash and reopen (it was only doing this on sighup for some...brain
2006-12-23Fix exit in wrong place, and add new exitcodes.hbrain
2006-12-23Fix bug in m_dnsbl, a condition is always matched because someone was using u...brain
2006-12-23Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d...brain
2006-12-23Fix issue where the last module to be loaded wasnt unloaded by restartbrain
2006-12-23Cut down on debug on restartbrain
2006-12-23Use GetModuleCount() rather than the member varbrain
2006-12-23Fix glitch when restarting on 2nd pass of module unloadbrain
2006-12-23Add more comments.brain
2006-12-23Close client sockets too (do these last)brain
2006-12-23Unload as many modules as we can on restart, and close listenersbrain
2006-12-23Refactored /RESTART (and added InspIRCd::Restart(reason))brain
2006-12-16Add stuff so that the core catches CoreException properlybrain
2006-12-15s/ChatSpike/InspIRCd/ development teamw00t
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-14CPU Usage percent in stats z! yay!brain
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
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