Commit Graph

2022 Commits

Author SHA1 Message Date
Luck
b13a74c61e
Pre-generate web editor keypair to speed up initial session init 2022-02-09 20:08:16 +00:00
Luck
0fe85ed6ff
Ignore http 503 error from socket server 2022-02-09 19:59:01 +00:00
Luck
bc15e348f5
Optimize bulk user loading for editor command (#3273) 2022-02-08 22:45:00 +00:00
Luck
1b3b9b5c62
Update commodore to fix running LP commands from a Forge client (#3299) 2022-02-07 22:35:52 +00:00
Luck
fe80ba6cc4
Shutdown ForkJoinPool worker on disable (#3247) 2022-02-07 21:27:26 +00:00
Luck
65751cd56b
Velocity world context use ServerConnectedEvent (#3245) 2022-02-07 21:25:43 +00:00
lucko
ee79f53612
SpongeAPI 8 (#2728) 2022-02-07 21:10:01 +00:00
lucko
d3029a8467
Web editor socket connection (#3303) 2022-02-07 19:13:09 +00:00
Luck
f61d9ff9f0
Fix NPE from permission holder initialisation order (#3263) 2022-01-02 16:58:15 +00:00
Luck
a53c9fad00
Reuse the same InheritanceOrigin object where possible 2022-01-01 20:49:12 +00:00
Luck
4de7448394
Include whether a node is normal/transient in InheritanceOriginMetadata 2022-01-01 19:33:48 +00:00
Luck
6781c1fb51
Provide API access to cached data result info (#3243) 2022-01-01 14:38:46 +00:00
Luck
acdc259771
Fix MetaValueSelector NPE 2021-12-31 17:50:42 +00:00
Luck
d319d8dc52
Fix TristateResult NPE 2021-12-31 17:24:38 +00:00
Andrew
419d711fb6
Add full support for transient permissions through Vault API (#3258) 2021-12-31 16:16:06 +00:00
lucko
2d662cbab9
Retain cause node information for cached permission/meta data (#3250) 2021-12-31 16:03:00 +00:00
OmegaWeaponDev
ae93c9768b
Add default file name for export command (#3248) 2021-12-31 16:02:24 +00:00
Luck
664cad21a9
Clarify uuid type in user info command (#3233) 2021-12-10 23:47:06 +00:00
Luck
8cc126f711
Add config option to disable bulkupdate functionality 2021-12-09 21:32:02 +00:00
Luck
9c0874162b
Fix cast to long in MongoStorage 2021-12-04 10:41:12 +00:00
Luck
f35a9b6a09
Update dependencies for 1.18 2021-12-02 13:24:02 +00:00
Luck
fa17404133
Fabric 1.18 2021-11-30 20:03:16 +00:00
Tadhg Boyle
64bd8b5eaf
Add pagination to listgroups command (#3226) 2021-11-30 19:52:43 +00:00
Luck
e227d96cbf
Fix sql insert player query (#3225) 2021-11-28 10:46:48 +00:00
Luck
6e07d6ad36
Revert "Fix player insert duplicate key issue with PSQL (#3223)"
This reverts commit d6c810aa71.
2021-11-28 10:29:55 +00:00
Tadhg Boyle
d6c810aa71
Fix player insert duplicate key issue with PSQL (#3223) 2021-11-27 22:48:22 +00:00
Luck
10f698b70f
Add warning for common editor mistakes 2021-11-27 17:58:10 +00:00
Luck
594f50bee7
Add config option to disable context calculators 2021-11-27 09:49:01 +00:00
Luck
9204848ffb
Fix username lookup returning "null" instead of null (#3220) 2021-11-27 09:43:47 +00:00
Luck
272d289d4a
More context performance improvements (#3209) 2021-11-18 18:21:30 +00:00
Luck
c9d4c7dac7
ContextSet performance improvements (#3209)
A bit experimental, should be stable enough though.
2021-11-17 23:18:11 +00:00
Eduard Wayland
848fc353d4
Added redis authentication with username (#3201) 2021-11-12 22:49:46 +00:00
Luck
f896ed723d
Edit issue templates (again) 2021-10-22 20:03:33 +01:00
Luck
00b62d7cd9
Edit issue templates 2021-10-22 20:01:46 +01:00
Larry
f84f425817
Better issue templates (#3184) 2021-10-22 19:58:12 +01:00
Luck
9c5a43b487
Allow meta/prefix/suffix nodes to be negated to cancel inheritance (#3020) 2021-10-18 22:10:20 +01:00
Luck
b2c76aca7d
Improve translations handling (#3166) 2021-10-10 13:26:33 +01:00
RedstoneFuture
04bb035a83
Add warning nore about enable-ops to config files (#3170) 2021-10-03 18:55:38 +01:00
Luck
2cf77db8b6
TranslationManager fixes and improvements (#3165) 2021-09-18 17:30:17 +01:00
Luck
d1cb644712
Fix empty prefix/suffix strings in YAML storage (#3139, #3160) 2021-09-10 19:14:47 +01:00
Luck
4e2807cff5
Refactor mod container retrieval in Fabric mod 2021-09-10 18:32:43 +01:00
Emily
5735e0ef44
Fix fabric/build.gradle placeholder replacement (#3153) 2021-09-04 22:15:13 +01:00
Luck
9cd33d26f2
Fix toLowerCase/toUpperCase locale sensitivity 2021-08-25 20:09:20 +01:00
Luck
062fca3f75
Fix Fabric version placeholder in metadata file (#3141) 2021-08-25 19:36:53 +01:00
Luck
a182768cfa
Change user housekeeper to be more lenient towards API usage (#3143) 2021-08-25 19:30:46 +01:00
Luck
93683c3a2f
Update Fabric to 1.17, fix version placeholder filtering 2021-08-20 18:46:39 +01:00
Callum Seabrook
ba522597a8
Update to Gradle 7 (#3051) 2021-08-20 18:16:39 +01:00
Luck
b232cb94b4
ReflectionClassPathAppender on Java 16+ 2021-08-17 21:29:10 +01:00
Luck
ee6aa47d99
Listen for ServerPostConnectEvent in Velocity context listener (#3133) 2021-08-14 09:08:14 +01:00
Luck
b3ebf202fd
Update adventure-platform for 1.17 (#3127) 2021-08-06 14:35:23 +01:00