Releases: wintstar/AJAX-Chat
Releases · wintstar/AJAX-Chat
0.9.0-standalone-w1
New Features:
- New readme-en.html, essential documentation in english
- New readme-de.html, essential documentation in german
Bugfixes:
- Shoutbox. The old function was still included here.
- Fixed Moderator can see the link to Chat Logs
- Fixed Missing config for Custom Integration in src/config.php. With the new functions,
Frug has also added the activation of Custom integration. This "$config['integration']" was missing in the src/config.php.
Install
look at the readme-en.html / readme-de.html
Update
Replace all directories and files with the new ones. Except for the src/config.php file!
If you only use the standalone version, you do not need to make the following change.
Edit your src/config.php
find
$config['dbTableNames']['bans'] = 'ajax_chat_bans';
$config['dbTableNames']['invitations'] = 'ajax_chat_invitations';
insert after that (The following must be inserted at this point)
// The Integrations Directory src/AjaxChat/Integrations/*
// Standard = 'Standalone' (* e.g. 'Phpbb3', will be integrate with phpBB):
$config['integration'] = 'Standalone';
v0.9.0 Standalone (wintstar)
Frug
Version 0.9.0 (??.??.2020)
New Features:
- Reorganized the project around PSR-4 and composer. Bumping minimum php version to 7.
- Split code into
src
andpublic
directories.public
should be served directly by your server (eg. Nginx or Apache) without exposing thesrc
directory. - Use symfony polyfill for mbstring support (UTF-8 string operations).
- Added HTML5 audio support. - thanks to Jamrial.
- Added token to logout request to prevent an exploit that could log users out of chat. - thanks to Jugolo (and jsebean)
Bugfixes:
- French translation typo fixed. - thanks to Excale.
Misc:
- Database userID and channel fields changed to unsigned int.
wintstar
New Features:
- Added Selection use Composer or not
- New: Cookie Samesite
- New: Set Cookies after login and delete Cookies after logout
- Code cleaned up
Bugfixes:
- Fixed: Typing errors mo3 => Frug/AJAX-Chat#293
Misc:
- Fixed: Deprecated elements in Javascript
- Fixed: Chat Logs (www.your.domain.self/?view=logs), new Layout, fixed Logout, added Button return to chat