]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-07-20 omUpdates, should be able to safely unload client modules...
2006-07-20 omOkay, working PostgreSQL module, API header and example...
2006-07-20 brainSomeone please take a look at this and tell me why...
2006-07-20 brainMove a confusing debug message within its conditional
2006-07-20 brainMake threaded dns stable by placing some mutexes around...
2006-07-20 brainThreaded dns stuff - im going to try and make this...
2006-07-20 brainExtra sanity checks
2006-07-20 omOkay, this is getting towards working now. It just...
2006-07-19 brainRemoved all that lastcreate and wantclose craq from...
2006-07-19 brainStability fix
2006-07-19 brainChange stats recv/send to double, so they can hold...
2006-07-19 brainChange counters to unsigned long to prevent overflow...
2006-07-19 brainIncrease size to unsigned long
2006-07-19 brainCompletely remove need for memset.
2006-07-19 brainSet 'copyright' property on all items, informational...
2006-07-19 brainChange properties
2006-07-19 brainTest change
2006-07-19 brainAdd #include <sys/select.h> to select engine, we probab...
2006-07-19 brainFix MOTD
2006-07-19 brainWhoops, forgot SocketEngine::SocketEngine() gets called...
2006-07-19 brainFix typo in kqueue engine
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-19 brainChange size of already_sent from char to int to work...
2006-07-19 brainSpeed up writecommon, writecommon_noformat, writechanne...
2006-07-19 brainSpecial checking for muppet providers that make their...
2006-07-19 brainFix motd with new buffering
2006-07-18 brainTried to implement sprintf that returns std::string...
2006-07-16 brainTweaks for nonblocking dns
2006-07-16 brainImproved connect time by not referencing the hash for...
2006-07-16 brainIgnore empty lines, don't try and process them as commands
2006-07-16 brainOnly attempt forward lookup if the user still exists
2006-07-16 brainRemove some casts
2006-07-16 brainCraq removal service, at your service
2006-07-16 braini'm doing this in increments, because if i try and...
2006-07-16 brainFixing sendq crask
2006-07-16 omUpdate to new API - I think this is right, compiles...
2006-07-16 brainFixed it myself so i can carry on coding1
2006-07-16 w00tMore WHO
2006-07-16 w00tWHO refactoring. In progress currently.
2006-07-16 brain*Changed user input/output buffering to incur less...
2006-07-16 w00tChange to a DIFFERENT HOOK for added goodness.
2006-07-16 brainDocument irc::commasepstream and irc::tokenstream
2006-07-16 brainDocument loopcall (its still complicated in concept...
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 brainAdjustment
2006-07-16 brainFix socket leak properly this time
2006-07-16 brainFix case sensitive commands issue due to new std::strin...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-16 brainMAJOR tidy of line parser, some parts rewritten and...
2006-07-16 omFixes/codes of the query queue, various prototypes...
2006-07-16 omconst the std::string reference in tokenstream's constr...
2006-07-16 brainDisable test suite
2006-07-16 brainImproved this a lot
2006-07-16 brainThis should be faster, we read it like a stream now...
2006-07-16 brainirc::tokenstream is a token parser which using std...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-07-14 brain3.3 -> 3.4 fix (the 3.3 stuff was actually craq)
2006-07-14 brainDon't allow SAQUIT, SANICK, SAPART and SAJOIN on ulined...
2006-07-14 brainTidyup
2006-07-14 brainChanged to different way of clearing users on netsplit...
2006-07-14 brainAdd <options:nouserdns> - defaults to off. if set to...
2006-07-14 brainRollback dns change
2006-07-14 brainFix dns socket leak found in stable
2006-07-13 brainMove a notice around
2006-07-13 brainFix -modupdate to actually work (doesnt force a total...
2006-07-13 brainMissing newline
2006-07-13 brainOutput module counts on ./configure -update
2006-07-12 brainFinal test.
2006-07-12 brainTest
2006-07-12 brainMirroring test
2006-07-12 brainTest commit (this should be auto synched to staffbox)
2006-07-12 brainTest commit
2006-07-12 brainTiny tiny docs update, not even worth re-generating...
2006-07-12 brainDocument class Resolver
2006-07-12 brainRemoved debugging
2006-07-12 brainAll this works now (hopefully)
2006-07-12 brainFix typo
2006-07-12 brainSeems to work ok
2006-07-12 brainI don't know if this works yet -- needs testing
2006-07-12 omA few updates to the API header
2006-07-12 omAdd part-finished m_cgiirc module for Brain to play...
2006-07-12 brainAdd exception handling here
2006-07-12 brainThrow moduleexception if you:
2006-07-12 brainTypo #2
2006-07-12 brainTypo
2006-07-12 brainMake it work:
2006-07-12 brainAdded helperfuncs.h
2006-07-12 brainOops, make methods public
2006-07-12 brainTest framework in m_testcommand, add interface
2006-07-12 brainAdded class Resolver (needs testing)
2006-07-11 brainTopic support in channel list - NOTE THIS ISNT SAFE...
2006-07-11 brainAdded stylesheet support
2006-07-11 brainNow has a shiney 'valid xhtml 1.1' icon, just because...
2006-07-11 brainXHTML 1.1 spec validation and charset
2006-07-11 brainRemoved some debug in the sorting algorithm
2006-07-11 braintypo Count -> Name
2006-07-11 brainAdd voice, halfop and op counts
2006-07-11 brainChannel size sorting with a tricksy sort that converts...
2006-07-11 brainFIX channel user count stuff. next to do, order the...
2006-07-11 brainChannel user count stuff
next