Releases: RevertIT/mybb-rt_chat
Releases · RevertIT/mybb-rt_chat
build-1.5
Changes
- Add placeholder for statistics modal when no messages are found
- Remove redundant checks
- Fix encoding issue
- Change let to const
build-1.4
Changes:
- Fix the forum select for
bot_forums
This fixes the issue with Which forums should bot check for new posts/threads?
build-1.3
Changes
- Added new file structure for RT plugins
build-1.2
Changes
- Added whisper system (private chat messages)
- Added statistics popup (top 10 chat posters)
- Added new templates
- CSS/JScript is now loaded only on index and misc
- Optimized code
- Removed all hardcoded HTML
- Many more bugfixes/improvements
build-1.1
Changes
- Reorganized code caching.
- Fixed auto-flood system
- Fixed infinite scroll
- Inserting new message scrolls always to the bottom
- Fixed
can_post()
permission
- Fixed task for cleaning bans
- General code cleanup
build-1.0
Official stable release.
Changes:
- Added anti-flood system (no database queries/moderators are immune to anti-flood)
- Removed "Edit/Delete" buttons from groups that don't have permission to use those buttons.
- Added new chat action (/check "username") to check if a user is banned and for how long (Moderators action).
- Changed time to live update of seconds/minutes/hours via javascript.
- Code optimization.
- Stability improvements
build-0.5
- Added chat actions
- Added default actions: /clear, /ban, /unban.
- Added plugin hooks so developers can use rt_chat hooks to extend the plugin.
- Added a complete ban system to check if bans expired.
- Minor code cleanup
build-0.4
- Added edit message option
- Added delete message option
- Added function to check if user is banned
- Changed errors to use
jGrowl
instead of alert
- Optimized code and fixed some minor issues
build-0.3
#New feature
- Support native bot watcher
- Get in-chat notifications for new threads, posts, and users (Selectable)
- Set up the forums which you want a bot to watch.
- Set up bot id.
build-0.2
Changes:
- Added AbstractHandler
- Fixed issue with inserting message not showing instantly.
- Added
my_post_key
verification on all ajax requests
- Added task cleaner for older messages
- General code cleanup
- Javascript optimization