summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-10Inherit just about everything from classbasebrain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Making lots of stuff inherit from classbase so we can use it as a holdall cla...brain
2006-07-10Remove commented out old methods that became templatesbrain
2006-07-10Remove castbrain
2006-07-10Convert to templated GetExt, and a lot more readablebrain
2006-07-10GetExt conversionbrain
2006-07-10Templated GetExt()brain
2006-07-10Templated GetExt()brain
2006-07-10Port to templated GetExt()brain
2006-07-10Convert to templated GetExtbrain
2006-07-10Change to templated GetExt()brain
2006-07-10Typobrain
2006-07-10Templated GetExtbrain
2006-07-10More fixesbrain
2006-07-10Fix for templated GetExtbrain
2006-07-10Fix for new templated GetExt, and tidy up of some MAJOR copy/paste craq!brain
2006-07-10Convert to templated GetExtbrain
2006-07-10If you ask me, it looks a hell of a lot tidier without forcing the cast.brain
2006-07-10- userrec::ProcessNoticeMasks - provide a way to set or unset masks.w00t
2006-07-10- Add notice masks display to MODE nick, using a modified version of Unreal's...w00t
2006-07-10- Add usermode +n for notice masks - our implementation of snomasks. We're no...w00t
2006-07-10-Clone mode methods into notice mask methods for userrec.w00t
2006-07-10Add headers and header commentbrain
2006-07-10Add empty snomasks.cpp (still got to add headers here so the build doesnt bar...brain
2006-07-10Add interface to AddModeWatcher and DelModeWatcher into class Serverbrain
2006-07-10Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher()brain
2006-07-10Add HAS_STDINT checks here, this had been sitting not in extra/ and using std...om
2006-07-10Fix for compiler warningbrain
2006-07-10Support for systems without stdint.h (we make a guess at sizeof(unsigned int)...brain
2006-07-10#ifdef's around stdint.h includebrain
2006-07-09Added Spacify() function local to cmd_whois.cpp which translates _ in oper na...brain
2006-07-09Beat ya:brain
2006-07-09Add missing Server::AddMode()om
2006-07-09Add stuff for propogating mode out on +f * banbrain
2006-07-09Tidyupbrain
2006-07-09send_mode event for spanningtree (this will be backported to stable as its re...brain
2006-07-09Same here, tidy up the parameter to show what we actually stored (e.g. 1:5fdf...brain
2006-07-09Tidy up invalid numbers passed to this functionbrain
2006-07-09Fix whoopsiesbrain
2006-07-09Added Server::GetModuleName(), Module* to filenamebrain
2006-07-09Altered u_listmode to have a constructor arg 'autotidy' which if set to true ...brain
2006-07-09And we're all done!!! (well, it compiles, anyway)brain
2006-07-09Convert to new apibrain
2006-07-09Add support for new APIbrain
2006-07-09Move to new apibrain
2006-07-09Alter SetModeParam to take const char* to save on casts, notice a load of mod...brain
2006-07-09Port to new APIbrain
2006-07-09Port to new APIbrain
2006-07-09Fix for new APIbrain