]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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-21 brainFix library detection flags (bad define put into the...
2007-01-21 brainNote that we dont allow upgrades to version 3 of GPL...
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 brainFix the commandline stuff up to actually work!
2007-01-20 brainIf we're not in interactive mode, then we dont prompt...
2007-01-20 brainAdditional feature, pass -DVERSION_PKGCONFMODNAME=...
2007-01-20 brainAnd fix it so it works
2007-01-20 brainBetter detection
2007-01-20 brainAdd caching of all detected values :)
2007-01-20 brainProritise cached value above a search
2007-01-20 brainFixes to make ./configure prompt for libs if all else...
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 for NthDegree, thanks for the info :)
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-19 peaveyfix for installing modules twice.
2007-01-18 brainAdd support for: "make modinstall"
2007-01-18 brainA readme file, mainly for devs.
2007-01-18 brainCommit #999999, Brain learns to spell.
2007-01-18 brain$(FLAGS) was omitted from build line of a directory...
2007-01-18 brainFix the dependency checking to not rebuild an entire...
2007-01-18 brainMore complex module directories complicate make clean
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 brainChange stuff around
2007-01-18 brainYAY I FIXED IT!
2007-01-18 brainReverting this back to normality
2007-01-18 brainRevert this back to sanity, still doesnt work tho
2007-01-18 brainwhy wont this fucking thing find the includes?!
2007-01-18 brainWhoops, wrong include dir
2007-01-18 brainFolder -> Directory
2007-01-18 brainAdd output to ./configure -update to show when it finds...
2007-01-18 brainStart of moving m_spanningtree into a dir so we can...
2007-01-18 brainModule splitting now works!
2007-01-18 brainFixes
2007-01-18 brainStuff to detect split modules in dirs - not tested yet
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-16 brainAdd O_NOFOLLOW to file write call, which prevents follo...
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-15 brainRename all these so that the names reflect the database...
2007-01-14 peaveyHook qlite3_update_hook to queries to also catch affect...
2007-01-14 peaveySQLite3 schema for sql logging module.
2007-01-14 brainWhy are we doing append() craq here, when theres a...
2007-01-14 brainIf you have a broken config, rerun full configure to fix
2007-01-14 omInitial commit of the ban redirection module. Docs...
2007-01-14 peaveySQLite3 schema for sqloper.
2007-01-14 peaveyAdd SQLite3 module to example config.
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 brainSomeone left the colon off the 'end of list' numeric...
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 brainMove showhelp() into make/configure.pm
2007-01-14 brainSlightly decraqed configure
next