]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
No statserv, but we have gameserv
[user/henk/code/inspircd.git] / src /
2007-01-24 peaveyFix endless loop on dns hit.
2007-01-21 brainAdd check for openssl >= 0.9.7, and fix for if the...
2007-01-21 brainWhoops put this back to 3.3
2007-01-21 brainFix broken function vcheck() that checks one dot-delimi...
2007-01-21 brainAdd extra macro pkgconfversion("packagename", "version");
2007-01-21 brainKeep gcc from whining when there is NOT an error (see...
2007-01-20 brainFix bad duplication of filters containing spaces across...
2007-01-20 specialFixed (rewrote) m_http_client's URL parsing, it is...
2007-01-20 brainFixing
2007-01-20 brainApply fixes for buffering of headers, and a test module...
2007-01-20 brain1.1.0+SVN!
2007-01-20 brainBeta9+Finale!
2007-01-20 omMøøses > Yøuses
2007-01-20 brainBetter way even than suggested.
2007-01-20 brainNow wont even try to read an empty file
2007-01-19 brainFix dependencies
2007-01-19 brainAs suggested (and coded) by w00t, show * as the nick...
2007-01-19 brainSplit out rconnect command into its own file (this...
2007-01-19 brainSplit this up even more, much smaller files that are...
2007-01-18 brainA readme file, mainly for devs.
2007-01-18 brainMove this over to left margin now, is no longer part...
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola
2007-01-18 brainMuch more tidyup, and yes, tons more to go
2007-01-18 brainStart of splitting up. WARNING: This is far from tidy...
2007-01-18 brainWhoops, and commit this :p
2007-01-18 brainMove some stuff into utils.h
2007-01-18 brainStart of moving m_spanningtree into a dir so we can...
2007-01-17 brainMove QueryQueue class into m_sqlv2 to prevent flat...
2007-01-17 brainMass comment removal.
2007-01-17 brainRemove/fix unused variable warning
2007-01-17 brainIt says something about how excessive our debug output...
2007-01-17 brainRemove some debug here, cuts down boot output
2007-01-17 brainDebug the spoutmouth output
2007-01-17 brainMake this more sensible
2007-01-17 brainLog client output, so we can actually see what we're...
2007-01-17 brainRemove a ton of inspsocket debug
2007-01-17 brainRemove tons of debug output from spanningtree as the...
2007-01-15 brainRemoving from here too.
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-15 brainRemove some debug (im on a crusade to make debug mode...
2007-01-15 brainChange the format of some debug
2007-01-15 brainRemove some debug
2007-01-15 omdelete -> DELETE()
2007-01-15 omActivate final stage of world-domination plan...d....
2007-01-15 omFix some differences between how this expands partial...
2007-01-15 brainMake this use true and false, not MODEACTION_DENY
2007-01-15 omConvert all redirecting bans to non-redirecting ones...
2007-01-15 peaveyFix possible segfault if sql query failed. Using a...
2007-01-15 omPrepend nick to user->MakeHostIP().
2007-01-14 peaveyHook qlite3_update_hook to queries to also catch affect...
2007-01-14 brainWhy are we doing append() craq here, when theres a...
2007-01-14 omInitial commit of the ban redirection module. Docs...
2007-01-14 brainI forgot to exec("gnutls-config --libs") in the configu...
2007-01-14 peaveyRemove some old destroy code not needed with InpSocket.
2007-01-14 peaveyMake REHASH work.
2007-01-14 peaveyDont need to send anything on the notifier socket.
2007-01-14 peaveyRemove DOS newlines.
2007-01-14 peaveyNow with SQLite3 support. Fully functional and (hopeful...
2007-01-14 brainFix the code that nobody tested :p
2007-01-14 omAnd take the return out again to stop w00t throwing...
2007-01-14 omAdd return statement at the end of the special-case...
2007-01-14 brainFix this so that if the beforemode clears the parameter...
2007-01-14 brainFix BeforeMode to have the parameter available, if...
2007-01-14 brainAdded interface 'ChannelBanList' that these two modules...
2007-01-14 braing++ is picky about default params with overloading
2007-01-14 peaveyOMG SQLITE3 support, almost there now =)
2007-01-14 brainAdd alias:matchcase config setting (per-alias, determin...
2007-01-14 peaveyMake m_sqlv2.h::SQLquery extend 'classbase', for easy...
2007-01-14 brainAllow aliasing of anything to anything, removing the...
2007-01-14 peaveyBang! Gone due to new buildsystem.
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-13 brainExtra stuff to improve buildsystem, calculate lib and...
2007-01-13 brainTidy up the buildsystem a lot by encapsulating repeated...
2007-01-13 peaveyGet flags for sqlite3.
2007-01-13 brainChange this to use our md5 provider rather than MD5...
2007-01-13 omTest fix for breakage with IPv6
2007-01-12 peaveyImprove handling of backend server being down. Also...
2007-01-11 brainAnyway the reason for this discussion - i wanted to...
2007-01-11 peaveyMore tidyup.
2007-01-11 peaveyOnly use force if necessary! Tidy up debug output.
2007-01-11 peaveypgsql should now work thx to added posibility to force...
2007-01-11 peaveyCloser now, but somehow libpq invalidates the file...
2007-01-10 peaveyreconnects still broken, but getting there.
2007-01-10 peaveySQLConn rewritten to use EventHandler instead of InspSo...
2007-01-10 brainIf we have a bitmask of 0 in apply_lines, dont even...
2007-01-10 brainAlso, if the line already existed, dont OR the value...
2007-01-10 brainClever stuff for applying lines (this needs testing);
2007-01-10 brainOnly send snotice if the eline doesnt exist yet
2007-01-10 brainImprove speed of these, and only send out snotice if...
2007-01-10 peaveyTypo
2007-01-10 brainChange stats z to show volountary and involountary...
2007-01-09 brainAdd a call to InvalidateCache() to fix this:
2007-01-09 specialMade the real name value for /admin optional (line...
2007-01-09 specialWhoever added clearcache must have been asleep; they...
2007-01-09 specialMade m_denychans support wildcards
2007-01-09 peaveyRevert repeat timer to old one, to make sure it only...
2007-01-09 peaveyTimeSyncTimer now uses repeat timer.
2007-01-09 brainAssigning a std::string var initially to "" is pointless.
2007-01-09 peaveyMake safelist use repeat timer.
next