Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

EngineHub

We make open source Minecraft mods, such as WorldEdit, WorldGuard, CraftBook, CommandBook, and more!
Collective - Host: opensource - https://opencollective.com/enginehub - Website: https://enginehub.org/ - Code: https://github.com/EngineHub

chore: improve webpack setup

github.com/EngineHub/enginehub-website - 745b20724d84936d68a5f22a4ad2feb11d0fe6fc authored over 2 years ago by Madeline Miller <[email protected]>
chore: bump deps

github.com/EngineHub/enginehub-website - 84a8765a31fb35c031adffdb0b419e2b3aabf169 authored over 2 years ago by Madeline Miller <[email protected]>
Throw exception on negative queue delay

github.com/EngineHub/CommandHelper - 189705d844a3a5c4c5f5ea78d3d31d92469fe6cd authored over 2 years ago by PseudoKnight <[email protected]>
Use the cached MCServer

github.com/EngineHub/CommandHelper - 7a27b73ca6a4eb5cdcb7dd9ab1441145afb6a67f authored over 2 years ago by PseudoKnight <[email protected]>
Fix capitalization properly in file paths for LangServ

github.com/EngineHub/CommandHelper - fd93d24111b32254f2c467c8a462feaaa5cec858 authored over 2 years ago by PseudoKnight <[email protected]>
Add equals/hashCode to Target, remove empty statements.

github.com/EngineHub/CommandHelper - 248327c9f6d1d40cdaa5ef7699362f4c41bc7e21 authored over 2 years ago by LadyCailin <[email protected]>
Just fix the damn syntax automatically, checkstyle, you clearly know what the problem is

github.com/EngineHub/CommandHelper - f0ecc0d03da8698636d92c09630b6f02f76d9425 authored over 2 years ago by LadyCailin <[email protected]>
Add SelfStatements.

This forces some functions to always be treated as statements, such as
while, which functions as...

github.com/EngineHub/CommandHelper - 0c69a49a0461da421cc985169c366c76f791feef authored over 2 years ago by LadyCailin <[email protected]>
Add support for proc forward declarations

github.com/EngineHub/CommandHelper - af93370adfcaf0df1f697ac74331a320462e60ea authored over 2 years ago by LadyCailin <[email protected]>
Add unit tests for typehinting varargs in closures

Also, require StaticAnalysis to be non-null (may still be disabled).

github.com/EngineHub/CommandHelper - d2a2cd7c450897bbe00fd28035531f6604e50ece authored over 2 years ago by LadyCailin <[email protected]>
Clone type when it's a vararg

github.com/EngineHub/CommandHelper - 0459b2384fe3d83ce22e18506e080ba2caafdf87 authored over 2 years ago by LadyCailin <[email protected]>
Fix failing tests

github.com/EngineHub/CommandHelper - fa76e6ada27b4798b29b2e58b667c09e196ca00e authored over 2 years ago by LadyCailin <[email protected]>
Added vararg support in parameter definitions.

This doesn't work with typechecking yet, but this adds the compiler and
runtime support necessar...

github.com/EngineHub/CommandHelper - 081237efd9f9d430432f31913ad8ecd382df691c authored over 2 years ago by LadyCailin <[email protected]>
Convert dumb __smart_string__ strings to regular strings

This already happens earlier in the compiler for double quote smart string syntax. This commit a...

github.com/EngineHub/CommandHelper - c589f46bcfd5b9c0d41b3dffe5e0f23f89f71389 authored over 2 years ago by Pieter12345 <[email protected]>
Fix smart_string rewriting to dumb strings for case labels

Fixes `switch(dyn('test\\\\')) { case "test\\": msg(1); }` resulting in a match, as well as `swi...

github.com/EngineHub/CommandHelper - a48e4214e217e22ab254a15d4b76effd4abf629b authored over 2 years ago by Pieter12345 <[email protected]>
Add smart to dumb string conversion tests

github.com/EngineHub/CommandHelper - b268073e969c07ed459dfb5917b391c6859feffc authored over 2 years ago by Pieter12345 <[email protected]>
Fix OptimizationUtils optimization result for strings

- Escape `\` before adding more escape signs.
- Use `replace` instead of `replaceAll`, effective...

github.com/EngineHub/CommandHelper - 8250f1f2b9af860361095408a700470ae0817ee1 authored over 2 years ago by Pieter12345 <[email protected]>
Add automatic tab completion to @commands.

This provides reasonable defaults for commands depending on the name of
the variable and any con...

github.com/EngineHub/CommandHelper - 2fe85bf29508e5c1f7a648a016aebf4f48b812a3 authored over 2 years ago by LadyCailin <[email protected]>
Bugfix for `msg('test';);` in non strict mode.

github.com/EngineHub/CommandHelper - 8647c5d0275e58ec3d36dacd51b5c42aa318881e authored over 2 years ago by LadyCailin <[email protected]>
Fix smart_string rewriting for dumb strings (#1318)

- Fix smart strings containing an escaped `@` not being rewritten.
- Fix `\` in 'dumb' smart st...

github.com/EngineHub/CommandHelper - 9eb46854753b44966ee815c37404f346bb495ee8 authored over 2 years ago by Pieter12345 <[email protected]>
Make dor return auto for now

github.com/EngineHub/CommandHelper - c336e3267c5f6d32f4fb2bbb44440d3577e7424f authored over 2 years ago by LadyCailin <[email protected]>
Add proper support for the typechecker

github.com/EngineHub/CommandHelper - 7217fbbf8ceab1281062a9117813108bde035187 authored over 2 years ago by LadyCailin <[email protected]>
Documentation update

github.com/EngineHub/CommandHelper - 65fbb6498eb52e85313a8720bbe70da7a56e4d33 authored over 2 years ago by LadyCailin <[email protected]>
Fix block state mask with string properties (#2091)

github.com/EngineHub/WorldEdit - 3eefaa29ddc1bcf9ff40a68bac80462e8b7560f3 authored over 2 years ago by Maddy Miller <[email protected]>
Full documentation page for Procedures

github.com/EngineHub/CommandHelper - 5c25d927687a31b674df2b9f2b148924c2bbf915 authored over 2 years ago by LadyCailin <[email protected]>
Fix test failures

github.com/EngineHub/CommandHelper - 9e05caa8e3b37cf100b936896b9a72cc9ff519d3 authored over 2 years ago by LadyCailin <[email protected]>
Add get_proc and proc _asdf; keyword usage to get a first class proc ref

This, in addition to standardizing the Callable type, allows for all
closures and procedures to ...

github.com/EngineHub/CommandHelper - 4278bb10c0aa978c10d85f2fb90c0878d813635d authored over 2 years ago by LadyCailin <[email protected]>
Fix various bugs with parenthesis based execution.

github.com/EngineHub/CommandHelper - ec00e95a27cd714b58b4a51be15390de9d4886b6 authored over 2 years ago by LadyCailin <[email protected]>
Fix bug where smart strings in switch cases were seen as empty string

github.com/EngineHub/CommandHelper - 6f5387ad5b63fac58283ef3f02f3739d4dd685b4 authored over 2 years ago by LadyCailin <[email protected]>
Add execution of anything with parenthesis.

Previously, ivars were special cased when executing them such as `@a()`.
This caused the compile...

github.com/EngineHub/CommandHelper - ab21e6081faed8471b1de484fa5e9b2e39cff7a7 authored over 2 years ago by LadyCailin <[email protected]>
Fully refresh dependencies

github.com/EngineHub/EngineHub-Bot - dcb38fbaf1b214e01bb624f24dce8946faad01b5 authored over 2 years ago by Octavia Togami <[email protected]>
Update some dependencies

github.com/EngineHub/EngineHub-Bot - fdc1dc8ccd67f2bf0e03c44b957fca68566e72b8 authored over 2 years ago by Octavia Togami <[email protected]>
Update Gradle

github.com/EngineHub/EngineHub-Bot - 2bad7968a31ae4a333156cc2b40a84965eb621af authored over 2 years ago by Octavia Togami <[email protected]>
Ban immediately for mass-ping

github.com/EngineHub/EngineHub-Bot - 58d7c20ae5dff43fcf263eb8db14aef204acaad4 authored over 2 years ago by Octavia Togami <[email protected]>
Fixed Typo in CommandException

github.com/EngineHub/WorldGuard - 0fddd2a5730635c17fb41d8c1a6d09b6be546bd9 authored over 2 years ago by JOO200 <[email protected]>
fix: pom.xml to reduce vulnerabilities (#1317)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGO...

github.com/EngineHub/CommandHelper - 6a1f9161a9ce6a4d86acc99ce9ca4b58596b0f6f authored over 2 years ago by Snyk bot <[email protected]>
chore: bump deps

github.com/EngineHub/enginehub-website - d350e7cd8ec8015aae0ff6bb7269054e473c39f8 authored over 2 years ago by Madeline Miller <[email protected]>
Add compiler warning for unexpected statements in non-strict mode

github.com/EngineHub/CommandHelper - 69cb44a86e6336563b6edd807fc622e1cf2a178b authored over 2 years ago by LadyCailin <[email protected]>
Pull up the sub-child of statements, not just replace it with itself.

github.com/EngineHub/CommandHelper - bb2717cd3704670c55f03251b547cf824110e2a5 authored over 2 years ago by LadyCailin <[email protected]>
Bump paperweight + bundle to fix build

github.com/EngineHub/WorldEdit - 88db45b6bcf7465041a910d7c501cc7b9e03a5d2 authored over 2 years ago by Octavia Togami <[email protected]>
Bump paperweight + bundle to fix build

github.com/EngineHub/WorldEdit - 14ecf9320cc59b81147a12adaa13e2df1007c20a authored over 2 years ago by Octavia Togami <[email protected]>
Fix issue with using actually dumb smart strings in case clauses.

github.com/EngineHub/CommandHelper - ea725263e2efa5d97330957f576a65800c69dd48 authored over 2 years ago by LadyCailin <[email protected]>
Fix the opposite case for statements

github.com/EngineHub/CommandHelper - f76ea72adc0628a949b7c7606c1551b2ccccbbcf authored over 2 years ago by LadyCailin <[email protected]>
Fix a bug with autoconcat and partially statement'd code

github.com/EngineHub/CommandHelper - 4854e0b94f21bf56da607968e529aa5e8524a337 authored over 2 years ago by LadyCailin <[email protected]>
Bump to snapshot.

github.com/EngineHub/SquirrelID - 09d580d4fdd2c8c2ffc5faab09d8c3e120ae95d1 authored over 2 years ago by wizjany <[email protected]>
Don't nest statements, and add back statement checks.

As a modification to how it was before, something like `if(@v;){}` will
now pull up the value to...

github.com/EngineHub/CommandHelper - 4a620f5a2e2f53f08eff42063ef175ffbbd1ea41 authored over 2 years ago by LadyCailin <[email protected]>
Add break and continue keywords

github.com/EngineHub/CommandHelper - 16b5739977c483902b601f27d978e7b137f8205a authored over 2 years ago by LadyCailin <[email protected]>
Full support for statements.

switch(_ic) has been rewritten to use the early keyword processor,
which makes the implementatio...

github.com/EngineHub/CommandHelper - bd725d0a270abc11c87aee7625cbc70e4cd4c247 authored over 2 years ago by LadyCailin <[email protected]>
chore: use a release version of BabylonJS 5

github.com/EngineHub/SchematicWebViewer - 0c55a4ba94b117c205f6cd4d9462612e0b02970f authored over 2 years ago by Madeline Miller <[email protected]>
Add framework for late binding keywords. (#1316)

There is also a start for early binding ones as well, but that is unused
for now. A LateBinding...

github.com/EngineHub/CommandHelper - 9b4f1de455babea35114e12f0360b011dc8812b4 authored over 2 years ago by LadyCailin <[email protected]>
Merge pull request #17 from EngineHub/ot/feature/fix-gradle

Fix publishing & update scripts

github.com/EngineHub/SquirrelID - 3b38b593ef57954c080cdb73ae4d4541de3d4052 authored over 2 years ago by Octavia Togami <[email protected]>
Merge branch 'JOO200/master' into ot/feature/fix-gradle

github.com/EngineHub/SquirrelID - b9477e6fc0ae98c98742ead4b47a8e1abfbf9c2a authored over 2 years ago by Octavia Togami <[email protected]>
Fix publishing, clean up scripts

github.com/EngineHub/SquirrelID - 36a8e65a7053eac8fd55ac22e1869fbe38195be6 authored over 2 years ago by Octavia Togami <[email protected]>
chmod +x gradlew

github.com/EngineHub/SquirrelID - dcb2c3bff32c0686b9cc16f2ee9d1e59b28bd6ab authored over 2 years ago by Octavia Togami <[email protected]>
Cleanup gradle scripts and fixed maven publishing

github.com/EngineHub/SquirrelID - 1bcb983e5dfff31aa5fe3882702baa8ce92cf87b authored over 2 years ago by JOO200 <[email protected]>
Improvement and Cleanup Domain view for /region info

* Don't suggest the uuids to the command line, copy them to the clipboard instead
* Tidy up the ...

github.com/EngineHub/WorldGuard - 85dd012b850adbb54bc7f1e1d5cf82fe50942612 authored over 2 years ago by JOO200 <[email protected]>
Fix IndexOutOfBoundsException for try keyword

github.com/EngineHub/CommandHelper - a53ad22e5ccb0f90145b1d359f1d30e5a792778a authored over 2 years ago by PseudoKnight <[email protected]>
Fix LangServ linting for cached files

Made uri conversion more consistent, and lowercased keys where conversion was not easily possibl...

github.com/EngineHub/CommandHelper - c09076f0ee1845ffd79a09563abd0d26a13c59d1 authored over 2 years ago by PseudoKnight <[email protected]>
Work around Spigot bug that allows printing empty messages. Closes #1300

github.com/EngineHub/CraftBook - 6dc0456a5ff86cd98b58aba025c7f2d28b06c194 authored over 2 years ago by Madeline Miller <[email protected]>
Work around a Spigot bug where Levelled is not always provided. Fixes #1301

github.com/EngineHub/CraftBook - b3f142ca8d40805b821381d9c8968aa6259b743f authored over 2 years ago by Madeline Miller <[email protected]>
Fix inconsistent paths in LangServ for getting ParseTrees

This affected document symbols, links, hovers and declarations for auto includes and library fil...

github.com/EngineHub/CommandHelper - 431b935c107f73d2c655b8575b05dc9e57c8fe2a authored almost 3 years ago by PseudoKnight <[email protected]>
Improve LangServ startup time and extension compatibility

github.com/EngineHub/CommandHelper - e5f24586537fae8bfbc093762f6c8537f1204377 authored almost 3 years ago by PseudoKnight <[email protected]>
Synchronize CClassType cache initialization

Prevents having multiple instances of `CClassType` objects for the same MS type due to async acc...

github.com/EngineHub/CommandHelper - d5c707e67b61f8d8da0c0a99e24b0f824d05590d authored almost 3 years ago by Pieter12345 <[email protected]>
Halt reload execution if auto_include compilation errors

Env cloning was accidentally put in compilation instead of execution during reload rewrite, so t...

github.com/EngineHub/CommandHelper - 49f7f463c18b8b93a7ca0a996b5f4c2e1ab95a3f authored almost 3 years ago by PseudoKnight <[email protected]>
Display exceptions on auto includes in LangServ

github.com/EngineHub/CommandHelper - f3fe7f0fc7fd90e65832d933f5a5a516cbb36310 authored almost 3 years ago by Pieter12345 <[email protected]>
Remove exceptions on include() calls for faulty includes

This prevents getting drowned in compile errors on `include()` calls while coding in an included...

github.com/EngineHub/CommandHelper - 39bd6af89ab3562b4fab3f4fb40134328dc8838d authored almost 3 years ago by Pieter12345 <[email protected]>
Move execution of autoincludes to later. (#1314)

* Move execution of autoincludes to later.

This prevents auto_includes which write to Globals...

github.com/EngineHub/CommandHelper - d3049cd86c57c6642ef9d7e9344815d3540662d8 authored almost 3 years ago by LadyCailin <[email protected]>
Skip lookups on claim.

Claim hasn't allowed user-input for ages, so no need to resolve anything.

github.com/EngineHub/WorldGuard - dc23af794713ce70448e10fc68f85dda58b7fad0 authored almost 3 years ago by wizjany <[email protected]>
Minor scope optimization

No functional changes. This prevents the scope sets from being converted to an array before they...

github.com/EngineHub/CommandHelper - b13a0467b89ba7e34a6c2cc5693daefb17764c57 authored almost 3 years ago by Pieter12345 <[email protected]>
Prevent faulty auto includes being compiled twice in LangServ

Possible exceptions on auto includes are already generated and added in `StaticAnalysis.setAndAn...

github.com/EngineHub/CommandHelper - 4ced793557d0c824790ce565c33355ab881aeca7 authored almost 3 years ago by Pieter12345 <[email protected]>
Only compile auto includes once in LangServ

github.com/EngineHub/CommandHelper - f334bb544a000ec0f223e87611f6ee55145a6c3a authored almost 3 years ago by PseudoKnight <[email protected]>
Fix possible NPE in timeout clear_task() race condition

Also check for negative delays, which cause core errors.

github.com/EngineHub/CommandHelper - e391c2284af683ade7cdd7162957ae18053a2ff4 authored almost 3 years ago by PseudoKnight <[email protected]>
Don't recompile cached includes in LangServ

github.com/EngineHub/CommandHelper - 2e37480fdeebeea73a88b434ec68c8889a0dc2b6 authored almost 3 years ago by PseudoKnight <[email protected]>
Fix NPE if timeout is killed inside closure

Generally timeouts do not need to use clear_task(), let alone clear_task(id), but this scenario ...

github.com/EngineHub/CommandHelper - e9256635da6e9ff8951c5c0540a228bdd1779c59 authored almost 3 years ago by PseudoKnight <[email protected]>
Prevent users not in the guild from forwarding bot DMs. There appears to be a Discord bug/exploit allowing this right now, so prevent it from happening.

github.com/EngineHub/EngineHub-Bot - 44aad5c0ac381b3ed810d06b9d46227661b1cab7 authored almost 3 years ago by Madeline Miller <[email protected]>
Make clear_task(id) also clear timeouts in TaskManager

Previously when using clear_task(id) with an id from a timeout, it wouldn't execute but it would...

github.com/EngineHub/CommandHelper - b5cae9e9ec1cb38d6e7301f2cb6f6a0e7cfd438d authored almost 3 years ago by PseudoKnight <[email protected]>
Append OnlineMode server information to ServerReport (#1891)

github.com/EngineHub/WorldGuard - b6989413787e4b14eff6ca45310ad50bf61dd819 authored almost 3 years ago by JOO200 <[email protected]>
Process keywords faster again

This avoids traversing subchildren twice when keywords are found, and removes a redundant keywor...

github.com/EngineHub/CommandHelper - 9a1f397c5e13dfed3ab8cd101351fb4fc2345a49 authored almost 3 years ago by PseudoKnight <[email protected]>
Fix instanceof exception when keyword is on right side

github.com/EngineHub/CommandHelper - 938a9f556f39948c07320a12237e5eb7ebdf85f0 authored almost 3 years ago by PseudoKnight <[email protected]>
Add unit test to detect condition from revert

github.com/EngineHub/CommandHelper - 09ccd6d0b62bd18931c75422d6230cb7b4f6170a authored almost 3 years ago by LadyCailin <[email protected]>
Revert "Process keywords faster (#1312)"

This reverts commit d886084074c2eda679164315816f807339fc7d85.

github.com/EngineHub/CommandHelper - 57053eaaa02d3c8d601201b0316a842b564b5048 authored almost 3 years ago by LadyCailin <[email protected]>
Update maven-shade-plugin to non snapshot version

github.com/EngineHub/CommandHelper - 5ef800c64522b11d8fb7bace5bc781b4b547aed8 authored almost 3 years ago by PseudoKnight <[email protected]>
Process keywords faster (#1312)

This avoids traversing children twice when keywords are found, and removes a redundant keyword h...

github.com/EngineHub/CommandHelper - d886084074c2eda679164315816f807339fc7d85 authored almost 3 years ago by Michael Smith <[email protected]>
Fix StaticAnalysis in vscode for static includes

Separated out files in libraries for parsing after main files. If they exist in the IncludeCache...

github.com/EngineHub/CommandHelper - da2d18f4a49f68e7db0f59a3d214a0aab174532c authored almost 3 years ago by PseudoKnight <[email protected]>
Use canonical paths for both static analysis and include caches

github.com/EngineHub/CommandHelper - 565004c5a10505aff2496fc7de6fc9ba98167dbe authored almost 3 years ago by PseudoKnight <[email protected]>
Fix LangServ taking minutes to compile with StaticAnalysis

github.com/EngineHub/CommandHelper - 42ab8dfa142e59a78812f8fbc4adfd2e3e9b6bf7 authored almost 3 years ago by PseudoKnight <[email protected]>
Fix compile error on empty auto_include files

Initialize StaticAnalysis for empty files, allowing them to return a valid StaticAnalysis object...

github.com/EngineHub/CommandHelper - c24bbfe5f2f1ecfb91ef2c2942225dc0fe97d2ad authored almost 3 years ago by Pieter12345 <[email protected]>
Fix and() function signature

Fix `and()` signature to remain compatible with its optimization. Ideally, we would require at l...

github.com/EngineHub/CommandHelper - 37527ea764a2861864f0ba59d2f60faf15e0da42 authored almost 3 years ago by Pieter12345 <[email protected]>
Do not optimize functions with an incorrect number of args

When a function has an incorrect number of arguments, it is essentially meaningless to perform o...

github.com/EngineHub/CommandHelper - 79bd03580d88d13293cc6d94c9eab9cc045967af authored almost 3 years ago by Pieter12345 <[email protected]>
Remove unused autoconcat construction methods

github.com/EngineHub/CommandHelper - 7bcfa2c678f4bfd45484b456ed5efde0ed01cb93 authored almost 3 years ago by Pieter12345 <[email protected]>
Optimize autoconcat rewrite

- Make `__autoconcat__` rewrites no longer able to return `__autoconcat__` in their rewritten AS...

github.com/EngineHub/CommandHelper - 43acd08d32aca431b2d5bbf7c600fa97df33536f authored almost 3 years ago by Pieter12345 <[email protected]>
Simplify p() execs

`__autoconcat__` does not override `execs`, so this code is functionally equivalent.

github.com/EngineHub/CommandHelper - e7c9ad6bf926bfc50d88c9de6b659b1c08163b34 authored almost 3 years ago by Pieter12345 <[email protected]>
Fixup for previous commit

github.com/EngineHub/CommandHelper - 170e24e25a0cf929a74a4b9b714b83043ac17897 authored almost 3 years ago by Pieter12345 <[email protected]>
Fix Error stacktrace for while(arg)

Fix Error stacktrace for `while` with a single argument (i.e. `while(true)`).

github.com/EngineHub/CommandHelper - a380e0a60b16bdb7846dfa5129dd4a5f05f047af authored almost 3 years ago by Pieter12345 <[email protected]>
Fix error in core for single arg CClassType closure

- Fix error in core for closures with a single CClassType argument (i.e. `closure(int)`).
- Slig...

github.com/EngineHub/CommandHelper - 120b3b055c715becc26f1bef58b3758a16f7cad7 authored almost 3 years ago by Pieter12345 <[email protected]>
Update maven-publish.yml

github.com/EngineHub/CommandHelper - d38b634714c8821e29ceaf45afe13271e6557b5d authored almost 3 years ago by LadyCailin <[email protected]>
Update maven.yml

github.com/EngineHub/CommandHelper - a533267b33e3d35c4586b49d457ec87d60efd9d4 authored almost 3 years ago by LadyCailin <[email protected]>