]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 parameter to set what config tag to parse (defaul...
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 brainChange channelmodes -> usermodes (typo)
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 brainModeHandler documented
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)
2006-07-07 brainMask cleaning.
2006-07-07 brainMake +b use CleanMask()
2006-07-07 brainStarted work on ModeParser::CleanMask()
2006-07-07 brainComments
2006-07-07 brainA bit more debugging
2006-07-07 brain'Activate' +m by putting it in the constructor
2006-07-07 brainAdded cmode_m (channel mode +m)
2006-07-07 brainFix syntax example
2006-07-07 brainGCC defines and <hash_map> -> "hash_map.h"
2006-07-07 brainTidy up space indents so Om and w00t dont murder me
2006-07-07 brainFix listmodes and modes with params
2006-07-07 brainAdd mode +b to active list
2006-07-07 brainfix channel mode +b
2006-07-07 brainMode +b stuff, probably wont work yet
2006-07-07 brainTidied up checking in ModeParser::AddMode() and added...
2006-07-07 brainAdd cmode_p (private)
2006-07-07 brainInitialize mode handlers and watchers to 0 in the const...
2006-07-07 brainAaaand, correct all the obligitary typos
2006-07-07 brainAdded masking stuff.
2006-07-07 brainAdded hashing stuff to hold both user and channel modes...
2006-07-07 brainMode parser WORKS! (for simple non-parameterized channe...
2006-07-07 brainDummy framework to insert the class for channelmode +s
2006-07-07 brainHeader for cmode_s.cpp
2006-07-07 brainAdded cmode_s, skeleton mode handler for channel mode +s.
2006-07-07 omMore stuff for m_pgsql in, provider-side API stuff...
2006-07-07 omchange std::string's to const std::string references...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-07-04 brainAdd pippijn under code contributors for m_connflood
2006-07-03 brainAdded docs for conflood
2006-07-03 omChange InspSocket's private members to only be protecte...
2006-07-03 brainSomeone made silence require 1 parameter, so no way...
2006-07-03 brainAdd m_connflood, pippijn's connect throttle module...
2006-07-03 omCleanups, change ugly if(\!*line.c_str()) to if(line...
2006-07-03 omJust to be really anal, typo fix in comment
2006-07-03 omTypo fixes to all the others too =/
2006-07-03 omMake spanningtree compile again >_<
2006-07-03 omTypo fix
2006-07-02 brainEnhance with new numerics for latest turkish moron...
2006-07-01 brainrelocate the Move* methods to private: where they belon...
next