Age | Commit message (Expand) | Author |
2006-12-26 | Add possibility to define default value for ConfValue in configreader and Rea... | peavey |
2006-12-25 | Fix m_httpd always crashing in destructor if no active Timeout. | peavey |
2006-12-25 | Cosmetic fix to stats z output. | peavey |
2006-12-24 | Fix ISON with multiple lines of ISON response, canonize the responses to weed... | brain |
2006-12-24 | Fix broken +G for AnMaster (thanks for pointing out the bug) | brain |
2006-12-24 | Correctly ignore commented out includes | brain |
2006-12-24 | Double whoops | brain |
2006-12-24 | Whoops! | brain |
2006-12-24 | SQLQuery operator% and operator, now support any data type | brain |
2006-12-24 | Tidyup | brain |
2006-12-24 | Tidyup | brain |
2006-12-24 | Add new people to /info | brain |
2006-12-24 | Tidyup Leet Caps Like This, and display PID when performing operations | brain |
2006-12-24 | Make gdb ignore sighup too | brain |
2006-12-24 | And fix obligitary brainfarts | brain |
2006-12-24 | Whoops, crash on sighup due to passing null argv and argc (similar to rehash,... | brain |
2006-12-24 | Fix the launcher for two situations: | brain |
2006-12-24 | Damnit, the comment caused a conflict :< | brain |
2006-12-24 | w00t was right, freebsd needs <getopt.h> too | brain |
2006-12-24 | Added a comment /* GNUs smell */ to an #ifdef linux makes us put in | brain |
2006-12-24 | Change argument parsing to use getopt_long_only(). | brain |
2006-12-24 | Fix --with-max-clients not taking a parameter (reported by erich) | brain |
2006-12-24 | Fix a bug in whowas that could desync list. | peavey |
2006-12-24 | Add whowas usage to stats z. | peavey |
2006-12-24 | Neither should this | brain |
2006-12-24 | Relatively small typo fix | brain |
2006-12-24 | Add call for OnGarbageCollect to the hourly cleanup | brain |
2006-12-24 | Add OnGarbageCollect method | brain |
2006-12-24 | Do garbage collection of hash map automatically every hour | brain |
2006-12-24 | Fix loop when quitting multiple users (this is probably whats eating cpu) | brain |
2006-12-23 | Better checks for NULL log handles | brain |
2006-12-23 | We can't log in SocketEngine::DelFd(), because the fd we're removing might ju... | brain |
2006-12-23 | Crash on /rehash fixed (old code in here passed NULL, 0 as argc, argv, this i... | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Close logfile on rehash and reopen (it was only doing this on sighup for some... | brain |
2006-12-23 | Dont sleep if there is a diedelay of 0 | brain |
2006-12-23 | Fix exit in wrong place, and add new exitcodes.h | brain |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-23 | Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d... | brain |
2006-12-23 | Fix issue where the last module to be loaded wasnt unloaded by restart | brain |
2006-12-23 | Cut down on debug on restart | brain |
2006-12-23 | Use GetModuleCount() rather than the member var | brain |
2006-12-23 | Fix glitch when restarting on 2nd pass of module unload | brain |
2006-12-23 | Add more comments. | brain |
2006-12-23 | Close client sockets too (do these last) | brain |
2006-12-23 | Unload as many modules as we can on restart, and close listeners | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-22 | change userrec int timeout to time_t since it's a timestamp made of TIME + us... | peavey |
2006-12-22 | Uninitialized values: fun for ALL the family this xmas time. | brain |
2006-12-22 | Add ConvToInt() template to go with ConvToStr() that we've had for a while | brain |