]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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.
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 brainComment on a lot of recently added stuff that wasnt...
2007-01-09 brainSomeone forgot to make correct deps for timer.h. Fixed.
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 peaveyHave ConvNumeric correctly convert 0 to 0 instead of...
2007-01-09 peaveyRevert repeat timer to old one, to make sure it only...
2007-01-09 brainAdd specialization for ConvToStr on a single char,...
2007-01-09 brainThis is better, and proved working
2007-01-09 brainThis is a bit better
2007-01-09 brainOverloaded template classes for mucho improved ConvToSt...
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.
2007-01-09 brainTidy up (optimize, improve) chanrec::WriteChannelWithServ
2007-01-09 brainTidy up an if/then/else chain into a switch
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-08 peaveycmd_whowas now uses the shiny new repeating timer.
2007-01-08 brainTweaks to mode parser
2007-01-08 brainAdd repeating timers, and make an hourly prune of the...
2007-01-08 brain user->WriteServ( "371 %s :. o O ( The Inspire...
2007-01-08 specialSomeone forgot to add clearcache to the makefile instal...
2007-01-08 peaveygetpidfile was not working at all. Fix it to work as...
2007-01-08 peaveyMove whowas containers into whowas class to avoid all...
2007-01-08 brainAdd /CLEARCACHE, oper only command which completely...
2007-01-08 peaveyNow even less leakage on add.
2007-01-08 brainOh, this tweak is for w00t -- rehash will remove expire...
2007-01-07 brainUpdate a comment, and touch a header just to make peopl...
next