xdrm-brackets
|
a3d39a15d2
|
[...] added GREAT debug with 'DEBUG_MOD: true' as an activation method + with console groups
|
2018-04-05 11:44:13 +02:00 |
xdrm-brackets
|
d077cdc909
|
[lib.client.ws] internal token management (stack kept while token does not match + pop stack only when valid token, else call onclose()) [lib.content-controller] added ws_connect() + ws_handler() [lib.channel-controller] now use ws_connect()
|
2018-04-04 11:19:31 +02:00 |
xdrm-brackets
|
e0a662a410
|
[lib.*] sending message + to refact
|
2018-04-03 15:37:18 +02:00 |
xdrm-brackets
|
3e3a9197b2
|
[lib.client.xhr] fix when no token do not send anything [popup] added 'room.remove' popup [lib.room-controller] method 'remove' to remove a room
|
2018-03-29 12:31:23 +02:00 |
xdrm-brackets
|
f4be2b1bad
|
[lib.client.xhr] added 401 HTTP_STATUS as valid response
|
2018-03-28 20:29:11 +02:00 |
xdrm-brackets
|
73a8d1c219
|
login + register works
|
2018-03-27 16:34:30 +02:00 |
xdrm-brackets
|
5fcd1e363b
|
Removed DEBUG
|
2018-03-27 14:52:14 +02:00 |
xdrm-brackets
|
22130a4b0b
|
[lib.client.xhr] DEBUG minmod
|
2018-03-27 13:59:59 +02:00 |
xdrm-brackets
|
97617181b9
|
[lib.client.xhr] added DEBUG mode
|
2018-03-27 13:58:26 +02:00 |
xdrm-brackets
|
c5e6b49fa6
|
[lib.client.xhr] now @http_token is send by the request itself
|
2018-03-25 13:55:31 +02:00 |
xdrm-brackets
|
0a0fd9a27f
|
[lib.client.xhr][lib.client.client-driver] manages authentication and HTTP token for XHR
|
2018-03-25 13:40:35 +02:00 |
xdrm-brackets
|
a1a5610f2c
|
[lib.client.client-driver][lib.client.xhr][lib.client.ws] made more generic with trying to re-configure connection (bind) if connection lost and trying to send() a request
|
2018-03-24 15:13:27 +01:00 |
xdrm-brackets
|
1cedd6284a
|
[lib.client.client-driver] parent class for generic Synchronous|Asynchronous Client management (with message stack automatically sending messages when connection is ready) [lib.client.xhr] XHR driver [lib.client.ws] WebSocket driver
|
2018-03-23 18:43:59 +01:00 |