Update Log

FriendZone Update Log

March 15, 2014

  • Cache system testing successful and 100% working. Is also faster then any other plugin that uses SQL
  • Friend system almost completed
  • Almost all commands written
    • Commands can be dynamic...
      • /friendzone addfriend
      • /fzaddfriend

February 19, 2014

  • Completed Backend
  • Caching system is super fast
  • Removed SQLite support (until further notice, you can still use it... but its not supported)
    • FriendZone now REQUIRES a MySQL DB
  • Previous assumption about lag has been proven false...
    • It doesn't lag at all

February 19, 2014 1 AM

  • Backend 80% completed
  • Database Systems Completed (Threaded Querying System)
  • Multi-threaded through-and-through (trying to make strain on server as minimal as can be)
  • Custom built Cache System for FriendZone
    • The database is only read from once (neat right)
    • When a change is made it is sent to the db and also updated in the cache
    • Everything is read from the cache, nothing is grabbed from the database on-the-go
    • Lag should only happen ON server start/reload

February 18, 2014

  • Project Created on Bukkit Dev
  • Refined what i want FriendZone to be
  • Started working on FriendZone development

February 2, 2014

  • Initial Idea