gravitylow / Updater

Easy automatic updates for Bukkit
MIT License
35 stars 41 forks source link

Remove API-Key (Useless) and update messages #18

Closed stuntguy3000 closed 10 years ago

stuntguy3000 commented 10 years ago

Removes the now useless API-Key function.

ghost commented 10 years ago

^

gravitylow commented 10 years ago

..no.......

stuntguy3000 commented 10 years ago

Why no?

gravitylow commented 10 years ago

Just because you think something is useless doesn't make it useless. The API key is a valid part of the spec and you don't just rip things out because you don't use them.

TnTBass commented 10 years ago

The API key for the server-mods API is meant for server administrators to enter their own API key to use to download updates for all plugins. It isn't strictly required, but is definitely useful to have and may lead to faster downloads if Curse wishes to limit the speed or use of the anonymous access. Anonymous access is used when no API key is present.

Please try to understand the system you are modifying before you attempt to modify it by removing key features.

stuntguy3000 commented 10 years ago

Thank you @TnTBass That makes sense.