]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Remove an extern, partly because it's unused, partly because it then gets shadowed...
[user/henk/code/inspircd.git] / src / modules /
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
2006-03-15 brainCasting to keep gcc happy
2006-03-15 brainTypo in copy/paste from safelist
2006-03-15 brainAdded preliminary m_antibear.cpp, a security module...
2006-03-15 brainRemove timer stuff left over from m_safelist
2006-03-15 brainFirst-revision m_securelist.cpp, prevents /LIST in...
2006-03-14 omExperimental change to avoid warning on 64bit systems...
2006-03-13 brain*hits eggy with a stick*
2006-03-13 brainNow compiles :p
2006-03-12 brainCase insensitive server names (Hopefully) - to be tested
2006-03-12 brainAltered some stuff to make case insensitive servernames...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-11 brainFixes :P
2006-03-11 braindeprecated covariant return type flux capacitor flopcir...
2006-03-11 brainLast ones
2006-03-11 brainChanged to const ref
2006-03-11 brainYet more const ref changes
2006-03-11 brainAnd more
2006-03-11 brainMore const ref fixes
2006-03-11 brainMore converted modules
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-03-11 brainDoh @ null chars in an sprintf!
2006-03-11 brainTweaked to use the same system as nenolod's NAMES patch...
2006-03-11 brainDebug counter
2006-03-11 brainMUCH FASTER squit! (and a TON more stable, too)
2006-03-10 brainNow requires inspircd.h for ConvToStr templated function
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-09 omRemove unused variable giving compile warning
2006-03-09 brainStrlen bashing.
2006-03-09 brainImproved to avoid strlen
2006-03-09 brainForgot to declare var
2006-03-09 brainUMode tweaks
2006-03-09 omFix printf format to get rid of compile warning (using...
2006-03-09 brainiterator hell
2006-03-09 brainFixed to use iterator
2006-03-09 brainCorrectly use iterators and pointer to ucrec
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-09 brainBetter calculation of LUSERS
2006-03-09 brainChanged LUSERS to show global current to not include...
2006-03-09 brainDon't show channels where all users are invisible and...
2006-03-09 brainWrong var used here, oooops
2006-03-09 brainCalling a method of a null object due to refactoring...
2006-03-08 brainThese modules were using deprecated Server::IsOnChannel...
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 brainSomeone forgot to test compile this *whistles nonchalantly*
2006-03-08 brainAllow for fallback of older ircds without TS in BURST...
2006-03-08 omStupid, retarded, idiotic bug here where any PONG after...
2006-03-08 brainChanged m_sqlauth to allow more advanced encryption...
2006-03-08 brainBack to 10 mins :( My clocks wont sync and i wont sacri...
2006-03-08 brainChanged TS check: Abort on +- 5 mins, warn on +- 60...
2006-03-08 brainAdded ConvToStr
2006-03-08 brainTypos
2006-03-08 brainChecks for timestamps, boot server off and abort if...
2006-03-07 brainw00t may want to check this works
2006-03-07 w00tFor the record, it's 17 lines - not 5.
2006-03-07 brainFixed timedbans (new mode parser didnt like being passe...
2006-03-07 brainTook strlen's out of fjoin
2006-03-07 omOptimisation of optimisation :P ty w00tie
2006-03-07 brainDifferent way of displaying squit server group
2006-03-07 w00tMore work on /check.. now gives basic information on...
2006-03-07 w00tInitial revision of /check - doesn't do anything yet
2006-03-05 brainTidied up ProcessLine, instead of a ton of strlens...
2006-03-05 brainOPTIMIZED!!! OPTIMIZED!!!!! :-p
next