]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Add mode +b to active list
[user/henk/code/inspircd.git] / src / modules /
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...
2006-04-24 brainFix various typos and warnings
2006-04-24 brainMissing includes
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainInclude paths change
2006-04-20 brainTweaks (FIXES)
2006-04-20 braininit_module
2006-04-20 brainAlright, who fucked with this?
2006-04-18 brainFix for crashes in m_ident (should work)
2006-04-14 brainFix reversed parameters in x:y - joinflood was not...
2006-04-12 w00tDelete spanningtree_ng for now, it breaks cygwin compil...
2006-04-08 omRemove references to inspircd_io from these, stop confi...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 nenolod- fork off spanningtree module for UUID stuffs :o
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 brainMore verbose error output
2006-04-04 brainMissing helperfuncs and someone took writeopers out...
2006-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-04-03 brainFix to prevent adding empty phrases to +g list
2006-04-01 brainFixes for stability of connects (these didnt make it...
2006-03-28 omCleanups. Don't have a colon with no part reason. Param...
2006-03-27 brainFix typo in spanningtree (who put this colon here?)
2006-03-27 brainFix for desync in channels with keys a'la services
2006-03-27 omIndentation fixes, and stop it snoticing on every join...
2006-03-27 omif(chan->limit >= Srv->CountUsers(chan)) snotice &...
2006-03-27 w00tExperimental (it compiles..) channel support for /check...
2006-03-27 w00tFounders CANNOT be kicked, so don't let them be removed...
2006-03-27 w00tRemove unused variable
2006-03-27 w00tRemoved unused check for valid channel name - if it...
2006-03-26 brainRemoval of DoOneIteration stuff
2006-03-26 brainAll software threading stuff *disabled*
2006-03-26 w00tRemove unnecessary casting.
2006-03-21 brainunsigned long -> unsigned int: unsigned int should...
2006-03-20 brainWhy does EVERYONE forget to include helperfuncs.h?
2006-03-19 brainTrivial: 401 numeric for m_remove when nick or channel...
2006-03-19 brainSomeone doesnt validate their input.... ;-p
2006-03-19 brainTook out ability to issue parameterless helpop
2006-03-19 brainCheck for link tags with undefined ipaddr fields (for...
2006-03-19 brainSomeone didnt know how to check for no parameters ...
2006-03-18 brainTest fix for topic loop
2006-03-18 brainSee previous change
2006-03-18 brainNo RFC says anything about hiding channels containing...
2006-03-17 omTidy up around the ex AMD64 'fix'
2006-03-17 omDid the same thing here :/
2006-03-17 omGiving printf formats and not giving it arguments for...
2006-03-17 omAMD64 warning 'fix' which tested fine when I added...
2006-03-15 brainPass int not userrec
next