aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorGravatar Nikos Mavrogiannopoulos 2009-06-30 18:14:23 +0000
committerGravatar Nokis Mavrogiannopoulos 2009-06-30 18:14:23 +0000
commit377a9000b154b16c4fb6dd2fab0b995866b10795 (patch)
treee15299801a07600e3813c959e4bb5b52db531b68 /LICENSE
parenta601e7d3b101f1594fcceab75d053dda0d4e98da (diff)
set srp username to empty string. Solves http://issues.outoforder.cc/view.php?id=92
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
an> | | | | | | | | | | * Hostnames are now converted to lowercase in the mass-virtual naming section. The loop that converts dots to underscores has been optimized as well. * Migration to autoconf * New directive LogSQLTableType allows one to specify the kind of table that the module makes during table creation (e.g. InnoDB, MyISAM). Thanks to Jim Turner for the suggestion and patch. If your MySQL server does not support the specified type, it will create a MyISAM table instead. * Directives can now be placed in the 'main' server config and will be inherited by the virtual hosts. This means a LOT less repetition: you only specify the item once to have it inherited, but it can still be overridden on a virtualhost level. * Some minor additions / edits to the docs.Gravatar Christopher Powell 2003-03-27 | * Removed message about insufficient info to log.1.18Gravatar Christopher Powell 2002-12-18 | * Delayed inserts, includes, better table creation, renamed global vars,Gravatar Christopher Powell 2002-12-18 | * Changes on route to 1.18 release (better table creation logic and ↵Gravatar Christopher Powell 2002-12-10 | | | | workarounds for delayed insert kluge). * More documentation work on the way to final 1.17 release.Gravatar Christopher Powell 2002-11-14 | | | | | Additional work on the Makefile. * Monster changes en route to 1.17. Esp. with new documentation.Gravatar Christopher Powell 2002-11-14 | * *** empty log message ***1.17pre2Gravatar Christopher Powell 2002-09-04 | * Lots of changes & bugfixes as requested on the list. Pre-1 of 1.17.1.17pre1Gravatar Christopher Powell 2002-06-27 | * More effort toward next release. Now include headers in/out.Gravatar Christopher Powell