summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-24Neither should thisbrain
2006-12-24Relatively small typo fixbrain
2006-12-24Add call for OnGarbageCollect to the hourly cleanupbrain
2006-12-24Add OnGarbageCollect methodbrain
2006-12-24Do garbage collection of hash map automatically every hourbrain
2006-12-24Fix loop when quitting multiple users (this is probably whats eating cpu)brain
2006-12-23Better checks for NULL log handlesbrain
2006-12-23We can't log in SocketEngine::DelFd(), because the fd we're removing might ju...brain
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-23Dont sleep if there is a diedelay of 0brain
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-22change userrec int timeout to time_t since it's a timestamp made of TIME + us...peavey
2006-12-22Uninitialized values: fun for ALL the family this xmas time.brain
2006-12-22Line 1582 configreader.cppbrain
2006-12-22Remove useless debugbrain
2006-12-22Refactor connect allow/deny linesbrain
2006-12-22Reduce logging caused by mode changesbrain
2006-12-22Fix for alias var names within aliasesbrain
2006-12-22Fixed to compile properly with -O; keep in mind that this is not supported, u...special
2006-12-21Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo...brain
2006-12-21And back onto the SVN track...brain
2006-12-21Beta 6, patchlevel 1 (lets try this again.)brain
2006-12-21Proper fix for CS server crash, forgot to delete chanrec* from users chanlist...peavey
2006-12-21Crude hotfix to what's been crashing chatspikepeavey
2006-12-21This should fix the issue with unsetting +Jspecial
2006-12-19When we handle a READ event on a user, return immediately.brain
2006-12-19Fix server prefix on JOIN.w00t
2006-12-18Avoid no such nick on non oper attempting to view modes of a user.w00t
2006-12-18std::string something = "";brain
2006-12-18Whack a warning (unused var)brain
2006-12-18Then, realize you got your subtraction back to front.brain
2006-12-18Really clever VOODOO.brain
2006-12-18Refactor dns.cpp to use an array of request types rather than map, for O(1) l...brain
2006-12-18Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed.w00t
2006-12-17Advance the version number to beta7+SVNbrain
2006-12-17Branch for beta 6 Juletrebrain
2006-12-17Fix this (at last) to only log commands which are operonlybrain
2006-12-17Correctly send TS in JOIN so that services packages etc dont become desynched...brain