Commit Graph

220 Commits

Author SHA1 Message Date
HF
5478faebd5 move copy-coords key to R 2020-04-29 04:38:36 +02:00
HF
e1783bd53c change caps lock detection again, allow F 2020-04-28 18:29:16 +02:00
HF
1c7dd67573 extend README.md 2020-04-28 09:33:02 +02:00
HF
70d8eb1385 no http links after filtering 2020-04-28 08:56:09 +02:00
HF
9f7495a336 fix websocket reconnect on login 2020-04-28 08:39:05 +02:00
HF
77d3a6c417 click on coords box copies to chat if open
style changes, chat now selectable
2020-04-28 08:28:18 +02:00
HF
c231cbf8f1 check caps-lock with regexp because string.toUpper == string does also return true for foreign characters like mandarin 2020-04-28 06:24:44 +02:00
HF
d756da6a1c strip canvas links to coords only in chat 2020-04-28 04:49:42 +02:00
HF
4e411d6eaf names ending with "berg" or "stein" default to israel 2020-04-28 04:38:36 +02:00
HF
3ec1d71a49 add country flags
add chat mute by country
2020-04-28 04:13:48 +02:00
HF
1ca9932b84 add subsitution regexp for chat messages (currently unused) 2020-04-28 02:30:13 +02:00
HF
29129b98f7 make it needed to be verified to chat
autoban on message repeat
log chat ips on more places
2020-04-27 23:08:32 +02:00
HF
b72fce1589 fix names with spaces 2020-04-27 20:40:19 +02:00
HF
5cc626b8a0 add /mute chat command
fix eslint no-import error for jsons that don't get packed by webpack (i am sure there must be a better way to do that, but i am too lazy right now)
2020-04-27 19:49:24 +02:00
HF
cd7c373277 add backup sync script 2020-04-27 04:59:58 +02:00
HF
43d914ed3c make canvases.json and proxies.json externals 2020-04-27 04:33:19 +02:00
HF
1de40034a6 try to fix bug about pixels not getting received 2020-04-26 00:14:55 +02:00
HF
bdeb51fdb2 add script that cleans spare pixels from images 2020-04-25 08:21:01 +02:00
HF
9cabf7c8fd reenable negative notifications and move it from gui to user state 2020-04-24 20:59:05 +02:00
HF
fdae2b76fe add limit of 300 characters to chat messages 2020-04-24 20:58:41 +02:00
HF
d056c8111e Option to use gmail for mail delivery and format mail as html 2020-04-24 20:27:21 +02:00
HF
958d4a35ec another useless commit 2020-04-20 05:50:28 +02:00
HF
cc60ebdddd this does nothing 2020-04-20 05:12:31 +02:00
HF
06ba9f7014 fix 2D garbage collection 2020-04-19 22:27:13 +02:00
HF
4836d1c132 also do canvasId as string in minecraft request on APISocket 2020-04-19 08:35:16 +02:00
HF
480aff4655 make apiwebsocket pass canvasId as string 2020-04-19 08:24:27 +02:00
HF
f95428add6 Merge branch 'master' into production 2020-04-17 21:07:57 +02:00
HF
e71d730476 fix eslint errors in SocketServer 2020-04-17 21:07:05 +02:00
HF
1b9fcd3593 Merge branch 'master' into production 2020-04-17 20:05:16 +02:00
HF
d8424a666d imagine killing websocket server because of one client error, lmao 2020-04-17 20:02:03 +02:00
HF
865419f8ed imagine killing websocket server because of one client error, lmao 2020-04-17 19:55:06 +02:00
HF
dd61ff064d Merge branch 'master' into production 2020-04-15 15:19:54 +02:00
HF
c273386562 upgrade packages 2020-04-15 15:16:56 +02:00
HF
d0f4537a00 upgrade packages 2020-04-15 15:14:32 +02:00
HF
bedd7b82e5 enable garbage collection for 3D (again) 2020-04-15 05:30:06 +02:00
HF
32152fc9ba recursive preLoad Chunks 2020-04-15 05:16:13 +02:00
HF
5133f99680 fix chunk preloading and garbage collection tweaks 2020-04-15 04:35:00 +02:00
HF
2daed7ebbe remove data creatime timestamp messages 2020-04-15 03:49:26 +02:00
HF
ed8919e3a2 enable garbage collection again 2020-04-15 03:41:19 +02:00
HF
c105b54098 add chunk preloading from lower zoom tile 2020-04-15 02:49:36 +02:00
HF
f1d82220dd fix a few lint errors 2020-04-15 01:35:52 +02:00
HF
485f2b83bc handle all palette sizes in react 2020-04-14 23:46:43 +02:00
HF
043d8777f1 retarded mistake 2020-04-11 23:45:11 +02:00
HF
d96e104978 fix redisCopy script 2020-04-11 23:37:24 +02:00
HF
87c7709275 hardcode admin-only area in 3d canvas 2020-04-11 23:29:48 +02:00
HF
93ea65f27d make rollback function by coords 2020-03-29 23:16:44 +02:00
HF
2869b5fa0c copy 3d canvas 2020-03-29 22:42:30 +02:00
HF
ccbd091d61 add option to set canvas ranked or not, coronacanvas is not ranked 2020-03-27 02:07:45 +01:00
HF
e6a6eca6e8 change coronacanvas pixelstack to 60s 2020-03-27 01:52:24 +01:00
HF
2bec370f8b Notify time set from 20 to 15s, audio time from 20 to 5s
don't show cooldowbox if cooldown smaller than one
2020-03-27 01:50:11 +01:00