Commit Graph

174 Commits

Author SHA1 Message Date
Quinella
e94e2c27cf Renamed "persistent notifications" to "temporary notifications" 2013-09-22 23:00:20 +02:00
Quinella
44aceead8f Added a "persistent notifications" option.
Defaults to yes. If set to no, notifications will disappear automatically after 5 seconds.
The option will only be shown if window.Notification is available.
2013-09-22 22:47:55 +02:00
Guangcong Luo
daaa6f3bfd Embed news into HTML for faster loading 2013-09-20 16:48:31 -05:00
Guangcong Luo
45e47c9d66 News popup 2013-09-20 16:48:31 -05:00
Guangcong Luo
a90404685d Desktop client: Make sure links open in browser 2013-09-20 16:48:31 -05:00
Guangcong Luo
254135e620 Desktop client: Teams saved to files 2013-09-15 18:22:19 -05:00
Guangcong Luo
63ef9ca314 Desktop client: Support loading teams 2013-09-14 22:41:50 -05:00
Guangcong Luo
4c7eb9a3cd Move some team storage functionality to storage.js 2013-09-14 20:06:55 -05:00
Cathy J. Fitzpatrick
50d07a6020 Connection: Fix alt port support when connecting over HTTPS
If the client fails to establish an HTTPS connection to the main server,
the page needs to be re-loaded over HTTP before attempting to connect
on an alternative port; otherwise, there will be mixed content
security errors.

I had actually implemented this feature in the old (pre-v0.90) client,
but I forgot to copy it into the new client when I implemented the
connection code.
2013-09-03 01:10:59 -05:00
Guangcong Luo
eee86662e1 Desktop client: 'log chat' in Options menu 2013-08-31 20:23:45 -05:00
Guangcong Luo
429fb88140 Notifications for desktop client 2013-08-30 01:23:12 -05:00
Guangcong Luo
62e26bd69f Support different 'down' messages
We now have separate 'technical issues' and 'ddos' downtime messages.
2013-08-30 01:23:12 -05:00
Guangcong Luo
007c8ec1e0 Support initializing to a room other than lobby 2013-07-26 15:39:38 -05:00
Guangcong Luo
4af225997f Close button for roomjoin menu 2013-07-26 15:39:38 -05:00
Guangcong Luo
77876a3975 Support + button on all servers 2013-07-14 17:05:45 -05:00
Guangcong Luo
b0bb9ba07f More generalizable room join code 2013-07-13 16:25:12 -05:00
Guangcong Luo
1fd488600e /ignore now affects PMs in lobby log 2013-07-12 15:36:30 -05:00
Guangcong Luo
60ce7dc72f Support chat room lists
Currently hardcoded for the official server only.
2013-07-03 02:32:27 -05:00
Guangcong Luo
120beff911 The # rank is now Room Owner
Locked users are now represented by interrobang
2013-07-02 16:30:44 -05:00
Guangcong Luo
4611f07292 The staff room is always joined in background 2013-07-01 23:39:32 -05:00
Guangcong Luo
706097a442 Update rules 2013-06-27 22:27:45 -05:00
Cathy J. Fitzpatrick
f46d1330ad Support markup in assertion errors 2013-06-22 02:38:22 -05:00
Cathy J. Fitzpatrick
7598b31871 Fix XSS in room titles 2013-06-14 22:43:17 -05:00
Guangcong Luo
9e29dfd8ed Update moderator discretion rule 2013-06-05 17:21:05 -05:00
Cathy J. Fitzpatrick
e6bab11019 Add Register button in settings 2013-06-04 00:35:35 -06:00
Cathy J. Fitzpatrick
474e3ad4a0 Re-enable HTTPS URIs 2013-06-03 01:54:36 -05:00
Guangcong Luo
703de08105 Minor GUI tweaks 2013-06-02 21:52:41 -05:00
Cathy J. Fitzpatrick
2163057c2e Change port of main server to 8080 2013-06-02 21:51:32 -05:00
Guangcong Luo
ab806a6be4 Support |title| 2013-06-02 02:30:47 -05:00
Guangcong Luo
1c61a3bf3f Make register/changepassword forms look nicer 2013-06-01 01:32:08 -05:00
Cathy J. Fitzpatrick
983c94d1df Implement change password dialogue 2013-06-01 01:16:26 -05:00
Cathy J. Fitzpatrick
8b2842a05d Fix setting timestamp preferences 2013-05-31 16:33:18 -06:00
Cathy J. Fitzpatrick
121824da42 Minor stylistic changes 2013-05-31 06:32:14 -05:00
Cathy J. Fitzpatrick
515551bb0f Support linking to namerequired rooms 2013-05-31 00:18:07 -05:00
Cathy J. Fitzpatrick
009fe323b3 Fix setPersistentName 2013-05-30 23:49:41 -05:00
Guangcong Luo
f44df969fc Open lobby as early as possible 2013-05-30 22:22:34 -05:00
Guangcong Luo
287a2fdad3 Less specialcasing of lobby
Lobby is now treated more closely to other rooms, which fixes
certain bugs such as lobby ignoring |deinit|

I've also added some more comments to the surrounding code.
2013-05-30 19:24:24 -05:00
Guangcong Luo
fc253e3228 Stub code for handling |noinit| error codes 2013-05-30 18:56:25 -05:00
Guangcong Luo
c19c4e764a Redirect expired direct battle links to replays 2013-05-30 18:56:02 -05:00
Guangcong Luo
8ae993ac3b Join rooms optimistically
Rooms are now opened immediately upon request, instead of waiting
for the server to respond with the room's data.
2013-05-30 18:24:29 -05:00
Guangcong Luo
ac54695284 Suppport new message types |deinit| and |noinit| 2013-05-30 17:52:05 -05:00
Guangcong Luo
3eedcd5e59 Update username rules 2013-05-29 20:11:33 -05:00
Cathy J. Fitzpatrick
60042a0330 Implement chat formatting options 2013-05-29 18:50:55 -06:00
Cathy J. Fitzpatrick
8ea7036ea4 Show error message for invalid usernames 2013-05-28 22:38:58 -06:00
Cathy J. Fitzpatrick
cab5488541 Show main menu when failing to join any room 2013-05-25 05:21:16 -05:00
Cathy J. Fitzpatrick
1414eaa994 Support the ladder room in testclient.html 2013-05-25 00:41:27 -06:00
Cathy J. Fitzpatrick
8b95302e97 Update information on what testclient.html supports 2013-05-25 00:29:22 -06:00
Guangcong Luo
02895c2723 Select entire textbox when autofocusing 2013-05-25 01:02:18 -05:00
Cathy J. Fitzpatrick
e19f1cd23e Select previous name on the /nick dialogue 2013-05-24 23:40:25 -06:00
Cathy J. Fitzpatrick
ddca39f096 Re-implement testclient.html to parity with old client 2013-05-24 19:10:28 -06:00