Search

Quick Links

/join #collective
Browse source code
Download latest release
File a bugreport
Request a new feature
Tracker overview
Participate at the forums

Project Status

development: inactive
latest release: 0.1.4
latest stable: none

Project Details

source code: Open Source
license: GPL
programming language: Perl

Translations

select english translation

ChangeLog

For the roadmap, click here.

Sat Jan 31 2009
====================================================================
webapp:
* added a selection box for limiting results per page, and a
  checkbox to filter non chat messages, to the view logfile script


Tue Jan 20 2009
====================================================================
parser:
* allow --imagedir to be set from the command-line


Thu Aug 30 2007
====================================================================
database:
* corrected database scripts

docs:
* corrections for setting up logging in X-Chat client
* added database overview (DATABASE)


Fri Aug 24 2007
====================================================================
* created a new release, tagged as 0.1.4

docs:
* added mIRC settings to installation guide (INSTALL)
* other minor updates


Thu Aug 23 2007
====================================================================
webapp:
* links displayed in search results, quotes and conversations are
  now hyperlinked
* contents displayed in search results, quotes and conversations are
  now HTML encoded to prevent tags from being parsed by the user's
  browser

docs:
* updated installation guide (INSTALL) and user's manual (README)
* updated todo list (TODO) and the roadmap (ROADMAP)
* removed creating API documentation from the list of ideas (IDEAS)


Wed Aug 22 2007
====================================================================
webapp:
* implemented paging of logfiles
* moved code to create conversations and quotes from logfile.pl to
  createconv.pl and createquote.pl


Tue Aug 21 2007
====================================================================
parser:
* added --yesterday and --today for easier automative parsing using
  utitilies like cron

webapp:
* implemented paging of search results

docs:
* updated installation guide (INSTALL)


Sat Aug 18 2007
====================================================================
parser:
* added user agent string to identify parser when checking for
  and fetching content from the web
* capped maximum length of words to add to the wordlist to match
  columnsize in database
* added debug info to various places in source code
* using content type as extension for images if it can not be
  extracted from filename
* fixed bug 11: Parser crashes when URL does not contain filename...
  see: http://www.irc-collective.org/tracker/view.php?id=11
* fixed bug 10: Parser crashes when content type says image when...
  see: http://www.irc-collective.org/tracker/view.php?id=10

webapp:
* contents of logfiles is now HTML encoded to prevent tags from
  being parsed by the user's browser


Thu Aug 16 2007
====================================================================
webapp:
* using line numbers instead of time for anchors


Mon Aug 13 2007
====================================================================
parser:
* added in tags for generating API documentation from source code
  using ROBODoc.


Fri Aug 10 2007
====================================================================
parser:
* rewrote the parts that handled the regexps matches, input formats
  now define their own eventhandlers.


Tue Jul 24 2007
====================================================================
webapp:
* fixed bug 8: Showing image fails on Windows
  see: http://www.irc-collective.org/tracker/view.php?id=8


Mon Jul 23 2007
====================================================================
* created point release, tagged as 0.1.3

parser:
* added new setting: --imagedir
  the parser will use this setting as the location for storing local
  copy of images and thumbnails

webapp:
* settings are now read from /cgi-bin/collective/webapp.conf
  this file will hold the location of the images and information
  needed to connect to the database


Sun Jul 22 2007
====================================================================
* fixed bug 7: Wordlist contains words along with punctuation
  see: http://www.irc-collective.org/tracker/view.php?id=7

* fixed bug 6: Parsing with an invalid config file results...
  see: http://www.irc-collective.org/tracker/view.php?id=6

documentation:
* added draft version of installation guide for Windows
  see: docs/INSTALL_WIN32 (maintained by Martijn Timmermans)


Thu Jul 19 2007
====================================================================
parser:
* added support for PostgreSQL (tested with version 8.1)
* added support for SQLite (tested with version 3)

database:
* changed type of events.type from ENUM to INT because SQLite does
  not support type ENUM.


Tue Jul 10 2007
====================================================================
* created point release, tagged as 0.1.2

parser:
* added template for inputformats (see TEMPLATE)
* added support for Irssi
* added support for mIRC

tests:
* wrote test for Irssi
* wrote test for mIRC

* fixed bug 5: Incorrect version number displayed
  see: http://www.irc-collective.org/tracker/view.php?id=5


Sun Jul  8 2007
====================================================================
* changed layout of the change log (CHANGES)
* added TODO file to hold current todo list
* added tests/ directory to hold tests for source code

parser:
* added support for X-Chat

tests:
* wrote test script for inputformats
* added test for Eggdrop
* added test for X-Chat

* fixed bug 4: Faulty regular expressions
  see: http://www.irc-collective.org/tracker/view.php?id=4


Sat Jul  7 2007
====================================================================
web application:
* added basic search


Fri Jul  6 2007
====================================================================
* created point release, tagged as 0.1.1


Thu Jul  5 2007
====================================================================
* fixed bug 3: Hard coded database connection strings
  see: http://www.irc-collective.org/tracker/view.php?id=3

* fixed bug 2: Parser contains faulty references to threading code
  see: http://www.irc-collective.org/tracker/view.php?id=2

* fixed bug 1: Executing db/create.sql gives errors
  see: http://www.irc-collective.org/tracker/view.php?id=1