Post
Topic
Board Announcements (Altcoins)
Re: CREDITS [CRE] | SHA256 | SIDECHAIN | NEW BLOCK-DEPOSIT FEATURE | OFFICIAL THREAD
by
GreydonIselmoe
on 20/09/2015, 20:06:38 UTC
UPDATE:

Creditsdice.com chat is back, with a new update!



Change log

CreditsDice version 1.1:

Notes: This patch is the first in a set of updates to be released. This version does not include the invest feature, but it is added in the next release.

  Chat:

    - New chat system in place, following the "look and feel" of the previous chat update. (uses React, and Ratchet, for websocket handling)
        (This new chat engine is much more efficient, is easy to alter, and sets a good tone for future development)

    - All user messages are now the same color (Tips, PMs, and other system/special messages are colored accordingly)

    - Xss vulnerabilities patched

    - Getting chat history is redone with the new engine, to push messages from the chat server itself instead of grab from the DB. (This escapes user injected scripts which wouldn't show 'onMessage')


 Frontpage:

    - Chat window size adjusted 70% -> 85%
 
    - Invest tab added, to tease you.

  
  General:

    - Placing bet speed improved, as place.php no longer makes a $wallet->getbalance() call every time a bet is placed to check is against the max profit. That max profit is now static, updated by me.
  
    - Removed redundant functions and ajax methods, as well as clearing up the global scope of functions on setInterval at any given time.
       (basically, things are smoother overall)
    
    - Various minor bug fixes/tweaks




Thanks for sticking with us, and sorry for the delay. The new chat engine is by far the largest amount of code/work put into this update, and took a week of learning new libraries and implementations of websockets. However, learning is good!

Cheers,
Greydon