]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Made this safer, dont try and yield back when sending channel list or user list ...
[user/henk/code/inspircd.git] / src /
2006-02-16 brainExtra logging to log bad opertypes coming in from remotes
2006-02-16 brainChecking to prevent dodgy opertypes (opertypes must...
2006-02-16 brainExtra checking and exception handling in InspSocket...
2006-02-15 brainTest for bug reported by TDC
2006-02-15 brainYet more logging
2006-02-15 brainExtra error logging
2006-02-15 brainFixed broken /oper
2006-02-15 brainMoved custom_mode_params to per-channel
2006-02-15 brainSped up disabled commands check
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-15 brainNow has no strchr() at all.
2006-02-15 w00t- More formatting changes
2006-02-15 w00t- Made some notes about potentially restructuring thing...
2006-02-15 w00t- Useless loop removed
2006-02-15 w00t- Fixed some HORRIBLE indenting. Tabs, please.
2006-02-15 w00t- Manually bump revision ID, apparantly it's stopped...
2006-02-15 w00t- Oops, missed two includes
2006-02-15 w00t- Check for +K before bothing to assemble knock message
2006-02-15 w00t- Nazi stylistic changes.
2006-02-15 w00t- Incorrect
2006-02-15 w00t- Anal tidy of some comments
2006-02-15 w00t- Let's stop using that nasty strchr() in a loop
2006-02-15 w00t- Made note of some potential improvements in m_part...
2006-02-15 w00t- And in SAPARt
2006-02-15 w00t- Use IsValidChannelName() in SAJOIn
2006-02-14 brainFix to compare against signed/unsigned warning
2006-02-14 brainForce initialization of fd to -1
2006-02-14 brainWe're going for that commits per minute record again.
2006-02-14 brainHelps to get the var names right too..
2006-02-14 brainError checking for out of range buffer reads (this...
2006-02-13 brainTidied up formatting of %f's
2006-02-13 brainFixes
2006-02-13 brainAdded RPL_MAPTOTL at request of Whitewolf
2006-02-13 brainGuess origin where server is lazy with PING/PONG and...
2006-02-13 brainForgot to change the prefix, whoops
2006-02-13 brainSend the PONG back along the right path, maybe?
2006-02-13 brain(TEST CODE) remote ping, do not use until debugged
2006-02-13 omRemove code duplication by using core function. Remove...
2006-02-13 w00ts/No such channel/Invalid channel name
2006-02-13 omAdd credit to sexy info provider <3
2006-02-13 w00tMake use of IsValidChannelName() - as a side note,...
2006-02-13 w00tm_join: Use IsValidChannelName()
2006-02-13 w00tAdded bool IsValidChannelName(const char *) - it doesn...
2006-02-13 omInitial commit of the /amsg blocker module
2006-02-12 brainInstantly apply lines when not synching
2006-02-12 brainTweak to allow @%+ to all exist on a user at once durin...
2006-02-11 brainExtra checks to not set the ssl marker twice on re...
2006-02-11 brainCheck for >8 params in NICK
2006-02-11 brainOur optimizations missed a possibility :p
2006-02-11 brainAltered SVSNICK to echo back NICK message, grrrr, soddi...
2006-02-11 brainFixed 'eggy complains when not included' bug that cause...
2006-02-11 brainNewline stripping for asctime()
2006-02-11 brainAdded handler for TIME with server parameter
2006-02-11 brainDamn bracket
2006-02-11 brainFix routing for TIME
2006-02-11 brainFixes to pass on TIME
2006-02-11 brainMisc. fixes
2006-02-11 brainAdded remote TIME (do not use yet)
2006-02-11 brainFix for multi-param PUSH
2006-02-11 brainAdded uline check for PUSH
2006-02-11 brainAdded PUSH command, do not use yet until tested and...
2006-02-11 brainAdded anti-retard check to prevent retarded flood settings
2006-02-11 brainAdded a sanity check that was left out, prevents crash...
2006-02-09 brainTypo in some code that should usually be #ifdef'ed...
2006-02-09 omFix crashbug, copying MAXLEN into a MAXGECOS+1 field...
2006-02-09 brainAdded comment about the craqness of ServerConfig::Read()
2006-02-08 brainMissing function call
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-02-08 brainIncreased how often socket timeout checks occur which...
2006-02-08 brainUpdated block numeric to read COLOUR >:)
2006-02-08 brainFixed cosmetic 'need to be halfop to change modes'...
2006-02-08 brainMatch bans against user::ip4 in add_channel
2006-02-08 w00tPotential fix for CS Testnet bug, thanks to Special...
2006-02-07 brainProperly count remote opers in /LUSERS
2006-02-07 brain005 update, removed duplicate WALLCHOPS reported by...
2006-02-07 brainAvoiding assignment of std::strings unless neccessary...
2006-02-07 brainUses less write() calls
2006-02-07 brainFaster ADDLINE code
2006-02-07 brainExperimental improved string handling in server links
2006-02-07 brainRemoved a strlen()
2006-02-07 brainSlightly more efficient write buffers
2006-02-07 brainTidying of snotices (adding '***' to start of WriteOper...
2006-02-07 brainFixed WHOIS to respect +i channels, optimized in case...
2006-02-07 brainTrivial spacing to make it identical
2006-02-07 brainFix signedness warning
2006-02-07 brainAdded max and current local/global usercounts to /luser...
2006-02-07 brainNow errors when sent SERVER on a non-server port
2006-02-07 brainTypo fix
2006-02-07 brainTypo (oops)
2006-02-06 brainForce initialize host to "" just in case it isnt (it...
2006-02-06 brainDisabled ip->hostname cache, seems a bit fubar
2006-02-06 brainAllow remote bans from servers to be represented as...
2006-02-06 brainRemoved some debug notices that were mistakenly in...
2006-02-06 brainFixed /LINKS to show flat even in tricky mIRC.
2006-02-06 omMake ulines /swhois silently
2006-02-06 brainFix typo
2006-02-06 brainAdded support for changing tempdir via <options:tempdir>
2006-02-06 brainPedantic tweak to /WHO (this actually needs rewriting...
2006-02-05 omw00tie made me do this :( Remove myself from the 'Teste...
2006-02-05 frostycoolslugYeah, this thing only uses 1 param, but requires 2? :P
next