Sha256: a40218b2e59dd6d6afb332d24e942ee43ec36dd9dcf9c6d9a49a78f452ace474
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
Mad Chatter Version 0.2.0 - Added a '/clear' command to client-side javascript to be able to clear all chat messages - Fixed HTML injection vulnerability by adding markdown parsing and escaping all incoming html - Created a MacRuby application as a GUI wrapper (still need to add a link to the github repo) - Disabled extensions directory for now since example is no longer working. - Finally added /youtube example mentioned in the readme Version 0.1.1-3 - Added a 'preview' command to CLI to run both a web server and web socket server - Fixed bug where user leaving chatroom didn't notify other users Version 0.1.0 - Refactored extension architecture. Much nicer syntax now. - Moved some of the main configuration to a config.yml file (which is generated when you use the 'new' command) - Created skeleton classes for alternative web socket server implementations and moved the default implementation into its own class - Switched to using Bundler (instead of Jeweler) for gem deployments, thanks to this article: http://mlomnicki.com/ruby/rubygems/2011/01/22/jeweler-vs-bundler.html Versions < 0.1.0 - Some of the features were implemented, but there were many holes that needed to be filled
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mad_chatter-0.2.0 | CHANGELOG.txt |