Ecosyste.ms: OpenCollective

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

github.com/Pryaxis/TShock

☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.
https://github.com/Pryaxis/TShock

Added .editorconfig, might cause a bit less identation / line ending mess. It will automatically set the given settings in the used text editor if the Editor Config plugin is installed (available for several text editors), info: http://editorconfig.org/

12031e804c77225f2b79c292f093a22e27cd7d5a authored over 11 years ago by CoderCow <[email protected]>
Fixed merge.

ca6efe66f34301f09fec1be80ec8d673604e839b authored over 11 years ago by MarioE <[email protected]>
Merge pull request #494 from Scavenger3/tile

Check for invalid place style.

033ffc67a9d310cd0a058ce5372cf7d933e665e7 authored over 11 years ago by Lucas Nicodemus <[email protected]>
Added the / before command names back into /help output.

380e8d08181add7c0ccb345a345f6def11dac659 authored over 11 years ago by MarioE <[email protected]>
Maintained "Invalid syntax!" error message consistency and method visibilities.

3ed12616736dba14d951f7448f89633428e41a16 authored over 11 years ago by MarioE <[email protected]>
Modified PaginationTools to have colored console output.

7509204c4c9ddef44c488100af58fce5879e5169 authored over 11 years ago by MarioE <[email protected]>
Consolidated item ban commands and fixed /group help.

7c3ffee48cb65bd887e164b8700f0b4cf9b439d1 authored over 11 years ago by MarioE <[email protected]>
Consolidated group commands.

8a3a5dc3c1dc9c75495641cc23b76cbd5a37d7e3 authored over 11 years ago by MarioE <[email protected]>
Switched to PaginationTools.

8b660be8f0d296723bd6392a5ca5ad008ba6c0b9 authored over 11 years ago by MarioE <[email protected]>
Removed deprecation messages. This is a new version already.

a9788f45767aecb0b889c2b4949469eb28191232 authored over 11 years ago by MarioE <[email protected]>
Added some tile hacking checks and moved explosive projectiles server-side.

8ba1aa58acfaf3eedab6a9b4ae9a47f9759bdf0b authored over 11 years ago by MarioE <[email protected]>
Set the default value of PreventDeadModification to true.

edb7e6e5a2c086c3ebd9255ab1ee2c4b7e548c33 authored over 11 years ago by MarioE <[email protected]>
Changed the server's lighting mode to 2. This will fix any glitches caused by the decreased world size.

a86799cbb9ec91563a1012ad16c41e3d8d6674d6 authored over 11 years ago by MarioE <[email protected]>
Made the README suck less!

d258cf3ee710c07f267a10101b9b268976bdb321 authored over 11 years ago by Lucas Nicodemus <[email protected]>
Check for invalid place style

2bd9b6a6b6d9d93cd05de6010df7002c85ae0628 authored over 11 years ago by Scavenger3 <[email protected]>
Tile GetDataHandlers: fix bool fail and add byte style

a01a33192a0749d859da2639c6ded72a0cf896fb authored over 11 years ago by Scavenger3 <[email protected]>
Merge pull request #493 from CoderCow/patch-1

Fixed /region info, Improved /item

e5889765fc32a248065615d08ad41aff4db88ac4 authored over 11 years ago by Lucas Nicodemus <[email protected]>
Fixed /overidessi not working properly if DisableLoginBeforeJoin was false.

cf018ebd133d464a3ee7b91361b02c416eb2e052 authored over 11 years ago by CoderCow <[email protected]>
/item handles its parameters smarter now, the quotes for the first parameter are now optional, even if it contains whitespaces. Also, /item returns better error messages now.

33700e27309f87dc737b2730c7127ea9fda98fc6 authored over 11 years ago by CoderCow <[email protected]>
Fixed "/region info -d" possibly not hiding the boundaries properly sometimes.

899fd6f29964c49a9abed9869af0fbc931d42d1f authored over 11 years ago by CoderCow <[email protected]>
Merge pull request #491 from CoderCow/patch-1

Even More Region Command Improvements

86b03466a35a67c6ab5a0a293564426da09f6f39 authored over 11 years ago by Lucas Nicodemus <[email protected]>
Fixed all region command syntaxes.

20fe0609313b0d69ae41928d9d1592a8383f4cc5 authored over 11 years ago by CoderCow <[email protected]>
-Added "-d" parameter to "/region info". Use to display the given region's boundaries as wires.

33b1ca969b2b84c3d39567452f748de022509e16 authored over 11 years ago by CoderCow <[email protected]>
-Added "-p" parameter to "/region name" for persistent mode, type "/region name" without "-p" to disable.

-Added "-u" parameter to "/region name". Use to include unprotected regions in the listing.
-Adde...

8c23d687279f02df5c4bcd392aaf113f5fafe9c5 authored over 11 years ago by CoderCow <[email protected]>
Merge pull request #489 from CoderCow/patch-1

Region Command Improvements, Fixed /who

6fa744e2b599c1e430e195c76e362f8f6c782b59 authored over 11 years ago by Lucas Nicodemus <[email protected]>
Added /region tp [region]. Additionally to "manageregion", also requires the "tp" permission.

5df31a12a167b3910b452afb9292635686370c93 authored over 11 years ago by CoderCow <[email protected]>
Fixed /who listing one player per line instead of a muliple players per line. (my bad)

2789b2fec17c59ac68dabfcc78b08dd994f8b8bc authored over 11 years ago by CoderCow <[email protected]>
/region list will now provide a better listing of extra long / short region names.

2ba84ddd67b0768697fad34df8109cd655dc75f7 authored over 11 years ago by CoderCow <[email protected]>
Merge pull request #488 from CoderCow/patch-1

SSI Exploit Fix and Made /overidessi Actually Useful

961d5a88460a9653f6c1da600ef93870edb91699 authored over 11 years ago by Lucas Nicodemus <[email protected]>
-Fixed an exploit where players could sneak items through SSI when DisableLoginBeforeJoin was true.

-/overidessi will now actually work on players not logged in...

25e584efe35c3c559862b8f3845b07b84c9f691a authored over 11 years ago by CoderCow <[email protected]>
Merge pull request #487 from CoderCow/patch-1

Re-added Olink's commit & integrated more of @CoderCow's stuff.

d72c6e4d3cdfe7e28efa66f14f8d99149bfa01b2 authored over 11 years ago by Lucas Nicodemus <[email protected]>
-The command delegate of commands can now be set afterwards. This allows other plugins easily override / extend existing commands.

-Added another command reference list so that original tshock commands can easily be identified.

790469c7b0b90024615980688c17582541701019 authored over 11 years ago by CoderCow <[email protected]>
The /auth command will no longer be listed in /help if there's no use of it.

deca9226532e652b0c0e6ac5aa7f466f2395bd01 authored over 11 years ago by CoderCow <[email protected]>
/who will list player ids only when the -i parameter is added.

ee5a7dd7b8f0c6de76f0bc110aed35bd5a4c8cc0 authored over 11 years ago by CoderCow <[email protected]>
Merge pull request #486 from CoderCow/patch-1

Configurable Path for the Logs

75d3be63e7558932a7b971991d190c721a1fbc39 authored over 11 years ago by Zack <[email protected]>
Added world size to world command.

93c76f6d538ecb0da61dfa7798a775fab6743cd9 authored over 11 years ago by Scavenger3 <[email protected]>
Fixed /login error message.

8a7bdf669771e5cff2d5b9a0eff9e204858a6ce5 authored over 11 years ago by CoderCow <[email protected]>
Fixed PaginationTools brackets.

251456c8002ac2456cefc5433cd1bb5d1e5251cb authored over 11 years ago by CoderCow <[email protected]>
Added "-logpath" command line parameter.

Added "LogPath" config setting.

863082dfc3c708adf80c9632ada219c899fe1cbc authored over 11 years ago by CoderCow <[email protected]>
Added header to PaginationTools.cs.

8af406160635786ce07266c46ae08a5a19bf435d authored over 11 years ago by CoderCow <[email protected]>
Merge pull request #485 from CoderCow/general-devel-cc

Some Region Command Changes and General Improvements

f3f5f9e3e26f490dc2059a5faa8cc1f32d574ab1 authored over 11 years ago by Zack <[email protected]>
Added quick format versions of the TSPlayer.Send<X>Message methods.

76aab4af78e670ae7745dabf396e95e9949cc50f authored over 11 years ago by CoderCow <[email protected]>
/region info does now properly display all region data including user and group shares.

a7f4c649b0aa552a37d94e72a3cbb2d1759d69b2 authored over 11 years ago by CoderCow <[email protected]>
Fixed /region allowg adding an already existing group to the database multiple times.

102c50a6389ce4b99a4f51220b6cf007b13b76c7 authored over 11 years ago by CoderCow <[email protected]>
/region will now state a proper help including all available sub-commands.

2b1d2093ff998af5d6fc8c781dc4a10b53be4c8d authored over 11 years ago by CoderCow <[email protected]>
Added PaginationTools class to greatly simplify sending multiple pages of data to a player.

290b30f916f91923070d18fcb13ef4f35240cb1c authored over 11 years ago by CoderCow <[email protected]>
Fixed /region allow adding an already existing user id to the database multiple times.

f7edbe55d6da686ad40f2d4d191f5db6a5bf61f2 authored over 11 years ago by CoderCow <[email protected]>
Merge pull request #484 from Scavenger3/patch-1

Allow a player to run a command if the permissions are empty.

192210c3f4726521c94816a8226e7216e33d8b6f authored over 11 years ago by Lucas Nicodemus <[email protected]>
Allow a player to run a command if the permissions are empty.

f86ddf002e6d3bc9da26c7206dfe8bfef8364fb6 authored over 11 years ago by Scavenger3 <[email protected]>
Changed login event to prelogin and postlogin, if you set the args of prelogin to true, the login is ignored. In this case, if the server is loginbeforejoin, you need to kick the player with whatever reason otherwise bad things will happen.

89571174ec679e29f14e38fa8930e43135df44d2 authored over 11 years ago by Zack Piispanen <[email protected]>
Fix chat color default bug

Set to correct format for chat colors
Fixes #481
Closes #481

6fdada2e7ec439c8d2ca5609a08dba154576ad6f authored over 11 years ago by Zack <[email protected]>
Updated server bin

Added PluginUpdater stuff. Very alpha at the moment until we can test more thoroughly.

9ec77332fb677270cc0574bacf28e2491f531661 authored over 11 years ago by Zack Piispanen <[email protected]>
Added event for reloading configs, so when a user does /reload it informs plugins that a config reload is requested.

e37ada8749bd6a2f3c6c338dc8dd2c7421ea23e6 authored over 11 years ago by Zack Piispanen <[email protected]>
Updated api to 1,13.

b37552ff271c8a335815f9cf41dede7da71eafcb authored over 11 years ago by Zack Piispanen <[email protected]>
Added fix to override chest stack size checks at startup.

a8ce4e511ec5ec14a3a97f87cb925d737a95f0c2 authored almost 12 years ago by Zack Piispanen <[email protected]>
Version Tick, Copyright update

1a6a662834efdbf7ac7c4709e2418b630d91b0b0 authored almost 12 years ago by Zack Piispanen <[email protected]>
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel

5bdb11c69cef3eb21a3bc6ec44f86bbe22cb3cb2 authored almost 12 years ago by Lucas Nicodemus <[email protected]>
Add contributing

4117551e481bac66132ec94d09f26ee83c8e9b51 authored almost 12 years ago by Lucas Nicodemus <[email protected]>
Merge pull request #472 from Scavenger3/TempGroup

Changed sudo command to tempgroup

78be07318e7aaa5a60ded14493f2412c66d183fb authored almost 12 years ago by Zack <[email protected]>
Changed Sudo command to TempGroup

5d2925d0e2ab7e71888912d4cbc4177e43e9ccc0 authored almost 12 years ago by Scavenger3 <[email protected]>
Please stop stalking us on Teamspeak ffs.

3ad13d92a519716696f39dd84aa63f824297eef8 authored almost 12 years ago by Lucas Nicodemus <[email protected]>
Fixed REST API bug.

ae5b47a94e65434dd23e83e22992dddb128e1431 authored almost 12 years ago by MarioE <[email protected]>
Merge pull request #469 from Scavenger3/SilentJoin

Added SilentJoin to TSPlayer

12c44cc4bbe26de16ce5ceb9fed39b98d5188bf8 authored almost 12 years ago by Zack <[email protected]>
Merge pull request #468 from Scavenger3/CommandEvent

Added PlayerCommand Event

2e13cae16f6edd145902bb348fcb1a490cb16fd1 authored almost 12 years ago by Lucas Nicodemus <[email protected]>
Added SilentJoin to TSPlayer

4e768f32311042e2c3ccc46f9d49c1d897f4a9cf authored almost 12 years ago by Scavenger3 <[email protected]>
Added PlayerCommand Event

93fc6e4866b6527612f3b7a33b29b798e814f285 authored almost 12 years ago by Scavenger3 <[email protected]>
Added way to have an overridable group that is session based.

New command /sudo <player> <group> will override the player's group with the group specified.

0aedf2b108408e1d5d66fc4ed94724082f7f981a authored about 12 years ago by Zack Piispanen <[email protected]>
Fixed visibility of PlayerHooks.cs

99605263845aad7e1ba069486e5ed66dc21481dc authored about 12 years ago by Zack Piispanen <[email protected]>
Added permissions for spawn and home, since they really should be split.

140c73be0a4f81f4abd89418e7d5a5313fa11433 authored about 12 years ago by Zack Piispanen <[email protected]>
Added config option to utilize the allowed group on itembans

Support the config option and allow users on the allowed list to use the banned item.

d4709a31f1b9c57960560305549bed8e2a8035f7 authored about 12 years ago by Zack Piispanen <[email protected]>
Fixes some potential issues with concurrency, as well as cleaning up my z index check.

410f6cf872fe7278770a778098cb0a21719fd281 authored about 12 years ago by Zack Piispanen <[email protected]>
Merge pull request #461 from Scavenger3/InfPermissions

Commands can have more than one permission.

88a9c05220d11093528a8b7dbf343fa39d3724d5 authored about 12 years ago by Lucas Nicodemus <[email protected]>
Merge pull request #466 from Scavenger3/SilentKick

Fix SilentKickInProgress

f26045d4d1daca8259acab8b64fe449c7b15cf19 authored about 12 years ago by Lucas Nicodemus <[email protected]>
Fix SilentKickInProgress

6315fcc533d0e68e930a96444e3fb554740f8cbd authored about 12 years ago by Scavenger3 <[email protected]>
Merge pull request #465 from Scavenger3/RestJsonp

[Rest] Add support for jsonp

daf2d43dfc7862d5c6988d4e6c9aeaaf77782757 authored about 12 years ago by Lucas Nicodemus <[email protected]>
[Rest] Add support for jsonp

074d3142ddb28a45c73b5b2558aed555b9ee8a02 authored about 12 years ago by Scavenger3 <[email protected]>
Permission for /tphere should have been the tphere permission.

458bf65e53eb77385683462cd8aa2b7bf019a8c9 authored about 12 years ago by MarioE <[email protected]>
Merge pull request #464 from ColinBohn/general-devel

Fix deprecation of warp commands

7f6d3a44984c14f32cf11f058cc9432072755826 authored about 12 years ago by MarioE <[email protected]>
Fix deprecation of warp commands

189896446fdc545df709ddaf4475875352c379d1 authored about 12 years ago by Colin Bohn <[email protected]>
Merge pull request #463 from TShock/general-devel

General devel

eefa7b539ce774eeb2555141f72f627ef1564d8c authored about 12 years ago by Lucas Nicodemus <[email protected]>
Fixed bans and warps being deprecated.

477c69facda4d2fed39bf7420cdff3cb8637bd96 authored about 12 years ago by Zack Piispanen <[email protected]>
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel

fd9e48ce826f3e2042cb37405699007dc973e0c4 authored about 12 years ago by Zack Piispanen <[email protected]>
Added xmas hook such that when the server checks to see if it should do xmas related things, it will check all plugins first.

38ae8e9ce6f362b1f2e2fce0b5c5edd9b9f016f2 authored about 12 years ago by Zack Piispanen <[email protected]>
Merge pull request #462 from Scavenger3/Spawnrate

Fixed negative spawnrate

3e6d29b83a6b022e7992fd0947557eef910b1cbe authored over 12 years ago by Lucas Nicodemus <[email protected]>
Fixed negative spawnrate

0a0d80c33e19b4e3befb0f7ebdaae0c0d2784854 authored over 12 years ago by Scavenger3 <[email protected]>
Commands can have more than one permission.

d943367765f075bafa4f4588dee0260e262249ca authored over 12 years ago by Scavenger3 <[email protected]>
Added support for multiple chat commands being executed off one /command. This is due to a request that we allow people to register the same command as someone else. Also, this will fix any issues where two plugins register the same command and one breaks. Ofc, any better suggestions are extremely welcome.

b9099757fbc5b711cef401236251aa38328a6c0f authored over 12 years ago by Zack Piispanen <[email protected]>
Added Hook for player login, for plugin sake, now they can utilize the login before join.

c37cc91ca0c2ee842215b37b2e05561f465c3f79 authored over 12 years ago by Zack Piispanen <[email protected]>
Added some formatting changes to log files. Fixed #458

673f25f88123b0102f543aab167b8de1e57dc341 authored over 12 years ago by Lucas Nicodemus <[email protected]>
Fixed #457

778f0b4f7750109488ecba46564cac8f67b79492 authored over 12 years ago by Lucas Nicodemus <[email protected]>
Version Tick: 4.0.0.0923

5770b86ea621a145b07790f7a42c471d7e6c028d authored over 12 years ago by Lucas Nicodemus <[email protected]>
Updated catchy version nickname

e00551cb6d958cd9dbb8fe9bcb1588867277141c authored over 12 years ago by Lucas Nicodemus <[email protected]>
Actually removed old CONTRIBUTING file this time

b3e74583cdc2e4a38cbfd7f1dc7a6e24d663cfae authored over 12 years ago by Lucas Nicodemus <[email protected]>
Renamed CONTRIBUTING to CONTRIBUTING.md for Markdown

f342480061c1772a4229facc44457d9129fa447e authored over 12 years ago by Lucas Nicodemus <[email protected]>
Added CONTRIBUTING file

8bd059b51fa379845b9a8aed49ca7f6e1d88c0f2 authored over 12 years ago by Lucas Nicodemus <[email protected]>
Merge branch 'general-devel' into 4.0

6a6bb0b0e8f6350ff4a80f1d98811c3d3d4f5721 authored over 12 years ago by Lucas Nicodemus <[email protected]>
Added back in region manager.

Added back in spawnmob commands, including the obsolete boss commands.

88394ac5618335138299876cb33535724e5d8592 authored over 12 years ago by Zack Piispanen <[email protected]>
More fixes

fda287d78daf4fea913c3ac4557e3317387014c2 authored over 12 years ago by MarioE <[email protected]>
Fix a bug

c8dde957f9a994c8c73b692b6330c2ba6730f64c authored over 12 years ago by MarioE <[email protected]>
No need for a duplicate method.

98875e16ac649ec203f46fdbbf3986c3348e4b4b authored over 12 years ago by MarioE <[email protected]>