Age | Commit message (Expand) | Author |
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 |
2006-10-27 | Allow relative path on pid file | brain |
2006-10-16 | Added a tiny bit more logging to LoadModule, to log to default loglevel when ... | brain |
2006-10-04 | Whowas is now fixed. | brain |
2006-10-02 | Remove testcases | brain |
2006-10-02 | Add more features to modestacker so that we can stack +, -, and parameterless... | brain |
2006-10-02 | IsNick moved to helperfuncs.cpp, makes a lot more sense than inspircd.cpp | w00t |
2006-10-02 | Remove -notraceback and -nolimit from command line help; these options are re... | w00t |
2006-10-02 | Update credits (add pippijn/jamie to startup notice, move jamie from contribu... | w00t |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-26 | Remove deprecated -nolimit and -notraceback options | w00t |
2006-09-09 | ModuleFactories are not being deleted, this means that updates arent loaded | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-29 | Snomask support cometh! and it leave a sticky white mess all over the floor :( | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-23 | ModeParser::InsertMode is no longer required -- this is auto-generated by the... | brain |