]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher()
[user/henk/code/inspircd.git] / src /
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
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-07-08 brainAdded usermodes +swi.
2006-07-08 brainRemove comemnted-out GiveVoice and TakeVoice
2006-07-08 brainAdd cmode +v - that's all the RFC channel modes done now
2006-07-08 brainRemove the TakeHops and GiveHops from comments
2006-07-08 brainAdd support for cmode +h
2006-07-08 brainTidyup, and add numeric 472 "unknown mode char"
2006-07-08 brainFix for permissions :p
2006-07-08 brainPut back security checks so non-ops cant set modes...
2006-07-08 brainIntegrate +o into handlers
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...
2006-07-08 brainConvert the output limit back to the parameter
2006-07-08 brainAdd channelmode +l
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp
2006-07-08 brainComments
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainAdd cmode_n and cmode_t
2006-07-07 brainTypoed a const
2006-07-07 brainAdd channel modes +n and +t
2006-07-07 brainSave ourselves 3 dereferences
2006-07-07 brainClean 'removed' bans too
2006-07-07 brainTidier than a trinary op
2006-07-07 brainMove BanItem into the class
2006-07-07 brainRemove the transposition of @ and ! stuff, doesnt work...
2006-07-07 brainAvoid throwing a std::out_of_range exception when given...
2006-07-07 braintoomanyexclamation and toomanyat are no longer required...
2006-07-07 brainFix to check for colon (accidentally typed pos_of_dot)
next