Sat Nov 20 15:31 1999 Fredrik Rambris <boost at amiga.nu>
Sat Nov 20 15:16 1999 Fredrik Rambris <boost at amiga.nu>
- Whitespaces are now stripped of correctly while reading definitions.
- Also all definitions is made lowercased to properly allow caseless stringmatching.
Wed Nov 17 21:03 1999 Fredrik Rambris <boost at amiga.nu>
- make install and RPM now really updates the definitionfile instead of overwriting it. Also the sleezeball.conf is automaticly generated, mime.conf (Squid2's file) is updated if needed.
- Bumped to version 0.6 but it isn't really ready to be released just yet.
Tue Nov 16 18:37 1999 Arndt Schoenewald <arndt at schoenewald.de>
- Made some speed improvements. (Stringlengths were checked twice etc).
- Also cought a funny thing. Only the URL get case changed to lower case so patterns with uppercase letters in the definitionfile got ignored.
- Made the definition loader a bit more clever. Skipping empty lines and allowing comments etc. Comments are only allowed at the beginning of the line.
Tue Nov 16 15:22 1999 Henri Gomez <gomez at slib.fr>
- Made the RPM-building more Red Hat-ish (-O2 etc). A patch to the Makefile is now supplied and used when building the RPM.
Sun Nov 14 23:29 1999 Fredrik Rambris <boost at amiga.nu>
- Vladas Lapinskas <lapinskas at visaginas.is.lt> thought of something I didn't. Squid2 has a built-in miniwebserver used for the icons in FTP-mode. The 1x1 picture should ofcause be put there and redirect to Squid itself. Altered the Makefile for this. Thanx Vladas!
Sat Nov 12 14:04 1999 Fredrik Rambris <boost at amiga.nu>
Fri Nov 12 22:34 1999 Fredrik Rambris <boost at amiga.nu>
- After fiddling with RPM for a couple of hours sleezeball now can be built as a RPM package (rpm -ta sleezeball-{version}.tar.gz).
Fri Nov 12 22:34 1999 Fredrik Rambris <boost at amiga.nu>
- The static defines in the source are now replaced with runtime changable variables. SleezeBall now reads REDIRECT_URL and LOG from sleezeball.conf and the definitions are now read from sleezeball.definitions. So...
RENAME YOUR 'sleezeball.conf' TO 'sleezeball.definitions'. I made this change to make RPM building possible. A nice side-effect is that the logging can be enabled/disabled and the redirect url can be changed while running.
Web Nov 10 20:14 1999 Fredrik Rambris <boost at amiga.nu>
Wed Nov 10 19:06 1999 Fredrik Rambris <boost at amiga.nu>
- I measured SleezeBall to process 19930 URLs/sec on my Celeron @ 416MHz.
Thats more than one million per minute and approx 71 million per hour.
- Added a workaround for a problem encountered on Solaris 2.6 on a Sparc20.
Reported by Stoo Davies <stoo at btinternet.com>.
- Copied a few functions from Squirm including:
- Reload definitions when a SIGHUP is recieved
- Logging (optional)
- Added a script to signal all running SleezeBalls a SIGHUP
Sun Nov 07 01:58 1999 Fredrik Rambris <boost at amiga.nu>
Sat Nov 06 18:13 1999 Fredrik Rambris <boost at amiga.nu>
- Changed the license to a modified GNU GPL
- Updated the URL in README to my upcoming site (this one) (PHP enabled!)
Mon Nov 01 22:49 1999 Fredrik Rambris <boost at amiga.nu>
- Found a bug that would cause the redirect url to be written several times if several hits were found in sleezeball.conf. A continue is now replaced with a break.
- Added this changelog and updated the README
- Removed installation of configfile from Makefile. I got really annoyed by this one while I debugged SleezeBall =)
Sat Oct 29 15:21 1999 Fredrik Rambris <boost at amiga.nu>
- Version 0.2 released.
- Prepared it for public release