Age | Commit message (Expand) | Author |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-31 | Add missing feature: /rehash reinitializes dns subsytem (and can handle chang... | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-24 | Tidyup | 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 | 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 | 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 | Do garbage collection of hash map automatically every hour | brain |
2006-12-23 | Better checks for NULL log handles | 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 | 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-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-15 | s/ChatSpike/InspIRCd/ development team | w00t |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-14 | CPU Usage percent in stats z! yay! | brain |
2006-12-13 | Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ... | brain |
2006-12-12 | New clone counting mechanism (this isnt tested yet) | brain |
2006-12-10 | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd... | brain |
2006-11-29 | Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get... | special |
2006-11-12 | Grammar nazi in the hizouse | brain |
2006-11-12 | When some (but not all) of the ports fail to bind on startup, give the user a... | brain |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-11-09 | Move peaveydk to core developers, jamie to contributors as he appears to be A... | w00t |
2006-11-05 | Change message to indicate that the count only includes client ports | brain |
2006-11-05 | Added time syncing! This is fairly simple - servers exchange timestamps and u... | special |
2006-11-04 | As requested by satmd, inspircd will now run with no client ports configured | brain |
2006-11-02 | This is tidier, we dont need a seperate bool and int | brain |
2006-11-02 | LoadModule will now also return false if the glob pattern matches no modules ... | brain |
2006-11-02 | Allow wildcards in LoadModule calls. If a filename contains either * or ? it ... | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-28 | Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t... | brain |
2006-10-28 | Try this, werdnum | brain |