Skip to content

Releases: QReport/q-report

v1.3.0

21 Sep 18:18

Choose a tag to compare

Changes:

  • Since now, FML's Messaging API will be used for communication between server and client which should be more stable and performant
  • Added ability to block player from sending new tickets. Added special UI for it in Admin section.
  • Instead of "Delete" button in ticket view there will be dropdown from which user can choose to block sender or delete ticket (It's possible that more actions will be added in future)
  • Significantly optimized code
  • Updated used version of Rabbit GUI

v1.2.3

12 Aug 14:37

Choose a tag to compare

In v1.2.2 was introduced connection pool for querying database. Not all databases are configured to support this so that update was critical for them.

Changes:

  • Added ability to configure connection pool usage. By default it's turned off.

v1.2.2

12 Aug 09:37

Choose a tag to compare

Changes:

  • Now using connection pool for JDBC connections
  • Added icon to inventory button
  • Added notifications for admins when new ticket is submitted
  • Fixed ability to send empty ticket
  • Added startup warning about Unicode to prevent errors like #8

v1.2.1

27 Mar 17:49

Choose a tag to compare

Changed:

  • Added button in players inventory which allows fast switch to Support Center
  • Added "Delete" button for admins
  • Fixed ticket reason localization
  • Code optimization

v1.2.0

28 Feb 10:35

Choose a tag to compare

Changes:

  • Tickets id changed to numbers and now looks like 1, 2, 3 ... etc
  • Added ability to specify server in mod config
  • Introduced web interface for accessing ticket, checkout QReport/q-report-web

Notice: This version is using updated Forgelin, which you can download at QReport/Forgelin releases

v1.1.1

04 Jan 21:02

Choose a tag to compare

Fixed bug which caused encoding problems after gzip compression

v1.1.0

31 Dec 15:15

Choose a tag to compare

New features:

  • Added notifications when administrator adds new message or updates ticket status
  • Added statistics for administrators:
    • Average response time
    • Top 5 active users by sent tickets
    • Tickets in each category (bug, griefing, suggestion, other
  • Added gzip data compression for synchronized data

Others:

  • Fixed a crash when trying to respond to ticket while using MySQL database
  • Code optimization

First Public Release

08 Dec 18:43

Choose a tag to compare

v1.0

Added mcmod.info