summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-12-15Cleaning up irrelevent stuff in channels.cppbrain
2006-12-14CPU Usage percent in stats z! yay!brain
2006-12-14Refactor userrec::chans.brain
2006-12-13Change m_watch to use hash_map rather than map, because of the large number o...brain
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
2006-12-12Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best...brain
2006-12-12New clone counting mechanism (this isnt tested yet)brain
2006-12-11irc::string assign(std::string&)brain
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-10Removal of AES, this is no longer required. (This also eliminates code that i...brain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Add OnRawSocketConnect, we've not had it till now because we've not needed it :)brain
2006-12-09Not yet tested -- allow iohooking of inspsocketsbrain
2006-12-07Bad w00tie bad, /who isnt checking +s for channel /who!brain
2006-12-05Document FindInterface, PublishInterface, UnpublishInterface, fix a bug where...brain
2006-12-05Untested, undocumented PublishInterface, UnpublishInterface, FindInterface.brain
2006-12-05This has changed again, i suggest you dont bother trying to keep up till im d...brain
2006-12-05Change this a LOT.brain
2006-11-29Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get...special
2006-11-27BuildExemptList is becoming pretty ugly. grr.brain
2006-11-27Add OnBuildExemptList, which is used to build an exempt list when passing a p...brain
2006-11-27Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter...brain
2006-11-26Update comments to reflect new APIbrain
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-11-22Removed <options:tempdir> - this hasn't been used since modules were updated ...special
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-11-19Fix all the _FORTIFY_SOURCE warnings except "punned pointer".brain
2006-11-18Change from dos to unix line endings (how did these get in here?)brain
2006-11-18bits_size must be protected, not privatebrain
2006-11-18Add \code and \endcode tags for doxygenbrain
2006-11-18Fix a major whoopsie in that class i just added. It must be derived using vir...brain
2006-11-18Reduce size of max number of bytes in a bitfield from a 4 or 8 byte field to ...brain
2006-11-18Properly document irc::dynamicbitmaskbrain
2006-11-17Fix this so it works, passes test case. Provide a method to query for a bit a...brain
2006-11-17Add irc::dynamicbitmask class. Feel free to take a look and offer suggestions...brain
2006-11-15Tidy up some stuffbrain
2006-11-15Comments, woo and yaybrain
2006-11-15All of the void* cast stuff gone!!!brain
2006-11-15Remove tons of pointer craq (theres still a tinnny bit more to remove)brain
2006-11-14We dont need this dummy value any more!brain
2006-11-14Temporarily? remove the old gcc3.3 fixbrain
2006-11-14Tons of tweaks to the config stuff for the corebrain
2006-11-14Inherit ModuleException from std::exception rather than classbasebrain
2006-11-13Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas....peavey
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-12When some (but not all) of the ports fail to bind on startup, give the user a...brain
2006-11-11Allow checking of overlapped ports. A bit of sensible thought prevents this f...brain
2006-11-11Document irc::portparser with comments :-)brain
2006-11-11Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...brain
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain