]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-09-17 brainMerge vc90 update patch from IronLegend, thanks
2008-09-17 brainRoll back tweak to the starttls spec requested by kvirc...
2008-09-16 brainShrink users properly on quit, and make cloaks for...
2008-09-14 peaveyBe more verbose in ValidateNotEmpty on failure. Patch...
2008-09-14 specialPatch by dz to remove the one usage of strdup/strtok_r...
2008-09-14 peaveydont try and cloak if no valid cloak was returned ...
2008-09-13 aquanightChanged Allowed Modes to bitsets.
2008-09-13 w00tMerge commit 'danieldg/out-12'
2008-09-13 peaveymore namespace fix0rz
2008-09-13 brainOptimisation
2008-09-13 peaveynamespace fix0rz
2008-09-13 brainFix setting of +x before we've processed an OnUserConnect
2008-09-13 w00tRemove unneeded namespace stuff.
2008-09-13 w00tMake the 'ancient OS' warning a bit more strongly worded.
2008-09-12 w00tMinor style tidyup.
2008-09-12 peaveyLast cleanup. All trunk extras now builds again.
2008-09-12 peaveyfix for listensocket, tested and also working like...
2008-09-12 peaveymore cleanup
2008-09-12 peaveycleanup
2008-09-12 peaveyfix for listenbase, tested and works like a charm.
2008-09-12 w00tCleanup of some internals. Tested via m_httpd.
2008-09-11 w00tRemove proxyscan, it doesn't exist now.
2008-09-11 w00tRemove some duplication, everything calls the SE equivi...
2008-09-11 w00tRemove useless parameter.
2008-09-11 w00tFix a comment.
2008-09-11 aquanightFix KILL server-notice duplication
2008-09-11 w00tExperimental WSAPoll (thanks for not just using poll...
2008-09-11 w00tMinor stylistic improvements.
2008-09-11 w00tThese socket engines may now recieve write and read...
2008-09-11 w00tFix a compile oops.
2008-09-11 w00tThere is absolutely no need to cache connect timeout.
2008-09-11 w00tRemove an unused member.
2008-09-11 w00tWindows doesn't need blocking connect, IOCP was the...
2008-09-11 w00tRemove WaitingForWriteEvent, it seems to do *nothing...
2008-09-10 w00tBack out change, as this doesn't work properly with...
2008-09-10 w00tBit of a tidyup, generate cloak whenever first set...
2008-09-10 w00tHook conn_umodes before anything else so that config...
2008-09-10 specialClear out the string used for the temporarily stored...
2008-09-10 w00tMove XMLSocket to be modulemanager-provided, flash...
2008-09-10 specialFixed comments for cached host fields in User; 3/4...
2008-09-09 w00tRemove a totally redundant method (this is already...
2008-09-09 brainRemember to free some stuff when failing in the ctor
2008-09-09 brainfix compile errors (whoops)
2008-09-09 brainWhoops, schoolboy error
2008-09-09 brainAdd connmutex to mutex the connections vector, otherwis...
2008-09-09 brainpeavey, w00t, this works now. Methods werent copied...
2008-09-09 brainfixed a /MT to be /MD
2008-09-09 brainfix various bodge-ups, we must have been tired when...
2008-09-09 brainnot test compiled yet: sql modules werent working becau...
2008-09-08 w00tRemove a (now nonexistant) reference from .h
2008-09-08 w00tCheck the wrong way around is just stupid. ;p
2008-09-08 w00tFix warning, thanks peavums
2008-09-08 w00tGrowl.
2008-09-08 w00tRemove crappy, unsafe (and now unneeded!) casts.
2008-09-08 w00tMore compile fixes.
2008-09-08 w00tFix compile problems hopefully..
2008-09-08 w00t(Attempt to) convert MySQL to using listener base.
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-09-08 w00tGive httpd a custom listener class, specialised in...
2008-09-08 w00tRemove listening from BufferedSocket, it's bloaty and...
2008-09-08 w00tMake OnAcceptReady pure virtual, rename ListenSocket...
2008-09-08 w00tMove this to another (yet more appropriate) place,...
2008-09-08 w00tAdd incoming IP to OnAcceptReady
2008-09-07 w00tAllow for silencing getmodules() output (is annoying...
2008-09-07 w00tAdd "list" and usage to modulemanager [danieldg]
2008-09-07 w00tFix missing semicolon in m_ssl_openssl [danieldg]
2008-09-07 w00tMove a socket sanity check into the generic listener...
2008-09-07 w00tTidy up some of the internals a bit, making things...
2008-09-07 brainFix windows project files
2008-09-07 w00tMerge class connection in with class user (nothing...
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-09-07 w00tInitialising the member we added might be an idea.
2008-09-07 w00tMake this work with older git, too (thanks danieldg)
2008-09-07 w00tUse git describe rather than git-svn, it works better...
2008-09-07 w00tUpdates
2008-09-07 w00tInvite timeout on server-to-server is already a unix...
2008-09-07 w00tFix IO hooking modules to use the new (not old) hooking...
2008-09-07 w00tFix a stupid error, and two warnings.
2008-09-07 w00tMove socket hooking in inspsocket to utilise the new...
2008-09-07 w00tFix forward-declaration caused as a result of recent...
2008-09-07 w00tStart moving IO hooking from being bufferedsocket based...
2008-09-07 w00tMove listensocket stuff into a file of it's own.
2008-09-07 w00tDon't execute multiple aliases after executing one.
2008-09-07 w00tFix aliases returning multiple messages, thanks Ankit.
2008-09-07 w00tFix compile. Try again, Ankit.
2008-09-07 w00tMerge branch 'testbranch'
2008-09-07 w00tTest commit.
2008-09-07 w00tSet default values for <alias:usercommand> and <alias...
2008-09-07 w00tAlso redirect errors to /dev/null to avoid messy output...
2008-09-07 w00tNicer fix for REVISION stuff when using git, thanks...
2008-09-07 w00tAnother test commit
2008-09-07 w00tTest commit from git
2008-09-07 w00tUpgrade the upgrade command to ..upgrade better. Thanks...
2008-09-07 w00tImplement masking and descriptions for module manager...
2008-09-07 w00tAllow comments in sources.list and list files (thanks...
2008-09-07 w00tAdd default sources.list for modulemanager
2008-09-07 w00tAdd basic module manager, patch courtesy of danieldg...
2008-09-06 w00tAdd (currently untested and undocumented) fantasy comma...
2008-09-06 brainGrr at windows exports
2008-09-06 w00tRename some member fields; add <alias:usercommand>...
next