- Discussions
- 4 649
- Messages
- 12 075
- Solutions
- 81
- J'aime
- 7 620
- Points
- 198
Additional requirements :
PHP 7.4+
MySQL 5.7+
XenForo WebSockets 2.0.0+
Quill Editor 1.0.0+
Fonctionnalités :
- Toutes les modifications ont lieu en temps réel (nouvelle publication, suppression, modification, etc.)
- Éditer ses propres / tous les messages
- Supprimer ses propres / tous les messages
- Effacer le chat (commande
- Gestionnaires de commandes
- Notifications de chat
- Notifications sonores dans le chat
- Chat annonce au-dessus des messages
- Le nom d'utilisateur de l'utilisateur qui tape actuellement un message
- Insérer le nom d'utilisateur en cliquant dessus
- Insérer et traiter les codes BB
- Mention via la commande
- Messages privés via la commande
- Sortie du mode édition à l'aide de la touche d'échappement
- Interdiction de l'utilisateur
-- Liste des utilisateurs bannis
- Rapports aux messages
- Historique du chat
Télécharger V1.0.5 :
Version 1.0.5a changes :
Adaptation of the deprecated fn method
User permission group id changed
After updating you will need to set all permissions again
Added PHPDoc to classes
Now the minimum php version is 7.0.0
Télécharger V1.0.5a :
Version 1.0.5b changes :
Fixed error Template admin:widget_def_options_real_time_chat is unknown
Duplicate code moved to getMessageBody function
Télécharger V1.0.5b :
Version 1.1.0 changes :
More about long polling: What is HTTP Long Polling? | PubNub
More about update: [BS] Real time chat - Updates
Telecharger V1.1.0 :
Version 1.1.1a : Fixed :
Version 1.1.1 changes :
Refactored chat server runner
Now supports sessions cache and any session storages
[Added copyright to header
How to remove the copyright?:
Now to manage the chat server you need to access the chat file
The ability to view other people's private messages
Notifications mentioning yourself in your messages
Télécharger V 1.1.1 :
Version 1.1.1a fixed :
Télécharger V1.1.1a :
Version 1.1.2 Changes :
Updated dependencies
XF 2.2 compatible
To upgrade to this version, you must have XF 2.2+
Télécharger V1.1.2 :
Version 1.2.1 :
- Option to load messages after page load to reduce page load time
- PHP 8.0+ compatibility
- The minimum PHP version for this version to work is 7.4
Télécharger V1.2.1 :
Version 1.3.0 :
Updated design
A new user-friendly design has been implemented. Now it is convenient to use the chat from any screens. The new design also attracts with its modernity and simplicity.
Integration with AI Bots
Now you can chat with bots based on ChatGPT in live mode right on your forum.
Flexible permissions for groups are included for this feature.
Improved chat history
In history, the design has been updated. Now it is more readable.
Now the message link redirects to the desired chat history page and highlights the message. This will bring clarity, as the user will be able to see the context in which he was mentioned.
Fix issues
Recently used emojies were not remembered.
Description updated
New screenshots have been added - I recommend that you take a look.
Updated add-on setup guide.
Télécharger V1.3.0 :
Version 1.4.0 Better integration with AI Bots :
(Tuning) Streaming mode: if this option is enabled, the bot will type a message in real time, as in the web version of ChatGPT.
Fixed : Bot's typing status is now displayed until the bot sends a message.
Bot settings for chat have been moved to a collapsible block.
Télécharger V1.4.0 :
Version 1.5.0 Better integration with AI Bots :
- Support for private messages: Now if a bot is contacted in a chat with the /pm command, it also replies to private messages (in chat).
- (Tuning) Respond in PM only: If this option is enabled, bot messages will be visible only to the author of the trigger message.
Télécharger V1.5.0 :
Version 2.0.3 Fixed : Can't send message without image on iPadOS and iOS
Télécharger V2.0.3 :
Version 2.0.4 Change : Added RTL (right-to-left text direction) support.
Version 2.0.5 Change : Better support for dark styles.
Version 2.1.3 Change :
Télécharger V2.1.3 :
PHP 7.4+
MySQL 5.7+
XenForo WebSockets 2.0.0+
Quill Editor 1.0.0+
Fonctionnalités :
- Toutes les modifications ont lieu en temps réel (nouvelle publication, suppression, modification, etc.)
- Éditer ses propres / tous les messages
- Supprimer ses propres / tous les messages
- Effacer le chat (commande
/clear
)- Gestionnaires de commandes
- Notifications de chat
- Notifications sonores dans le chat
- Chat annonce au-dessus des messages
- Le nom d'utilisateur de l'utilisateur qui tape actuellement un message
- Insérer le nom d'utilisateur en cliquant dessus
- Insérer et traiter les codes BB
- Mention via la commande
/to
- Messages privés via la commande
/pm
- Sortie du mode édition à l'aide de la touche d'échappement
- Interdiction de l'utilisateur
-- Liste des utilisateurs bannis
- Rapports aux messages
- Historique du chat
Télécharger V1.0.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Adaptation of the deprecated fn method
User permission group id changed
After updating you will need to set all permissions again
Added PHPDoc to classes
Now the minimum php version is 7.0.0
Télécharger V1.0.5a :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fixed error Template admin:widget_def_options_real_time_chat is unknown
Duplicate code moved to getMessageBody function
Télécharger V1.0.5b :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Added a new type of server communication with the client. Long polling.
- This type is a bit slower than web sockets, but the chat will still be in real time.
- This type does not require additional configuration. You just need to specify the maximum duration of the request.
- I advise you to set 15-25 seconds.
- This type loads the server more than web sockets.
- There is the possibility of developing new adapters for the exchange of information between users (for example, redis or memcache instead of a database)
- Added style properties for some elements
- Updated depencies
More about long polling: What is HTTP Long Polling? | PubNub
More about update: [BS] Real time chat - Updates
Telecharger V1.1.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Call to undefined BS\RealTimeChat\LongPoll\Communication::in()
- File workerman.log removed from hashes.json
- Now you can't start chat server if communication type is not WebSocket
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Refactored chat server runner
Now supports sessions cache and any session storages
[Added copyright to header
How to remove the copyright?:
Code:
to remove copyright in all my add-ons, you need to add such a line to the config.php
$config['bsRemoveCopyright'] = true;
сhat_start.php
Now to manage the chat server you need to access the chat file
- php chat start -d
- php chat stop
- php chat restart
- php chat reload
- php chat status
- php chat connections
php chat_start.php stop
and run new chat server using the command php chat start -d
chat_start.php
file can be deleted- Dependencies updated
- Development mode in options (for export your commands)
ErrorException: Template error: Template public:search_result_chat_message is unknown
The ability to view other people's private messages
Notifications mentioning yourself in your messages
Télécharger V 1.1.1 :
Pour voir ce contenu caché, vous devez aimer ce contenu.
- File chat renamed to chat_cli to fix 404 error with full friendly URL
php chat stop
rm -rf chat
php chat_cli start -d
Télécharger V1.1.1a :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Updated dependencies
XF 2.2 compatible
To upgrade to this version, you must have XF 2.2+
Télécharger V1.1.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Option to load messages after page load to reduce page load time
- PHP 8.0+ compatibility
- The minimum PHP version for this version to work is 7.4
Télécharger V1.2.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Updated design

A new user-friendly design has been implemented. Now it is convenient to use the chat from any screens. The new design also attracts with its modernity and simplicity.
Integration with AI Bots

Now you can chat with bots based on ChatGPT in live mode right on your forum.
Flexible permissions for groups are included for this feature.
Improved chat history

In history, the design has been updated. Now it is more readable.
Now the message link redirects to the desired chat history page and highlights the message. This will bring clarity, as the user will be able to see the context in which he was mentioned.
Fix issues

Recently used emojies were not remembered.
Description updated

New screenshots have been added - I recommend that you take a look.
Updated add-on setup guide.
Télécharger V1.3.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
(Tuning) Streaming mode: if this option is enabled, the bot will type a message in real time, as in the web version of ChatGPT.
Fixed : Bot's typing status is now displayed until the bot sends a message.
Bot settings for chat have been moved to a collapsible block.
Télécharger V1.4.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Support for private messages: Now if a bot is contacted in a chat with the /pm command, it also replies to private messages (in chat).
- (Tuning) Respond in PM only: If this option is enabled, bot messages will be visible only to the author of the trigger message.
Télécharger V1.5.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.0.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Version 2.0.5 Change : Better support for dark styles.
Version 2.1.3 Change :
Télécharger V2.1.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Dernière édition par un modérateur: