Releases for Chat Room

chatroom 6.x-2.0-beta1

justinrandell - November 6, 2009 - 16:47
Official release from CVS tag: DRUPAL-6--2-0-BETA1
First released: November 6, 2009 - 16:47
Download: chatroom-6.x-2.0-beta1.tar.gz
Size: 81.92 KB
md5_file hash: b19782af28da88a502e04791a8dfbf2a
Last updated: November 6, 2009 - 16:51
View usage statistics for this release

entering beta now, no new big features from here on in until we have a stable 6.x-2.0 release. will now focus on bug fixing, UI work and polish to existing features.

  • user invites and widget, with hooks for other modules to manage invites as they see fit
  • a bunch of bug fixes

chatroom 6.x-2.0-alpha5

justinrandell - November 3, 2009 - 00:36
Official release from CVS tag: DRUPAL-6--2-0-ALPHA5
First released: November 3, 2009 - 00:36
Download: chatroom-6.x-2.0-alpha5.tar.gz
Size: 80.36 KB
md5_file hash: 7331e360a37cf30dfb5e7910976b4d98
Last updated: November 3, 2009 - 00:40
View usage statistics for this release

getting closer to beta:

once invites are done, its beta time.

chatroom 6.x-2.0-alpha4

justinrandell - October 31, 2009 - 13:11
Official release from CVS tag: DRUPAL-6--2-0-ALPHA4
First released: October 31, 2009 - 13:11
Download: chatroom-6.x-2.0-alpha4.tar.gz
Size: 78.35 KB
md5_file hash: cac827887eef6bdd6369c5cfd1dad913
Last updated: October 31, 2009 - 13:15
View usage statistics for this release

more bug fixes, more features.

private chats and invites are the only remaining features to be added before i switch from alphas to betas, and move to polishing and bug fixing only.

chatroom 6.x-2.0-alpha3

justinrandell - October 30, 2009 - 14:10
Official release from CVS tag: DRUPAL-6--2-0-ALPHA3
First released: October 30, 2009 - 14:10
Download: chatroom-6.x-2.0-alpha3.tar.gz
Size: 77.89 KB
md5_file hash: e142b4ad88c8edbc81f25c8a0c9c0ba0
Last updated: October 30, 2009 - 14:15
View usage statistics for this release

release early, release often. some nice new features:

  • private message support
  • kick and ban support
  • basic command reponse notification in the client
  • many bugs fixed, particularly in the command API hooks. chatroom module consumes its own chat command hooks, so other modules should be able to use its code as an example of how to do it.

chatroom 6.x-2.0-alpha2

justinrandell - October 29, 2009 - 21:26
Official release from CVS tag: DRUPAL-6--2-0-ALPHA2
First released: October 29, 2009 - 21:26
Download: chatroom-6.x-2.0-alpha2.tar.gz
Size: 76.38 KB
md5_file hash: 6e4649041d39ddb0fa983a7aeb71ede7
Last updated: October 29, 2009 - 21:30
View usage statistics for this release

this is a big update. many, many bugs fixed from 6.x-2.0-alpha1, and some nice new features.

this branch now has more features than the 6.x-1.0 branch, and although its a long way from stable, is now a lot less likely to kill your kittens.

this is ready for wider testing, but not yet for production use, and there no upgrade path from the 6.x-1.0 branch yet.

  • make the user online list actually update properly
  • preliminary user picture support with imagecache integration for chat online lists
  • add default teaser theming for chat and chatroom nodes, giving useful info in list view
  • many caching fixes, so this is now much easier on the server than the 6.x-1.0 branch
  • new message alerts, only via the browser title bar, but sound is on the todo list
  • many, many bugfixes for the new node-based chats
  • much old crufty code thrown away, slowly making headway to maintainability

chatroom 6.x-1.0-beta10

justinrandell - October 27, 2009 - 22:16
Official release from CVS tag: DRUPAL-6--1-0-BETA10
First released: October 27, 2009 - 22:16
Download: chatroom-6.x-1.0-beta10.tar.gz
Size: 101.73 KB
md5_file hash: c3bc09182a83bbea10df3188c6a8cf94
Last updated: October 27, 2009 - 22:20
View usage statistics for this release

just a bug fix.

chatroom 6.x-1.0-beta9

justinrandell - October 27, 2009 - 17:17
Official release from CVS tag: DRUPAL-6--1-0-BETA9
First released: October 27, 2009 - 17:17
Download: chatroom-6.x-1.0-beta9.tar.gz
Size: 101.81 KB
md5_file hash: 529fb92acc7055239215a04a9450de25
Last updated: October 27, 2009 - 17:20
View usage statistics for this release

just bugfixes.

chatroom 6.x-2.0-alpha1

justinrandell - October 20, 2009 - 18:54
Official release from CVS tag: DRUPAL-6--2-0-ALPHA1
First released: October 20, 2009 - 18:54
Download: chatroom-6.x-2.0-alpha1.tar.gz
Size: 76.51 KB
md5_file hash: c0915b44633dab982491ae75f093de71
Last updated: October 20, 2009 - 18:55
View usage statistics for this release

big, nasty, next generation code - 2947 lines changed.

do not use this yet on a production site, because it may eat your site and kill your kittens.

you have been warned.

new features, which are pretty much all under the hood:

  • much code clean up
  • chats are now nodes, and posting a message to a chat should honour the node access settings for the node. hello OG integration
  • all cache misses use the menu system
  • we now pay attention to the latest message on the client side, which is the only way that is sane, and avoid problems related to ajax requests passing each other over the wire
  • ability for modules to get at messages before they are saved via drupal_alter
  • ability for modules to react to a message being save via a hook_chat_msg_saved()

chatroom 6.x-1.0-beta8

justinrandell - October 20, 2009 - 10:54
Official release from CVS tag: DRUPAL-6--1-0-BETA8
First released: October 20, 2009 - 10:54
Download: chatroom-6.x-1.0-beta8.tar.gz
Size: 101.9 KB
md5_file hash: 7b74cf502a3659d683a665f598bf1e9d
Last updated: October 20, 2009 - 10:55
View usage statistics for this release

bugfix release.

getting closer to a release based on the 6.x-2 branch, at which point all work will cease on this branch.

chatroom 6.x-1.0-beta7

justinrandell - September 15, 2009 - 08:41
Official release from CVS tag: DRUPAL-6--1-0-BETA7
First released: September 15, 2009 - 08:41
Download: chatroom-6.x-1.0-beta7.tar.gz
Size: 101.9 KB
md5_file hash: 9a21e7d3eb019beb6a6cdffe7a230e47
Last updated: September 15, 2009 - 08:45
View usage statistics for this release

Fixed a bug and introduced a feature:

Thanks to adam_b for all the bug reports and feature requests.

chatroom 6.x-1.0-beta6

justinrandell - September 14, 2009 - 20:43
Official release from CVS tag: DRUPAL-6--1-0-BETA6
First released: September 14, 2009 - 20:43
Download: chatroom-6.x-1.0-beta6.tar.gz
Size: 101.7 KB
md5_file hash: 075c26ff5cb56d72130616f9dbe57148
Last updated: September 14, 2009 - 20:45
View usage statistics for this release

Chatroom is a little bit more configurable with this beta.

chatroom 6.x-1.x-dev

justinrandell - September 14, 2009 - 09:25
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: September 14, 2009 - 09:25
Download: chatroom-6.x-1.x-dev.tar.gz
Size: 101.74 KB
md5_file hash: b02e5bbeb3a9c07b99d3433bd146846e
Last updated: October 28, 2009 - 12:07
View usage statistics for this release

More better support for archiving chats:

chatroom 6.x-2.x-dev

justinrandell - September 13, 2009 - 16:28
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: September 13, 2009 - 16:28
Download: chatroom-6.x-2.x-dev.tar.gz
Size: 43.37 KB
md5_file hash: f50dc4f5769d23a2129cb6f61d115adb
Last updated: November 10, 2009 - 00:04
View usage statistics for this release

Start of development branch.

At the very least, this branch will restore the performance of chatroom module so it can handle moderately sized chats without eating servers.

chatroom 6.x-1.0-beta5

justinrandell - September 13, 2009 - 15:59
Official release from CVS tag: DRUPAL-6--1-0-BETA5
First released: September 13, 2009 - 15:59
Download: chatroom-6.x-1.0-beta5.tar.gz
Size: 101.53 KB
md5_file hash: 6de09d710172e924b2556f122cfd600b
Last updated: September 13, 2009 - 16:00
View usage statistics for this release

A few more bug fixes and a feature addition:

chatroom 6.x-1.0-beta4

justinrandell - September 13, 2009 - 11:47
Official release from CVS tag: DRUPAL-6--1-0-BETA4
First released: September 13, 2009 - 11:47
Download: chatroom-6.x-1.0-beta4.tar.gz
Size: 101.51 KB
md5_file hash: ab24feff6b3de036b9c855de001cea42
Last updated: September 13, 2009 - 11:50
View usage statistics for this release

More bug fixes. The module now mostly works as described on the box, though this is not thoroughly tested.

More testers and bug reports welcome, so we can move towards finishing stabilising this branch.

Bugs fixed:

  • Fixed blocks, they now work as expected.
  • Removed commands like '/me' etc. The implementation seems to have been removed, so cleaned out references to it for consistency.
  • #575896: Error message on edit

chatroom 6.x-1.0-beta3

justinrandell - September 12, 2009 - 15:53
Official release from CVS tag: DRUPAL-6--1-0-BETA3
First released: September 12, 2009 - 15:53
Download: chatroom-6.x-1.0-beta3.tar.gz
Size: 101.95 KB
md5_file hash: 56909573b67c62568a75a076b9b0f652
Last updated: September 12, 2009 - 15:55
View usage statistics for this release

This is a BETA release.

There are still known bugs, but new code fixing several WSOD crashes and other completely broken functionality makes it worth getting a new release out.

This branch will be stabilised then a new dev branch created to restore the performance of the module.

chatroom 6.x-1.0-beta2

opensanta - October 29, 2008 - 17:33
Official release from CVS tag: DRUPAL-6--1-0-BETA2
First released: October 29, 2008 - 17:33
Download: chatroom-6.x-1.0-beta2.tar.gz
Size: 104.02 KB
md5_file hash: ae265784d337e7c842590aa591aa6023
Last updated: October 29, 2008 - 17:35
View usage statistics for this release

Patch from #35 in #234636: Official 6.x-dev release of Chat Room

This is a BETA release. PLEASE BACKUP BEFORE YOU UPGRADE, and post bugs in a new issue marked for 6.x.

Thank you Pedro Lozano, Paul Kishimoto, and benhammond.

chatroom 6.x-1.0-beta1

opensanta - October 24, 2008 - 10:33
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: October 24, 2008 - 10:33
Download: chatroom-6.x-1.0-beta1.tar.gz
Size: 9.53 KB
md5_file hash: 7220fa01bfe10ff40207a221f327dce4
Last updated: October 24, 2008 - 10:35
View usage statistics for this release

Patch from #35 in #234636: Official 6.x-dev release of Chat Room

This is a BETA release. PLEASE BACKUP BEFORE YOU UPGRADE, and post bugs in a new issue marked for 6.x.

Thank you Pedro Lozano, Paul Kishimoto, and benhammond.

chatroom 5.x-1.9

Darren Oh - October 12, 2007 - 13:07
Official release from CVS tag: DRUPAL-5--1-9
First released: October 12, 2007 - 13:07
Download: chatroom-5.x-1.9.tar.gz
Size: 57.51 KB
md5_file hash: f778885237e8d9474cb3731e05763450
Last updated: October 12, 2007 - 13:10
View usage statistics for this release

Changes since DRUPAL-5--1-8:

  • Changed list item style for compatibility with Garland.
  • #182260 Prevent error when alerts are disabled.
  • #182618 Return array from update function.
  • #160068 Committed the right patch to fix $base_url problem.

chatroom 5.x-1.8

Darren Oh - October 10, 2007 - 02:55
Official release from CVS tag: DRUPAL-5--1-8
First released: October 10, 2007 - 02:55
Download: chatroom-5.x-1.8.tar.gz
Size: 54.17 KB
md5_file hash: 53729777db48803616fc8d358be5ceed
Last updated: October 10, 2007 - 03:00
View usage statistics for this release

Changes since DRUPAL-5--1-7:

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.