-
2014-01-16 19:30:26
New version - 1.77v
1.77v
Features
- Option to set Long Polling for messages sync.
- Dumped session if it's not required for anonymous users. Should give some performance boost. Let me know if you encounter any issue and I will fix it in less than 24 hours.
- Chat tabs interface will show user options as go offline/online. Disable enable sound, this applies also to chrome extension.
If you decide to experiment with Long Polling make sure that.
- You have enabled it in "Synchronisation and sound settings"
- Connection to server is less than php script execution time. 29 seconds is good start.
- Internal message sync interval is not very small. 1.5 second is good start. If you want more real time appearance. Reduce it to half second or so. You can also decrease standard "Sync for a new user message, interval in seconds" let say to half second. 0.5 or a little bit less. After one polling request another request will be executed after this value. Good luck with your experimenting.
Bugfix
1. Removed scrollbar in popup if file upload was activated.
execute doc/update_db/update_58.sql for update and follow standard upgrade tutorial. I suggest review your "Synchronisation and sound settings" after update if you have tweaked them before.
-
2014-01-13 20:05:38
New version - 1.76v
1.76v
Features
- MaxMind GEO Service, completely local solution, no need allow connection to third party services.
- Option to have TOS checkbox. Link is changable in "Configuration" => "Copyright settings" => "Site settings"
execute doc/update_db/update_57.sql for update and follow standard upgrade tutorial.
-
2014-01-12 18:27:38
MaxMind location detection as geo option
Today I have implemented MaxMind provided solution for geo detection. In order to have this functionality make sure you have copied
https://github.com/remdex/livehelperchat/tree/master/lhc_web/var/external this folder to your instance. There is two options there
- User country based detection
- User city based detection.
Country base detection database file is already included but for city you would have to download ir and extract to var /var/external/geoip folder.
This geo detectio method does not require any remote connections.
-
2014-01-10 20:17:26
New version - 1.75v, updated 2014-01-11
Features,
- Now you can filter online users by department
- And many other small changes from last version release
- MacOS Client was recompiled by https://github.com/MaddinXx it can be downloaded from https://github.com/remdex/livehelperchat/releases/tag/1.74
- 2014-01-11 - I have implemented even more fancier functionality regarding custom fields. You can have different fields for online and offline form. Also set required ones.
- Form start fields configuration also was changed, you can have custom fields for online and for leave a message functionality.
execute doc/update_db/update_56.sql for update and follow standard upgrade tutorial.
-
2013-12-22 13:40:18
New version - 1.74v
Features
- Now you can setup how many times repeat sound notification.
- Also now you can setup alert message then new chat request comes if regular notifications is not enough for you.
These two enchancements were sponsored and client agreed to share with community them!
You will find two new fields in "Synchronisation and sound settings" section.
execute doc/update_db/update_55.sql for update and follow standard upgrade tutorial I have also updated a little bit index.php file so it would be good if you replaced it also :)