summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-26Just a little tweak so trigger values makes more sense.peavey
2006-12-26Add support for config option for percent and minimum string length +P will t...peavey
2006-12-26Add some defaults to serverconfig, removing need to set them in validate meth...peavey
2006-12-26Also add support for default values for ConfValueBool and ConfValueInteger in...peavey
2006-12-26Tidyup a few var inits for whowas and ircu style prefix.peavey
2006-12-26Add possibility to define default value for ConfValue in configreader and Rea...peavey
2006-12-25Fix m_httpd always crashing in destructor if no active Timeout.peavey
2006-12-25Cosmetic fix to stats z output.peavey
2006-12-24Fix ISON with multiple lines of ISON response, canonize the responses to weed...brain
2006-12-24Fix broken +G for AnMaster (thanks for pointing out the bug)brain
2006-12-24Double whoopsbrain
2006-12-24Whoops!brain
2006-12-24SQLQuery operator% and operator, now support any data typebrain
2006-12-24Tidyupbrain
2006-12-24Tidyupbrain
2006-12-24Add new people to /infobrain
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-24Fix a bug in whowas that could desync list.peavey
2006-12-24Add whowas usage to stats z.peavey
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