summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/plugin/SimplePluginManager.java
Commit message (Expand)AuthorAgeLines
* Some minor improvements from static analysismd_52017-11-07-9/+10
* Assorted whitespace fixesmd_52017-08-06-2/+2
* SPIGOT-3409: Improve performance of registering stupid amounts of permissions...md_52017-07-10-5/+20
* Remove ability to load plugins with spaces in their name.md_52017-05-14-5/+2
* Warn about removal of ability to load plugins with spaces in Minecraft 1.12md_52017-04-21-1/+1
* BUILDTOOLS-251: Make much of Bukkit locale independentmd_52016-06-26-7/+7
* Speed up permission recalculation.md_52015-09-18-1/+1
* [SPIGOT-950] Make handlerList requirement really obvious.md_52015-06-01-1/+1
* Provide warnings for spaces in plugin names. Addresses BUKKIT-5419Wesley Wolfe2014-02-15-1/+16
* Fix loadbefore, soft, and normal dependencies with spaces. Fixes BUKKIT-5418Wesley Wolfe2014-02-15-3/+3
* [Bleeding] Blacklist certain plugin namest00thpick12014-02-08-1/+6
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-6/+12
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-3/+3
* Convert name to lower case for removePermission; Fixes BUKKIT-3726Max A2013-03-11-2/+2
* Clarify some of the verbose in SimplePluginManager.Wesley Wolfe2012-09-30-9/+4
* Support asynchronous events; Addresses BUKKIT-1212Wesley Wolfe2012-06-13-2/+19
* Reverse disable order; Addresses BUKKIT-1389Wesley Wolfe2012-05-26-2/+3
* [Bleeding] Added loadbefore property; Addresses BUKKIT-843Wesley Wolfe2012-03-21-2/+20
* [Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844Wesley Wolfe2012-02-29-3/+2
* Event system optimizations. Addresses BUKKIT-813TomyLobo2012-02-28-25/+22
* [Bleeding] Exception cleanup. Addresses BUKKIT-774Wesley Wolfe2012-02-18-23/+11
* Deprecation cleanup.Erik Broes2012-02-18-70/+18
* [Bleeding] Added ability to register and listen to SubEvents. AddressesFeildmaster2012-02-13-6/+1
* [Bleeding] Add the ability for plugins to ignore cancelled events whenmd_52012-02-09-80/+59
* Properly unregister plugin channels when a plugin gets disabled.Meaglin2012-02-09-0/+7
* Fixed plugin loader. Thanks Wolvereness!EvilSeph2012-01-25-58/+184
* Updated timing code for new event systemTahg2012-01-19-5/+30
* Added a default to EventHandler.priority()zml20082012-01-18-1/+1
* [Bleeding] Changed event system into a new, much faster design. Huge thanks t...Nathan Adams2012-01-17-72/+112
* Generic cleaningErik Broes2012-01-15-5/+5
* Don't send events to disabled plugins.Feildmaster2012-01-15-26/+26
* Fixed nullcheck error message on null plugin (see previous commit)Nathan Adams2012-01-14-2/+2
* Nullcheck in registerEvent (thanks to an old PR by LRFLEW - I'm sorry for the...Nathan Adams2012-01-14-0/+24
* Added timings command.Tahg2012-01-09-0/+2
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-2/+2
* Revert "Added the ability to register commands dynamically."Erik Broes2011-10-13-9/+2
* Added the ability to register commands dynamically.sk89q2011-10-13-2/+9
* Moved itr.remove() in loadPlugins(). Thanks lahwran!EvilSeph2011-10-01-2/+2
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-2/+3
* Switched to native weak hashmap instead of guavas for SimplePluginManagerDinnerbone2011-09-17-3/+3
* Added the ability to access offline players & more reverse lookup fixes in Pe...Dinnerbone2011-09-03-9/+7
* Added method to retrieve all registered permissionsDinnerbone2011-08-29-0/+4
* Made Permissions mutable, added methods to view which Permissibles are subscr...Dinnerbone2011-07-20-13/+112
* Added new permission systemDinnerbone2011-07-17-0/+44
* Register commands on any enableDinnerbone2011-06-26-1/+12
* Added check and catch for errors during cancelTasks and unregister of service...stevenh2011-05-22-3/+11
* Whitespace + general cleanupErik Broes2011-05-15-21/+26
* Fixed errors during plugin enable/disable leaving Bukkit in an undefined stat...sk89q2011-05-13-4/+6
* Guarded against plugins throwing exceptions on enable and disable to prevent ...stevenh2011-05-13-4/+12
* Added support for an update on load feature for plugins. Thanks Raphfrk!EvilSeph2011-05-05-1/+16