diff --git a/LICENSE.md b/LICENSE.md index 863cc6c29..d8600784d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -26,4 +26,5 @@ Shane Freeder Gabscap Jadon Fowler chickeneer +Minecrell ``` diff --git a/Spigot-API-Patches/0068-Handle-plugin-prefixes-in-implementation-logging-con.patch b/Spigot-API-Patches/0068-Handle-plugin-prefixes-in-implementation-logging-con.patch index e43a06f6b..26eefb5c0 100644 --- a/Spigot-API-Patches/0068-Handle-plugin-prefixes-in-implementation-logging-con.patch +++ b/Spigot-API-Patches/0068-Handle-plugin-prefixes-in-implementation-logging-con.patch @@ -1,5 +1,5 @@ From f27a613d49050d6941376ec69d0efa182cab743c Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Thu, 21 Sep 2017 16:14:13 +0200 Subject: [PATCH] Handle plugin prefixes in implementation logging configuration diff --git a/Spigot-API-Patches/0069-Allow-plugins-to-use-SLF4J-for-logging.patch b/Spigot-API-Patches/0069-Allow-plugins-to-use-SLF4J-for-logging.patch index 0fd98be79..7e9cb03ad 100644 --- a/Spigot-API-Patches/0069-Allow-plugins-to-use-SLF4J-for-logging.patch +++ b/Spigot-API-Patches/0069-Allow-plugins-to-use-SLF4J-for-logging.patch @@ -1,5 +1,5 @@ From 21357c1c249a2ebea454a1bb6b7b435c3fecdbfa Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Thu, 21 Sep 2017 16:33:12 +0200 Subject: [PATCH] Allow plugins to use SLF4J for logging diff --git a/Spigot-API-Patches/0070-Add-workaround-for-plugins-modifying-the-parent-of-t.patch b/Spigot-API-Patches/0070-Add-workaround-for-plugins-modifying-the-parent-of-t.patch index caf441692..9df0423d0 100644 --- a/Spigot-API-Patches/0070-Add-workaround-for-plugins-modifying-the-parent-of-t.patch +++ b/Spigot-API-Patches/0070-Add-workaround-for-plugins-modifying-the-parent-of-t.patch @@ -1,5 +1,5 @@ From ff0a13235b08f1c508e36951f820337a8d4e71ff Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Thu, 21 Sep 2017 19:41:20 +0200 Subject: [PATCH] Add workaround for plugins modifying the parent of the plugin logger diff --git a/Spigot-Server-Patches/0208-Use-TerminalConsoleAppender-for-console-improvements.patch b/Spigot-Server-Patches/0208-Use-TerminalConsoleAppender-for-console-improvements.patch index fc9c7d5af..63ec26997 100644 --- a/Spigot-Server-Patches/0208-Use-TerminalConsoleAppender-for-console-improvements.patch +++ b/Spigot-Server-Patches/0208-Use-TerminalConsoleAppender-for-console-improvements.patch @@ -1,5 +1,5 @@ From f300c987bf978cd5a1a6466e4f846a704a692809 Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Fri, 9 Jun 2017 19:03:43 +0200 Subject: [PATCH] Use TerminalConsoleAppender for console improvements diff --git a/Spigot-Server-Patches/0236-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch b/Spigot-Server-Patches/0236-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch index 8c5f12867..c289cdae4 100644 --- a/Spigot-Server-Patches/0236-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch +++ b/Spigot-Server-Patches/0236-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch @@ -1,5 +1,5 @@ From 66c9cdfd056ed6789980d4cca7245efa0a8ad9ce Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Mon, 18 Sep 2017 12:00:03 +0200 Subject: [PATCH] Use Log4j IOStreams to redirect System.out/err to logger diff --git a/Spigot-Server-Patches/0237-Handle-plugin-prefixes-using-Log4J-configuration.patch b/Spigot-Server-Patches/0237-Handle-plugin-prefixes-using-Log4J-configuration.patch index b5258b4a8..b5e1377ad 100644 --- a/Spigot-Server-Patches/0237-Handle-plugin-prefixes-using-Log4J-configuration.patch +++ b/Spigot-Server-Patches/0237-Handle-plugin-prefixes-using-Log4J-configuration.patch @@ -1,5 +1,5 @@ From e5dc209cabc90dbdc9824472d8888176fb1f9234 Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Thu, 21 Sep 2017 16:14:55 +0200 Subject: [PATCH] Handle plugin prefixes using Log4J configuration diff --git a/Spigot-Server-Patches/0238-Include-Log4J2-SLF4J-implementation.patch b/Spigot-Server-Patches/0238-Include-Log4J2-SLF4J-implementation.patch index 52f5d0d87..75e50007b 100644 --- a/Spigot-Server-Patches/0238-Include-Log4J2-SLF4J-implementation.patch +++ b/Spigot-Server-Patches/0238-Include-Log4J2-SLF4J-implementation.patch @@ -1,5 +1,5 @@ From fa8a701f15d3ce39f3c7af65000fa2ca2b9a6475 Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Thu, 21 Sep 2017 16:33:35 +0200 Subject: [PATCH] Include Log4J2 SLF4J implementation diff --git a/Spigot-Server-Patches/0239-Disable-logger-prefix-for-various-plugins-bypassing-.patch b/Spigot-Server-Patches/0239-Disable-logger-prefix-for-various-plugins-bypassing-.patch index 676798fe1..c6ec1bb32 100644 --- a/Spigot-Server-Patches/0239-Disable-logger-prefix-for-various-plugins-bypassing-.patch +++ b/Spigot-Server-Patches/0239-Disable-logger-prefix-for-various-plugins-bypassing-.patch @@ -1,5 +1,5 @@ From 0685c29429ea9669da418dc14d7d0ff9817f29ad Mon Sep 17 00:00:00 2001 -From: Minecrell +From: Minecrell Date: Sat, 23 Sep 2017 21:07:20 +0200 Subject: [PATCH] Disable logger prefix for various plugins bypassing the plugin logger