Unknown
|
d7e7e8cd48
|
[WS] Fix concurrentModificationException
|
2018-04-24 11:06:52 +02:00 |
Unknown
|
8f6696e672
|
[WS] fix: forgot to broadcast event
|
2018-04-24 11:01:35 +02:00 |
Unknown
|
482313b12a
|
[WS] Fix wrong error code
|
2018-04-24 10:57:08 +02:00 |
Unknown
|
9430874f4d
|
[WS] Implemented audio room switching
|
2018-04-24 10:49:22 +02:00 |
Unknown
|
bcba888087
|
[WS] Add concurrent audio/text room connexion
|
2018-04-24 10:40:30 +02:00 |
Unknown
|
fcb4904ca7
|
[WS] Fix room switch for audio room
|
2018-04-11 16:43:06 +02:00 |
Unknown
|
2bab05b191
|
[WS] Fix concurrency problems
|
2018-04-11 16:36:27 +02:00 |
Unknown
|
c4b35df3c1
|
[WS] Fix audio room creation
|
2018-04-11 16:06:36 +02:00 |
Unknown
|
9c88af755b
|
[WS] Fix Channel having audio room interop
|
2018-04-11 15:56:42 +02:00 |
Unknown
|
7bb46d5c75
|
[TC] Fix User creation when databse is empty
|
2018-04-11 15:54:06 +02:00 |
Unknown
|
b0a1b0522c
|
[WS] Fix conected user research
|
2018-04-11 15:40:41 +02:00 |
Unknown
|
d44161acd5
|
[WS] Fix sample rate
|
2018-04-11 15:24:39 +02:00 |
Unknown
|
bb226dca8f
|
[WS] Updated KWS
|
2018-04-11 12:17:15 +02:00 |
Unknown
|
c755f23505
|
Revert "[WS] Changed tickrate (8192)"
This reverts commit 500bc64989 .
|
2018-04-09 23:48:08 +02:00 |
Unknown
|
500bc64989
|
[WS] Changed tickrate (8192)
|
2018-04-09 23:42:28 +02:00 |
Unknown
|
edfe62303c
|
Revert "[WS] First atempt for fade-in/out"
This reverts commit e50afb1c2f .
|
2018-04-09 23:29:46 +02:00 |
Unknown
|
e50afb1c2f
|
[WS] First atempt for fade-in/out
|
2018-04-09 23:28:08 +02:00 |
Unknown
|
9c774b5832
|
[TC,WS], Updates Kotlin to latest version + added Audio room interop
|
2018-04-09 23:04:42 +02:00 |
Unknown
|
f906c10d46
|
[WS] Fixed atenuation computation + added time drift adaptation
|
2018-04-09 22:37:55 +02:00 |
Unknown
|
1b7580982e
|
[WS] Cleanup database on startup
|
2018-04-09 21:55:05 +02:00 |
Unknown
|
c824117dd9
|
[WS] Use coroutine suspention to lower CPU usage
|
2018-04-09 20:05:10 +02:00 |
Unknown
|
21293c987d
|
[WS] Fix
|
2018-04-09 19:58:20 +02:00 |
Unknown
|
cd705e8c7b
|
[WS] Pause audio tick when no clients are connected
|
2018-04-09 19:54:27 +02:00 |
Unknown
|
690dc0dafb
|
[WS] Fix crazy CPU usage
|
2018-04-09 19:45:45 +02:00 |
Unknown
|
eea3468081
|
[WS] Debug tick skipping
|
2018-04-09 19:42:46 +02:00 |
Unknown
|
4a0088c02e
|
[WS] Fix adaptative tickrate
|
2018-04-09 19:30:08 +02:00 |
Unknown
|
ffe9bd0f52
|
[WS] Add adaptive tickrate
|
2018-04-09 19:22:25 +02:00 |
Unknown
|
b3de751d15
|
[WS] Untested version of audio mixing
|
2018-04-09 17:59:17 +02:00 |
Unknown
|
5983591452
|
[WS] Disable keepalive
|
2018-04-06 01:32:00 +02:00 |
Unknown
|
3ec03b9507
|
[WS] Try to fix bad Header problem
|
2018-04-06 01:21:52 +02:00 |
Unknown
|
07f31ff71d
|
[WS] Fix multiple close event
|
2018-04-06 00:37:46 +02:00 |
Unknown
|
eb62b07564
|
[WS] Basic audio broadcast listener
|
2018-04-06 00:34:09 +02:00 |
Unknown
|
bb5630c8d1
|
[WS] Fix random Exception on channel delete + fix memory leak
|
2018-04-05 12:41:45 +02:00 |
Unknown
|
095fc34712
|
[WS] Fix socket close of non logged user
|
2018-04-05 12:27:03 +02:00 |
Unknown
|
8de9573c45
|
[WS] Put some Debug
|
2018-04-05 12:19:37 +02:00 |
Unknown
|
c35468869a
|
[TC] Fix missing interop on first user create
|
2018-04-05 12:10:27 +02:00 |
Unknown
|
1d4643d2fb
|
[TC,WS] Fix room switch inconsistent
|
2018-04-05 12:08:08 +02:00 |
Unknown
|
e64f02b3e9
|
[TC] you can't delete the channel 1 now
|
2018-04-04 13:17:59 +02:00 |
Unknown
|
ac7e8640da
|
[TC] Update Password Hashing method
|
2018-04-04 13:06:59 +02:00 |
Unknown
|
df5c987642
|
[TC] Fix user update
|
2018-04-04 12:10:39 +02:00 |
Unknown
|
58e8227ceb
|
[WS] Fix update user Interop
|
2018-04-04 11:57:39 +02:00 |
Unknown
|
f7979cdfd7
|
[WS] Fix channel deletion when client is on the deleted channel
|
2018-04-04 11:42:20 +02:00 |
Unknown
|
1785cae636
|
[WS] Fix transaction problem
|
2018-04-04 10:56:09 +02:00 |
Unknown
|
94ca7d06eb
|
[WS] Always those bloody iterators
|
2018-04-04 10:48:03 +02:00 |
Unknown
|
d11a836453
|
[JPA] One last lateinit
|
2018-04-04 10:35:46 +02:00 |
Unknown
|
7cbafe395a
|
[JPA] Fix lateinit not init
|
2018-04-04 10:27:45 +02:00 |
Unknown
|
d3b5b4d304
|
[WS] Fix iterator problems
|
2018-04-04 10:17:43 +02:00 |
Unknown
|
4e20a4a2d4
|
[WS] Try to fix Channel Interop
|
2018-04-04 10:07:49 +02:00 |
Unknown
|
829c7e8879
|
[WS] Fix Channel/User Interop + Fix concurrency danger
|
2018-04-04 09:25:33 +02:00 |
Unknown
|
7cbf5dfb72
|
[WS] Fix some concurrency problems
|
2018-04-03 21:52:41 +02:00 |