Commit graph

84572 commits

Author SHA1 Message Date
Kalila L
0140513cd7 Fix LOD manager defaults + settings not being saved correctly. 2021-03-29 01:12:09 -04:00
Kalila
58fde3c159
Merge pull request from digisomni/feature/expand-kick-functionality
Add improved functionality for `Users.kick` API.
2021-03-28 21:05:59 -04:00
Kalila
37a5f018a2
Merge pull request from digisomni/digisomni-patch-1
Activate stale bot
2021-03-27 15:32:19 -04:00
Kalila
409cc5835c
Merge pull request from HifiExperiments/imageAspectFix
Image Entities: fix keepAspectRatio, implement naturalDimensions
2021-03-27 15:24:43 -04:00
Kalila
326e23a1da
Update stale.yml 2021-03-27 00:40:48 -04:00
Kalila
4cb9459736
Merge pull request from Phil-Palmer/optimisation/myavatar
Small optimisations and tidying related to MyAvatar
2021-03-26 20:41:38 -04:00
Kalila
5eadda5be2
Update stale.yml 2021-03-26 15:40:00 -04:00
Kalila
62a9299b1e
Activate stale bot
This bot will help triage issues (or so I think) in accordance with the configuration file defined here.
2021-03-26 06:50:13 -04:00
HifiExperiments
6b82c7fe90
Update RenderableImageEntityItem.cpp 2021-03-22 18:37:29 -07:00
HifiExperiments
e5f108b022 bump ktx version to force clear cache 2021-03-21 14:51:21 -07:00
Kalila L
cfac34bf7e CR. 2021-03-21 13:20:05 -04:00
Kalila
12d5687c6a
Update libraries/script-engine/src/UsersScriptingInterface.h
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-03-21 13:13:24 -04:00
Kalila
6f7bfbc053
Update Pal.qml 2021-03-21 03:01:28 -04:00
Kalila
343d05f33b
Merge pull request from vircadia/dependabot/npm_and_yarn/screenshare/electron-9.4.0
Bump electron from 7.2.4 to 9.4.0 in /screenshare
2021-03-20 14:41:31 -04:00
daleglass
7086412d1e
Merge pull request from daleglass/implement_linux_fingerprint
Implement Linux machine fingerprints
2021-03-20 19:16:07 +01:00
HifiExperiments
35e836d34d image caching must maintain original image information and pass it around 2021-03-19 22:32:29 -07:00
Kalila L
f067feb37a Add docs for ban functionality. 2021-03-19 04:44:58 -04:00
Kalila L
fd592dfb06 CR. 2021-03-19 04:11:26 -04:00
Kalila
9dadc44f6c
Update UserActivityLoggerScriptingInterface.h 2021-03-18 17:57:49 -04:00
Kalila
da7bcf1584
Update NodeList.cpp 2021-03-18 17:53:21 -04:00
Kalila L
c6c3dc66ea Add IP ban button to the "People" app. 2021-03-18 01:39:13 -04:00
Kalila L
be0bd3940d Finish flag work on kick functionality. 2021-03-17 23:25:08 -04:00
Kalila L
0216b34681 State of refactoring 2021-03-17 19:37:06 -04:00
Kalila
ef9d2d95db
Merge pull request from ctrlaltdavid/fix/audio-dialog-spam
Fix program log spam after using Audio dialog
2021-03-16 23:08:11 -04:00
David Rowe
d4c2829147 Fix program log spam after using Audio dialog 2021-03-16 21:22:19 +13:00
Kalila
75ca7d86f9
Merge pull request from digisomni/feature/messaging-mixer-rate-limiting
Add messaging mixer rate limiting per node functionality.
2021-03-16 02:44:18 -04:00
Kalila
48cd8febc3
Merge pull request from digisomni/fix/mute-domain-default
Domain chat muted by default
2021-03-15 21:06:33 -04:00
Kalila
440618825d
Update README.md 2021-03-15 20:24:25 -04:00
Kalila L
c278122f9a CR. 2021-03-15 01:26:07 -04:00
Kalila L
14d1af05a3 Missed comment. 2021-03-14 22:36:32 -04:00
Kalila L
008c0f0b1e Add iterator to improve max messages check performance. 2021-03-14 22:35:56 -04:00
Kalila L
9d15b00fbb Add check to stop processor before starting. 2021-03-14 21:50:08 -04:00
Kalila L
13a9989fba Domain chat muted by default. 2021-03-14 19:28:41 -04:00
Kalila
6c223be3f4
Merge pull request from digisomni/feature/pkg-updates
Rename to "Vircadia Server" and disable server shortcuts with Express install on Windows
2021-03-14 17:35:03 -04:00
Dale Glass
1ed767df41 Implement Linux machine fingerprints
We do this by using either /etc/machine-id, or hashing the MACs of all
non-virtual networking devices.

We make this fingerpint unique to our platform by adding our own string
to the hash, and add some stretching for good measure. This way Vircadia's
fingerprint isn't going to match the system's ID or anything another
application generates.
2021-03-14 21:15:33 +01:00
Kalila L
ecda58dc2e Tray "Visit Sandbox" -> "Visit Local Server" 2021-03-13 14:00:23 -05:00
Kalila L
e12e746698 Optimize rate limiting on messaging mixer further. 2021-03-12 17:36:01 -05:00
Kalila L
4b61d3328d CR. 2021-03-12 10:50:50 -05:00
Kalila
5e2cc4c4bf
Merge pull request from daleglass/fix_resource_totals
Set resource total size to content size when using a qrc:// resource
2021-03-11 18:30:56 -05:00
Kalila
1b8800f772
Merge pull request from digisomni/feature/preloaded-whitelist
Add ability to preload entity script whitelist
2021-03-11 18:05:32 -05:00
Kalila
d8a3d56da2
Merge branch 'master' into feature/preloaded-whitelist 2021-03-11 17:38:07 -05:00
Kalila
90fb70e041
Merge pull request from HifiExperiments/haptics
triggerHapticPulse supports arbitrary device index instead of just two hands
2021-03-11 17:29:45 -05:00
Kalila
712b5e5088
Update DomainServerSettingsManager.cpp 2021-03-11 17:06:07 -05:00
Kalila L
78cc98bc7b Add improved functionality for Users.kick API.
Add banByUsername, banByFingerprint, and banByIP parameters.
2021-03-11 01:03:54 -05:00
Kalila
1f4cb7b9d6
Update ScriptGatekeeper.cpp 2021-03-10 01:27:32 -05:00
Kalila
3dc11637ed
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-03-10 01:27:05 -05:00
Kalila
d9caba9741
Merge pull request from JulianGro/fix_more_sphinx_warnings
Define undefined code blocks to fix Sphinx warnings
2021-03-09 03:23:53 -05:00
Julian Groß
308ebc0812 Define undefined code blocks to fix Sphinx warnings 2021-03-08 20:46:27 +01:00
Kalila
48564667df
Merge pull request from JulianGro/fix_sphinx_warnings
Define code block language to fix sphinx warnings
2021-03-08 02:16:18 -05:00
Kalila L
b5d89c44bf Rename "INITIAL_STARTUP_LOCATION" -> "PRELOADED_STARTUP_LOCATION". 2021-03-08 02:01:53 -05:00