Skip to content

Releases: ChrisHammond/dnnCHAT

dnnCHAT v03.00.50

10 May 20:56
Compare
Choose a tag to compare

Updated MomentJS library

Compiled against DNN 9.10.1, still works!

dnnCHAT v03.00.00

05 Mar 05:51
Compare
Choose a tag to compare

This is the first release of V3 of DNNCHAT. Please help us test this release out. In order to test it you need to meet the following requirements.

Requirements

Features from last Public/Major Release

  • Updated for DNN 8 references
  • Removed NewtonSoft.Json custom references
  • Updated layout for more bootstrap/responsive properties.
  • Removed cleanup file due to DNN8 errors, cleanup should manually be done
  • Windows Azure Compatibility
  • Updated MSBuild Community Tasks to 1.4.0.88
  • Updated to SignalR 2.2.0
  • Bootstrap V3.3.6 Enabled (requires a bootstrap skin!).
  • Added @ALL notification check/display
  • Updated the "Test" response to be something a little more friendly
  • Added the ability to use the Edit control to manage "Rooms" in the module.
  • Added user Avatars to the Message object, storing UserID for each message now as well.

Let us know how your testing goes by posting over in http://www.dnnchat.com/

dnnCHAT v02.01.00

03 Mar 07:05
Compare
Choose a tag to compare
dnnCHAT v02.01.00 Pre-release
Pre-release

This is a beta release of what will become the V3.0 later this month. Please help us test this release out. In order to test it you need to meet the following requirements.

Requirements

Let us know how your testing goes by posting over in http://www.dnnchat.com/

dnnCHAT v01.01.00

19 Jun 04:00
Compare
Choose a tag to compare

REQUIRES .NET 4.5
This module is based on SignalR, utilizing C#, and requires DNN 7.1.0+, it provide basic Chat Room functionality, allowing both Anonymous and logged in users to communicate in the Lobby, logged in users can also join Rooms.

V1.1.0
Added a Chat Archives page
Added user avatar to the User List on the chat page, only for logged in user
Added soft delete flag (IsDeleted) to the Messages table
Added ability to delete messages (admins) by clicking on the Date column for a message
Upgraded to SignalR 2.1.0

V1.0.0 was an entirely new module, old instances of the DNN CHAT (released before 2014) module should be removed before attempting to use this module (they most likely weren't working anyways).

Features
Chat logging in DotNetNuke Database using DAL2 (logs connections and all messages)
Ability for users to change their name in the chat window with /nick
Ability to create rooms with /join, or join existing rooms
Shows the number of connected chat users when in the room
Defaults anonymous users are named Anonymous# based on their number in the user queue
Uses Display Name if the a user is logged in to the DNN site
Strips all HTML from posts
Shows when a user connects or disconnects
Highlights messages that mention your "nick" in a different CSS class
Shows previous message history when you connect

dnnCHAT v01.00.00

20 Sep 05:10
Compare
Choose a tag to compare

This is an entirely new module, old instances of the DNN CHAT module should be removed before attempting to use this module (they most likely weren't working anyways).

This module is developed in C# using SignalR 1.1.2, and requires DNN 7.1.0+

Features

  • Chat logging in DotNetNuke Database using DAL2 (logs connections and all messages)
  • Ability for users to change their name in the chat window with /nick
  • Ability to create rooms with /join, or join existing rooms
  • Shows the number of connected chat users when in the room
  • Defaults anonymous users are named Anonymous# based on their number in the user queue
  • Uses Display Name if the a user is logged in to the DNN site
  • Strips all HTML from posts
  • Shows when a user connects or disconnects
  • Highlights messages that mention your "nick" in a different CSS class
  • Shows previous message history when you connect