Directories in this package:

Feeta phpBB Chat V1.0
	Fleecy's 1.0 release of FeetaChat, unmodified
Feeta phpBB Chat Autologin v1
	Fleecy's release of the 'Autologin' addon to the above package, unmodified
richey
	a few first changes and (tries for) fixes, but not yet working -
	you can as well delete this stuff and start from point zero.
	I just left it there in case someone wants to play around
	with it or wants to take it as a starting point.

No support or guarantees by me, I just offer this package because it turned out very
difficult to find the latest packages on the web and fleecy (original author, email
fleccy@fleccy.com) gave his permission at
http://www.phpbb.com/phpBB/viewtopic.php?p=2163038#2163038
to further work on the code.


TO DO LIST

- I found plenty of commands that delete users from C_REG_TBL which is phpbb_users!
  The complete handling of the double user tables has to be cleaned up and streamlined to use just phpbb_users.
  In a final release, the fieldnames used by the chat should be point to this fact.
- there's not a single page in the chat that makes correct use of the template system.
  This has to be fixed.
- the localization files should be put in the appropriate language directory (if used together with the template
  system, this will make full phpbb integration almost complete). There are still numerous strings that are hardcoded
  and should be converted into language variables
- the use of a seperate smiley system is a waste of resources and irritates users which are used to the boards'
  smileys. This should be changed so that the chat uses the board's smiley base.
- the chat's 'swear word' system should be removed and the boards' banned word system be used instead.
- BBCode should be integrated in the chat - there is no need for inventing the wheel twice!
- ..
- ..

