spitfire9137 wrote:If a chat setup is desired I would have to suggest an IRC server would be the best setup. JR could probably set it up easily, if not I could possibly set it up, and run it, it requires software to join the server and chat with others but there are also Javascripts that would allow a web page interface to the server that could be linked from here. Just my 2 cents worth.
Well that's exactly what Dave asked for couple days ago in private message.
Couple things that usually are done wrong with IRC based chats.
- uses public IRC server; problems with IRC-splits and full servers
- java applet on webpage; problems with browsers lacking java support, outdated java support, firewalls blocking access to IRC servers
I agree that chat should be accessible using regular IRC client and not only from webpage.
Web part of chat shouldn't require anything special. Javascript is ok, but Java isn't. Connection to IRC server should be done on webserver side, not from client running webbrowser. IRC server should be local and dedicated - not part of some public IRC network.
Some bot watching channel would be needed too. Otherwise some irc-spambot might found our server and flood others with pointless advertisements.
I don't know if suitable fully web based server side IRC client exists or not. If such thing does exists putting chat system together is quite possible.
Another is archiving of chats. Should discussions be archived on webpages available for members?