Skip to content

Releases: RevertIT/mybb-rt_chat

build-1.5

02 Apr 22:33
Compare
Choose a tag to compare

Changes

  • Add placeholder for statistics modal when no messages are found
  • Remove redundant checks
  • Fix encoding issue
  • Change let to const

build-1.4

16 Aug 11:41
Compare
Choose a tag to compare

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

20 May 15:46
Compare
Choose a tag to compare

Changes

  • Added new file structure for RT plugins

build-1.2

27 Apr 16:30
Compare
Choose a tag to compare

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

26 Apr 13:02
Compare
Choose a tag to compare

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

25 Apr 23:45
Compare
Choose a tag to compare

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

21 Apr 17:33
e86f214
Compare
Choose a tag to compare
build-0.5 Pre-release
Pre-release
  • 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

19 Apr 20:16
32723f1
Compare
Choose a tag to compare
build-0.4 Pre-release
Pre-release
  • 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

18 Apr 13:02
d3332e3
Compare
Choose a tag to compare
build-0.3 Pre-release
Pre-release

#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

17 Apr 13:58
85a19b6
Compare
Choose a tag to compare
build-0.2 Pre-release
Pre-release

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