]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-02-21 brainMAXMODES wasn't being enforced
2006-02-21 brainMissing include
2006-02-21 brainEnforce 64 char dns limits
2006-02-21 brainTests for channel ghosting?
2006-02-21 brainFixed
2006-02-21 brainFix for ambiguity in function name here
2006-02-21 brainAdded second form of find() taking const char*, which...
2006-02-21 brainImproved speed of Find() by passing reference to std...
2006-02-21 w00tIt didn't, there was more strlcpy
2006-02-21 w00tFix this, I think.
2006-02-20 brainLets fix it right this time (and annoy ol with more...
2006-02-20 brainUser kicks being ignored!!!
2006-02-20 brainFix to stop new code treating all KICK messages as...
2006-02-20 brainPropogation of remote kicks (testy test)
2006-02-20 brainFix for hide-ulines in /links
2006-02-20 brainConfigure no longer allows gcc 2.x compilers AT ALL >:)
2006-02-19 brainAIEEE fucking overloaded operators
2006-02-19 brainMore tweaks
2006-02-19 brainTweaks
2006-02-19 brainAdded + and == operators between std::string and irc...
2006-02-19 brainRemoved the 'one of' check for <dns>
2006-02-19 brain<dns:server> is now optional
2006-02-19 brainThrows exception on failed GetIOHook()
2006-02-19 brainAdded check for if the servername contains a '.', if...
2006-02-19 brainMoved to 1.0.2+SVN
2006-02-19 brainMoved to 1.0.1 release
2006-02-19 brainRemoved unneeded {}'s
2006-02-19 brainTesting \exception doxygen tag that *should* work
2006-02-19 brainThis was back to front and threw an exception when...
2006-02-19 brainReturn false after catching a module exception
2006-02-19 brainI repeat, missing semicolons are bad
2006-02-19 brainMissing semicolons are bad.
2006-02-19 brainForgot to commit this?
2006-02-19 brainServer::AddExtendedMode and Server::AddCommand will...
2006-02-19 brainMore exception throwing in constructors
2006-02-19 brainAdded FilterException and throw code
2006-02-19 brainAdded exception thrower
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainMade a booboo
2006-02-19 brainAdded exception handling for module loading
2006-02-19 brainShould fix case insensitivity issue
2006-02-19 w00t- Don't allow invalid channel names in /mode #chan...
2006-02-18 brainAdded MAXPARA=32 to 005 (no other ircd has this, or...
2006-02-16 omUpdate mode lists, fix mode lists, and alphabeticalise...
2006-02-16 brainBad maths, bad! go sit in the corner
2006-02-16 brainMore debug
2006-02-16 brainNew tweak doesnt work yet, dont use
2006-02-16 brainExtra tweak for exceptional condition
2006-02-16 brainExperimental speed improvement to sending encrypted...
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 brainAll the messing with these files someone did and they...
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 w00tThis was there for a reason after all.
2006-02-15 w00t- Fixed some HORRIBLE indenting. Tabs, please.
2006-02-15 w00t- Moved example configuration from docs/ to conf/....
2006-02-15 w00t- Docs update, b4 was a LONG time ago.
2006-02-15 w00t- Minor documentation updates here, someone really...
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 omgogo, 10 commits in 10..
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 omAdd m_blockamsg to example config
2006-02-13 omInitial commit of the /amsg blocker module
next