]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Altered u_listmode to have a constructor arg 'autotidy' which if set to true runs...
[user/henk/code/inspircd.git] / src / modules /
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 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 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 brainRefactored user modes to work like the channel modes...
2006-07-07 omMore stuff for m_pgsql in, provider-side API stuff...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
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 omMake spanningtree compile again >_<
2006-07-03 omTypo fix
2006-07-02 brainEnhance with new numerics for latest turkish moron...
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-06-30 brain*** Interesting fix ***
2006-06-28 specialAdded SQLQuery::GetError() and removed a lot of space...
2006-06-28 brainMore stuff for allowing hostnames in <bind> and <link...
2006-06-27 brainWe can re-enable special's security fix now - note...
2006-06-27 brainTemporarily disable special's security improvement...
2006-06-25 brainExtra safety for user lists to not keep bad pointers...
2006-06-24 brainDont allow /REMOVE of a uline, dont allow /REMOVE of...
2006-06-23 specialForward port of samode edits
2006-06-23 omRemove un-needed cast, I have a horrible feeling I...
2006-06-23 w00tm_services_account - now with 100 percent more elite.
2006-06-22 specialForward port of server link DDoS/oper flood fix
2006-06-19 w00tForward-port CBAN expiry fix
2006-06-17 brainOn remote kill, send KILL notice. mIRC doesnt seem...
2006-06-17 brainBring forward fix for w00t.
2006-06-17 w00tFinished m_check. I am the best. It only took me 3...
2006-06-16 brainNow only logs commands from local opers, that are oper...
2006-06-16 omFix for m_ssl_openssl dying if the DH params file doesn...
2006-06-15 brainChange to stdint
2006-06-15 brainNow uses mysql_config and mysql_rpath.pl
2006-06-15 brainNicer SQLQuery::Sanitise
2006-06-15 brainLook at this further later - 64 bit fixes
2006-06-07 brainFix for segfault if a user quits before their ident...
2006-06-05 brainFix for collisions when clock is out
2006-06-03 brainFix for bug found by douglas - when replace= is undefin...
2006-06-01 brainFixed logic for OnWhois "is using SSL" numeric. Was...
2006-05-31 brainPrevent crash when displaying error for server already...
2006-05-30 brainApply mirq's optimization patches
2006-05-24 brainCorresponding forward-port
2006-05-24 brainMore debugging
2006-05-24 brainPrevent SYNCTS bounce
2006-05-24 brainALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be...
2006-05-11 brainFix bug when knocking on non-existent channel
2006-05-10 brainFix for crash on: /OS RAW PUSH non-existent-nick :...
2006-05-07 omLeaChim is a grammer nazee
2006-05-07 brainAdded satmd's multi-channel patch, and matched with...
2006-05-06 brainFixed char* -> std::string typo
2006-05-06 brainOper logging module -- this still needs test compiling...
2006-05-02 brainForwardport (yes those do happen).
2006-04-30 brainchange to ability for QueryCount to return -1 for both...
2006-04-30 brainIn 1.1, we return a negative value when QueryCount...
2006-04-30 brainMerge of peaveydk's diff (at last)
2006-04-28 brainSynching of channel TS after a whole channel has been...
2006-04-27 brainWhen i find out what IDIOT changed all the module_init...
next