]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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
2007-01-14 peaveyOMG SQLITE3 support, almost there now =)
2007-01-14 brainStarting tidying up the configure script, and moving...
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 brainFix broken ./configure macros broken by introduction...
2007-01-14 peaveyBang! Gone due to new buildsystem.
2007-01-14 brainOutput which module is executing the macro
2007-01-14 brainFormatting glitch
2007-01-14 brainImproved detail in configure, and two new functions...
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-14 brainTake out unneccessary chomp()
2007-01-14 brainMake the rpath() macro handle lines with multiple ...
2007-01-14 brainOutput for 'using defaults' when nothing of interest...
2007-01-13 brainColour coding, tidying, and more verbose output to...
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-12 peaveyUpdate inline documentation for DelFd() so the doxygen...
2007-01-11 brainAnyway the reason for this discussion - i wanted to...
2007-01-11 brainQuick tweak before work, set the default force=false...
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.
next