-
2014-11-12 06:06:23
Time zone bug
Yesterday, 2014-11-11 accidenteally I have introduced a bug which coused live help widget not appear on site. So if you have downloaded LHC between 2014-11-12 please make sure you have updated your lhc instance now and live help widget will appear.
It was a bold move from my side try to make some fixes after 24h hours of trip. In any case these fixes I have done they fixes user message time for frontend visitor. It was Daylight saving issues...
Cheers and sorry one more time :)
-
2014-09-27 11:14:07
New version 2.13v
This realease is maintenence release with a lot of small changes.
- Updated xml module to return unread chats list also
- More events for NodeJs extension
- Changed autoload mechanism to be compatible with third party autoloads. Replace index.php file
- XML module was missing some callbacks which are present in web interface
- A lot of small updates to be compatible with newest NodeJs extension version.
- Enhancement https://github.com/LiveHelperChat/livehelperchat/issues/511
- If user navigated to another page sometimes user was shown as offline, even if user was online.
- Not required interface sync was removed in popup window.
- Cache for emoji icons https://github.com/LiveHelperChat/livehelperchat/issues/503
- Sound for unread messages will be played https://github.com/LiveHelperChat/livehelperchat/issues/505
There is no database update in this release.
-
2014-09-26 21:46:57
Desktop client updated
I have just updated Desktop client. From now it will have one more tab, Unread chats. Also notifications for unread chats will be shown. So never miss a chat :) Demo also was updated with this function. So just download desktop client from Demo page.
Anyone want's to compile desktop client for Mac?
-
2014-09-26 16:29:29
NodeJS extension enhancements
Today I have made one fancy feature for NodeJs extension. Basically it's fail over for NodeJs extension. It works the following way
- If chat detects that he cannot connect to NodeJs it will fallback to standard ajax queries.
- If chat detects that he connected to NodeJs it will migrate to Websocket automatically by itself.
- Above scenario can happend during chat as many times as needed. You can just stop NodeJs and you will see that ajax queries will start appear. Once you run it again, ajax queries will be gone again.
- So basically you can have running NodeJs without afraid that it will stop working because LHC will work as working just with AJAX queries instead.
- This all work was inspired by this Github issue
This feature is already live in automated hosting and also you can find all changes on github.
-
2014-09-25 17:02:18
SSL everywhere, automated Hosting update, NodeJS+Redis
So yesterday I wrote that I will bring SSL support for cloud hosting and I did it!
- From now all the project parts will have SSL support.
- Automated hosting trial period was extended to 14 days insted of 2, so you will have more time to play around.
- Automated hosting was updated to recent version of NodeJS helper extension version. Now it uses redis as notifications handler. This allows us to eliminate administration sync callback. Also chrome extension won't use callback and just will use websockets.
Have fun!