Age | Commit message (Expand) | Author |
2006-12-22 | Add ConvToInt() template to go with ConvToStr() that we've had for a while | brain |
2006-12-22 | Refactor connect allow/deny lines | brain |
2006-12-18 | Refactor dns.cpp to use an array of request types rather than map, for O(1) l... | brain |
2006-12-17 | Add this: | brain |
2006-12-17 | Make RemoveCommand private. | peavey |
2006-12-17 | Invented safe delete-while-itering for hash_map. | peavey |
2006-12-16 | Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ... | peavey |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-16 | Add an optional parameter to ConfigReader::ReadValue which defines if we want... | brain |
2006-12-16 | Make irc::spacify take 'const char*' instead of 'char*' | peavey |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-15 | Cleaning up irrelevent stuff in channels.cpp | brain |
2006-12-14 | CPU Usage percent in stats z! yay! | brain |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-13 | Change m_watch to use hash_map rather than map, because of the large number o... | brain |
2006-12-13 | Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ... | brain |
2006-12-12 | Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best... | brain |
2006-12-12 | New clone counting mechanism (this isnt tested yet) | brain |
2006-12-11 | irc::string assign(std::string&) | brain |
2006-12-10 | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd... | brain |
2006-12-10 | Removal of AES, this is no longer required. (This also eliminates code that i... | brain |
2006-12-09 | Add the stuff required for the InspSocketHook interface | brain |
2006-12-09 | Add OnRawSocketConnect, we've not had it till now because we've not needed it :) | brain |
2006-12-09 | Not yet tested -- allow iohooking of inspsockets | brain |
2006-12-07 | Bad w00tie bad, /who isnt checking +s for channel /who! | 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-12-05 | Change this a LOT. | brain |
2006-11-29 | Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get... | special |
2006-11-27 | BuildExemptList is becoming pretty ugly. grr. | brain |
2006-11-27 | Add OnBuildExemptList, which is used to build an exempt list when passing a p... | brain |
2006-11-27 | Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter... | brain |
2006-11-26 | Update comments to reflect new API | brain |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-11-22 | Removed <options:tempdir> - this hasn't been used since modules were updated ... | special |
2006-11-21 | fix for bug #175, change OnUserRegister to return int, and if greater than 0 ... | peavey |
2006-11-19 | Fix all the _FORTIFY_SOURCE warnings except "punned pointer". | brain |
2006-11-18 | Change from dos to unix line endings (how did these get in here?) | brain |
2006-11-18 | bits_size must be protected, not private | brain |
2006-11-18 | Add \code and \endcode tags for doxygen | brain |
2006-11-18 | Fix a major whoopsie in that class i just added. It must be derived using vir... | brain |
2006-11-18 | Reduce size of max number of bytes in a bitfield from a 4 or 8 byte field to ... | brain |
2006-11-18 | Properly document irc::dynamicbitmask | brain |
2006-11-17 | Fix this so it works, passes test case. Provide a method to query for a bit a... | brain |
2006-11-17 | Add irc::dynamicbitmask class. Feel free to take a look and offer suggestions... | brain |
2006-11-15 | Tidy up some stuff | brain |
2006-11-15 | Comments, woo and yay | brain |
2006-11-15 | All of the void* cast stuff gone!!! | brain |