Age | Commit message (Expand) | Author |
2007-01-09 | Have ConvNumeric correctly convert 0 to 0 instead of an empty string. | peavey |
2007-01-09 | Add specialization for ConvToStr on a single char, return std::string(in,1) :p | brain |
2007-01-09 | This is better, and proved working | brain |
2007-01-09 | This is a bit better | brain |
2007-01-09 | Overloaded template classes for mucho improved ConvToStr speed | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-07 | Update a comment, and touch a header just to make people rebuild stuff >:) | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2006-12-30 | Properly document support for libhamsters | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-26 | Add Template itoa to convert integer to char* | peavey |
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 | Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d... | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-22 | Add ConvToInt() template to go with ConvToStr() that we've had for a while | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-14 | CPU Usage percent in stats z! yay! | 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-12-05 | Document FindInterface, PublishInterface, UnpublishInterface, fix a bug where... | brain |
2006-12-05 | Untested, undocumented PublishInterface, UnpublishInterface, FindInterface. | brain |
2006-12-05 | This has changed again, i suggest you dont bother trying to keep up till im d... | brain |
2006-11-29 | Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get... | special |
2006-11-13 | add <whowas> config option to control whowas behaviour. *may break* | peavey |
2006-11-12 | When some (but not all) of the ports fail to bind on startup, give the user a... | 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-01 | New events for special. Event id's "new_server" and "lost_server". The data i... | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-28 | Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee... | brain |
2006-10-28 | Add support for OnWhoisLine, which allows modules to change or drop any line ... | brain |
2006-10-28 | Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t... | brain |
2006-09-26 | Remove deprecated -nolimit and -notraceback options | w00t |
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-19 | Make it virtual, in case someone ever wants to make a derived version of it | brain |
2006-08-19 | Extra comments about how the FileLogger class schedules its own write events ... | brain |
2006-08-18 | Make DELETE inline so its about as fast as the define it replaced | brain |
2006-08-18 | Change #define DELETE to a template | brain |
2006-08-18 | Change comment | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-12 | This commit is dedicated to Boo ;-pppppp | brain |
2006-08-12 | Document command_parse.h and CommandParser class | brain |