Simon Eisenmann
|
ad9af7f8fa
|
Only show welcome when in status waiting.
|
11 years ago |
Simon Eisenmann
|
fed0df52b1
|
Adjust better to optical middle.
|
11 years ago |
Simon Eisenmann
|
aac3c0bd7f
|
Fixed overlapp of chat controls and buddy list slider.
|
11 years ago |
Simon Eisenmann
|
ab524e5223
|
Put remote indicator to bottom.
|
11 years ago |
Simon Eisenmann
|
6b32a2e828
|
Added background to roombar.
|
11 years ago |
Simon Eisenmann
|
d29235c3fc
|
Fixed buddy list visibility layer.
|
11 years ago |
Simon Eisenmann
|
926683ac8a
|
Fixed chat slide width.
|
11 years ago |
Simon Eisenmann
|
934fe83497
|
Removed debug.
|
11 years ago |
Simon Eisenmann
|
227e18d4df
|
Removed debug.
|
11 years ago |
Simon Eisenmann
|
7368d35502
|
Throttle roomStatus event.
|
11 years ago |
Simon Eisenmann
|
f568f8e650
|
Implemented page loader.
|
11 years ago |
Simon Eisenmann
|
943b81b851
|
Implemented page loader.
|
11 years ago |
Simon Eisenmann
|
59efc365fb
|
Text shadow fixes.
|
11 years ago |
Simon Eisenmann
|
72aed04603
|
Fixed help style bottom margin.
|
11 years ago |
Simon Eisenmann
|
5f09051636
|
Fixed responsive width. Not optimal but better than before.
|
11 years ago |
Simon Eisenmann
|
f60a0062f0
|
Added chat maximize support.
|
11 years ago |
Simon Eisenmann
|
90e4fd4d4c
|
Fixed bar styles.
|
11 years ago |
Simon Eisenmann
|
0ce3444915
|
Implemented buddy list toggle icon.
|
11 years ago |
Simon Eisenmann
|
90f3eb8724
|
Added buddy classes to let css react on component hide/show stuff.
|
11 years ago |
Simon Eisenmann
|
a0efabc58e
|
Do not restore chat on room switch.
|
11 years ago |
Simon Eisenmann
|
37b80eb90a
|
Only show rightslide when in a room.
|
11 years ago |
Simon Eisenmann
|
3b56141bf4
|
Rebuilt translations.
|
11 years ago |
Joachim Bauch
|
c25a4fd6f3
|
Also cache buffers when encoding broadcast JSON.
|
11 years ago |
Joachim Bauch
|
a0220f6eb1
|
Include number of chat message in hub statistics.
|
11 years ago |
Simon Eisenmann
|
5c61d263b1
|
More chat delivery state icon changes.
|
11 years ago |
Simon Eisenmann
|
17f82a844c
|
Fixed chat background image.
Changed sent and delivered icons.
|
11 years ago |
Simon Eisenmann
|
e2d390f694
|
Gofmt.
|
11 years ago |
Simon Eisenmann
|
979e61941a
|
Fixed API without handle support.
|
11 years ago |
Simon Eisenmann
|
84343d2fec
|
Merge pull request #8 from fancycode/refcount_buffers
Release message only after it has been sent to all connections.
|
12 years ago |
Joachim Bauch
|
1d92587732
|
Use multiple channels for caching of buffers.
This should help in high-concurrency situations but needs more profiling.
|
12 years ago |
Joachim Bauch
|
2822ceb7c8
|
Release message only after it has been sent to all connections.
|
12 years ago |
Joachim Bauch
|
fe3ec466c8
|
Store pending messages in list.
This avoids copying elements around as they are added to the back and fetched from the front.
|
12 years ago |
Simon Eisenmann
|
78c41136df
|
Merge pull request #6 from fancycode/refcount_buffers
Use refcounted buffers for IO.
|
12 years ago |
Joachim Bauch
|
f185864ca9
|
Use refcounted buffers for IO.
Need to use buffers multiple times when broadcasting.
|
12 years ago |
Simon Eisenmann
|
c0e15a58cd
|
Merge pull request #5 from fancycode/writepump_ping_goroutine
Writepump optimizations
|
12 years ago |
Joachim Bauch
|
139c6ab740
|
Don't run ping ticker in own goroutine and get rid of long-running "defer"s.
|
12 years ago |
Simon Eisenmann
|
64195e05b3
|
Merge pull request #4 from fancycode/avoid_timers
Avoid excessive timer usage to throttle clients.
|
12 years ago |
Joachim Bauch
|
b2f5e7a2e8
|
Avoid excessive timer usage to throttle clients.
|
12 years ago |
Simon Eisenmann
|
a5957fc207
|
Merge pull request #3 from fancycode/prevent_duplicate_rooms
Prevent duplicate room creation.
|
12 years ago |
Simon Eisenmann
|
12ed4d972b
|
Merge pull request #2 from fancycode/read_write_buffercache
Reuse buffers when reading/writing data.
|
12 years ago |
Joachim Bauch
|
bc5aee4658
|
Prevent duplicate room creation.
|
12 years ago |
Simon Eisenmann
|
2be499c346
|
Do not initialize queue with fixed size.
|
12 years ago |
Simon Eisenmann
|
2c500ead30
|
Added 100ms delay while sending chat messages.
|
12 years ago |
Joachim Bauch
|
99e4f80443
|
Added myself to authors.
|
12 years ago |
Simon Eisenmann
|
34a2a315b6
|
Use distinct icons for chat message delivery states.
|
12 years ago |
Joachim Bauch
|
17aba85b51
|
Reuse buffers when reading/writing data.
|
12 years ago |
Simon Eisenmann
|
d0bde353bd
|
No longer show picture and names in 1to1 chats.
|
12 years ago |
Simon Eisenmann
|
7ea867d4e5
|
Use video waiter for screensharing videos and show screen sharing resolution in log.
|
12 years ago |
Simon Eisenmann
|
1d0853ac93
|
Added support for general handlers in sleeply API registration.
Added CORS headers to stats API.
|
12 years ago |
Simon Eisenmann
|
c607509788
|
Use uint64 values.
|
12 years ago |