Commit Graph

32 Commits

Author SHA1 Message Date
97c143926a Verified compatibility with Foundry 9 2021-12-29 22:54:02 +01:00
4afb56f9be Release v1.0.9 v1.0.9 2021-08-21 23:00:40 +02:00
7315c0fa4c Verified compatibility with foundry 0.8.9 2021-08-21 13:28:15 +02:00
d8125e7592 Release v1.0.8 v1.0.8 2021-07-02 11:31:39 +02:00
48121fe6c6 License the project under MIT (resolves #4) 2021-06-24 18:21:35 +02:00
51c02f81ea Release v1.0.7 v1.0.7 2021-06-18 13:49:58 +02:00
a1179579f9 Verified compatibility with Foundry 0.8.7 2021-06-18 13:48:57 +02:00
71c149a954 Release v1.0.6 v1.0.6 2021-05-22 19:46:39 +02:00
2e03f5a5c3 Release v1.0.5 v1.0.5 2021-05-01 12:53:38 +02:00
39c30c357a Release v1.0.4 v1.0.4 2021-04-27 09:42:29 +02:00
b3b8b138bf When a player disconnects, fail all unresolved requests that were sent to that player 2021-04-27 09:41:22 +02:00
fb3aeaf813 Fix a regression introduced in 1646bbbe that prevented remote errors to propagate to the calling client 2021-04-27 09:33:19 +02:00
5d9dd82a7d Create system field in constructor 2021-04-27 07:48:40 +02:00
6a70df04e7 Check earlier if current user is a gm 2021-04-27 00:22:36 +02:00
1fa8e03406 Add hint about socket.register into documentation of execution functions 2021-04-26 19:37:36 +02:00
1646bbbe3b Don't send a package id for commands as it's not needed 2021-04-26 17:29:57 +02:00
971c92b21a Ignore responses from users that aren't recipients of the original request 2021-04-26 12:36:56 +02:00
6a5190b0a8 Expose the id of the user that sent a socket via the API 2021-04-26 11:27:21 +02:00
86b0162c9c Correctly reference SocketlibInvalidUserError 2021-04-20 12:21:17 +02:00
2909bc16f5 Release v1.0.3 v1.0.3 2021-04-20 10:34:51 +02:00
4852da9bd5 Catch all exceptions raised in commands that are invoked locally 2021-04-20 10:30:59 +02:00
5fa28a9364 Release v1.0.2 v1.0.2 2021-04-16 15:47:25 +02:00
148f442857 Make executeForEveryone and executeForAllGMs execute locally as well. Add executeForOthers and executeForOtherGMs endpoints 2021-04-16 15:41:57 +02:00
326bc0e017 Execute functions locally if the current user is explicitly set as a recipient 2021-04-16 15:33:30 +02:00
be642cfb88 Release v1.0.1 v1.0.1 2021-04-15 10:08:45 +02:00
8d165c2984 Verified 0.8.1 combatibility 2021-04-15 10:05:35 +02:00
de4a289395 Add game system support 2021-04-15 09:52:50 +02:00
8753a83d93 Release v1.0.0 v1.0.0 2021-04-14 21:00:53 +02:00
fb6df0393c Add .editorconfig 2021-04-14 21:00:40 +02:00
3e4a468e67 Set the library key in the manifest 2021-04-14 17:36:14 +02:00
20c5a59fe4 Javascript's < operator isn't locale aware on strings, so we can use that instead of our own custom implementation 2021-04-14 15:14:15 +02:00
376004c6c2 Initial commit 2021-04-14 13:07:05 +02:00