Chatmore
Chatmore copied to clipboard
Simplified web-based IRC client for PHP/Unix
If a series of messages are sent by the user in rapid succession, often times they are received by other users out of order. There needs to be a mechanism...
If a channel message comes in with many nicks in it, the nicks will get decorated, but placements will get rearranged in unexpected ways. Example message string: ``` Today's Top10(words):...
Use case: Copy/paste of a line from the console will not decorate the channel portion of the line. ``` Hey, look at this line: blah blah bar ``` # channel2...
SQLite is the current choice of database storage for simplicity of storing session state and history. However, it lacks multiuser capability in high user access environments. This can cause stability...
Build a page showing up to the moment aggregations of the last 30 days of activity: Aggregate data sets by unit of time: - Per day. - Per hour (last...
It was found that the Chrome browser on an Android 4.0 device does not properly scroll as new messages move beyond the visible space. When new messages appear, it does...
http://coffeescript.org/ Benefits: - Simpler code structure. - Built-in JSLint. Must install prerequisites: node.js and npm. Integrate CoffeeScript compiler in Makefile..
For unknown reasons, the client will intermittently force a reconnection to the server with a red server error message in the console "Session was deleted". It's unlikely the session was...
Selectable chime modes: - Silent - Chime only when not focused - Chime Chime effect can be selected as: - Various sound effects - Visual flash Limit chime to 1...