]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Aaaand, fix the typo
[user/henk/code/inspircd.git] / src /
2006-07-10 brainTypos
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-10 brainRemove commented out old methods that became templates
2006-07-10 brainRemove cast
2006-07-10 brainConvert to templated GetExt, and a lot more readable
2006-07-10 brainGetExt conversion
2006-07-10 brainTemplated GetExt()
2006-07-10 brainTemplated GetExt()
2006-07-10 brainPort to templated GetExt()
2006-07-10 brainConvert to templated GetExt
2006-07-10 brainChange to templated GetExt()
2006-07-10 brainTypo
2006-07-10 brainTemplated GetExt
2006-07-10 brainMore fixes
2006-07-10 brainFix for templated GetExt
2006-07-10 brainFix for new templated GetExt, and tidy up of some MAJOR...
2006-07-10 brainConvert to templated GetExt
2006-07-10 brainIf you ask me, it looks a hell of a lot tidier without...
2006-07-10 w00t- userrec::ProcessNoticeMasks - provide a way to set...
2006-07-10 w00t- Add notice masks display to MODE nick, using a modifi...
2006-07-10 w00t- Add usermode +n for notice masks - our implementation...
2006-07-10 w00t-Clone mode methods into notice mask methods for userrec.
2006-07-10 brainAdd headers and header comment
2006-07-10 brainAdd empty snomasks.cpp (still got to add headers here...
2006-07-10 brainAdd interface to AddModeWatcher and DelModeWatcher...
2006-07-10 brainAdded ModeParser::AddModeWatcher() and ModeParser:...
2006-07-10 omAdd HAS_STDINT checks here, this had been sitting not...
2006-07-10 brainFix for compiler warning
2006-07-10 brainSupport for systems without stdint.h (we make a guess...
2006-07-10 brain#ifdef's around stdint.h include
2006-07-09 brainAdded Spacify() function local to cmd_whois.cpp which...
2006-07-09 brainBeat ya:
2006-07-09 omAdd missing Server::AddMode()
2006-07-09 brainAdd stuff for propogating mode out on +f * ban
2006-07-09 brainTidyup
2006-07-09 brainsend_mode event for spanningtree (this will be backport...
2006-07-09 brainSame here, tidy up the parameter to show what we actual...
2006-07-09 brainTidy up invalid numbers passed to this function
2006-07-09 brainFix whoopsies
2006-07-09 brainAdded Server::GetModuleName(), Module* to filename
2006-07-09 brainAltered u_listmode to have a constructor arg 'autotidy...
2006-07-09 brainAnd we're all done!!! (well, it compiles, anyway)
2006-07-09 brainConvert to new api
2006-07-09 brainAdd support for new API
2006-07-09 brainMove to new api
2006-07-09 brainAlter SetModeParam to take const char* to save on casts...
2006-07-09 brainPort to new API
2006-07-09 brainPort to new API
2006-07-09 brainFix for new API
2006-07-09 brainConvert to new api
2006-07-09 brainPort to new API
2006-07-09 brainPort to new api
2006-07-09 brainPort to new API (last mode that has akward parameters...
2006-07-09 brainPort to new API
2006-07-09 brainFixed for new API
2006-07-09 brainFixed for new api
2006-07-09 brainFix to compile (we had never got this far to find out...
2006-07-09 brainFix for new API
2006-07-09 brainFixed m_globops for new api
2006-07-09 brainGah, im forgetting to SetMode!
2006-07-09 brainFixed sslmodes
2006-07-09 omUpdates to new API
2006-07-09 brainStripcolor completed
2006-07-09 brainStripcolor not finished yet.
2006-07-09 brainTweak mode parser so that oper-only modes are only...
2006-07-09 omMake it compile... >_<
2006-07-09 omMove to stack-allocated OnRehash()-local ConfigReader...
2006-07-09 brainMore copy/paste fixes
2006-07-09 brainGive modeclasses access to Server* Srv via constructor
2006-07-09 brainMore typo fixes
2006-07-09 brainMore tweaks (remove OnExtendedMode)
2006-07-09 brainStarted on this
2006-07-09 brainFixed to have DELETE
2006-07-09 omDELETE()'s in destructors *fwap*
2006-07-09 omAdd a missing cf->DoImplements(List); >_<
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-07-09 omAdd a return MODEACTION_DENY, fixes 'control reaches...
2006-07-08 brainFixed pointless dereference spotted by Foamy
2006-07-08 brainTidied up m_testcommand (removed a mode handler)
2006-07-08 brainConvert m_censor to new api
2006-07-08 brainFix all typos (not as fun as 'kill all humans' but...
2006-07-08 brainDid some renaming so that the methods for modes in...
2006-07-08 brainConvert to new API and optimize colour checking (we...
2006-07-08 brainFix typo
2006-07-08 brainPort m_blockcaps to new api, remove OnExtendedMode...
2006-07-08 brainConvert to new API
2006-07-08 brainConvert u_listmode and m_banexception to new api
2006-07-08 brainRemove Server::AddExtendedMode and Server::AddExtendedL...
2006-07-08 specialForward port of fix for Add*Line to apply automatically
2006-07-08 brainImplement DisplayList virtual method calls, and impleme...
2006-07-08 brainAdd code to remove an opers opertype when they oper...
2006-07-08 brainAdd usermode +o, with special checking so that an oper...
2006-07-08 brainForgot return;s
2006-07-08 brainAdded DisplayCurrentModes which will display the modes...
2006-07-08 brainFix typos
2006-07-08 brainAdd code to display umode changes when they occur
2006-07-08 brainAdd userrec::HasMode, fix some typos.
2006-07-08 brainConvert new +isw modes to new mode format
next