Age | Commit message (Expand) | Author |
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 |
2006-11-15 | Remove tons of pointer craq (theres still a tinnny bit more to remove) | brain |
2006-11-14 | We dont need this dummy value any more! | brain |
2006-11-14 | Temporarily? remove the old gcc3.3 fix | brain |
2006-11-14 | Tons of tweaks to the config stuff for the core | brain |
2006-11-14 | Inherit ModuleException from std::exception rather than classbase | brain |
2006-11-13 | Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas.... | peavey |
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-11 | Allow checking of overlapped ports. A bit of sensible thought prevents this f... | brain |
2006-11-11 | Document irc::portparser with comments :-) | brain |
2006-11-11 | Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662... | brain |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-11-09 | Patch from peavey to fix GCC3.3 crash correctly, without breaking other stuff... | w00t |
2006-11-08 | This should fix the empty iterator crash with gcc3.3 - thanks yet again to pe... | special |
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-04 | Merge peaveys patch, tracker #162 | brain |
2006-11-03 | Revert special's sqloper change, nice try but only half a biscuit. | brain |
2006-11-02 | Please in the future everyone: DO NOT submit patches via nopaste. Nopaste is ... | brain |
2006-11-01 | New events for special. Event id's "new_server" and "lost_server". The data i... | brain |
2006-10-31 | Error set handlin g for select socketengine, tidyup epoll | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-31 | Removed OnRawMode - this hasn't been called at all for awhile now, so it was ... | special |
2006-10-31 | Update configure, remove a bunch of deprecated makefiles that have been just ... | brain |
2006-10-30 | Document SocketEngine::WantWrite() | brain |
2006-10-30 | Select is now done, and some debug removed. Not that anyone really should be ... | brain |