There was an error handling your request. make sure you are logged in!
You have not yet verified your email address. This needs to be done before you can continue playing. All you have to do is click on the link emailed to you.
An Email has been resent to you. After clicking the verification link, you can wait and this message should automatically close. but if not you can reload the page.
ok, figured out why chat isnt quite working the way we want it to.
So basically all chats are cached. this was probably a 'reasonable' idea 10 years ago. (even then, not really),
anyway, since the chat was developed to do all the work on the backend, caching makes sense. these days however, we can format the chat client side. that will take some extra work but basically, make the chat very fast, live and well, easy to manage.
I'm just sifting through the spaghetti code to get all the possible chat actions , clean it up, and proceed to build proper api.
ok, figured out why chat isnt quite working the way we want it to.
So basically all chats are cached. this was probably a 'reasonable' idea 10 years ago. (even then, not really),
anyway, since the chat was developed to do all the work on the backend, caching makes sense. these days however, we can format the chat client side. that will take some extra work but basically, make the chat very fast, live and well, easy to manage.
I'm just sifting through the spaghetti code to get all the possible chat actions , clean it up, and proceed to build proper api.