From 878dc269af087c11fa3c37ab50bafa10a47ebff7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 May 2020 13:00:34 +0300 Subject: Add nicks and emails from all hercules commits into AUTHORS file With duplicates because for some people exists more than one emails. --- AUTHORS | 218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) diff --git a/AUTHORS b/AUTHORS index 73fbbaa27..f6b65eaba 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,221 @@ +Hercules/RAthena contributors/developers + +ai4rei +Akkarinage +akrus +akshat157 +Alexander Kozlov +Alige +Amir El Sayed +Ancyker +Andrei Karas +Angelmelody +Angelmelody +AnnieRuru +AnnieRuru +Asheraf +Atemo +AtlantisRO +BinaryCrochet <43975470+BinaryCrochet@users.noreply.github.com> +blacksirius +brianluau +CairoLee +calciumkid +cannelle +cannelle +Carlos Henrique +Christian +csnv +daegaladh +Darren +dastgir +Dastgir +dastgirpojee +Dastgir Pojee +Earisu +Edwin +Emistry +Emistry +Emistry Haoyan +Emistry Haoyan +epuncker +EPuncker +Er_Maqui +Euphy +euphyy +Evil Puncker +EyesOfAHawk +Fisune +flaviojs2005 +flaviojs +FlavioJS +Flipp +Florian Wilkemeyer +FreddieFatso +Frost +Gabriel Mejia +GammCrucis +Gde Mahardhikha Satrigraha +Geniks +gepard1984 +Gepard +glighta +GmOcean +greenboxal2 +GrumpyLittlePanda +Guilherme G. Menaldo +Guilherme G. M +Guilherme Guiguer Menaldo +Guilherme +Guilherme Menaldo +gumi +Habilya +Habilya +Happy +Haru +Haruna +hemagx +HerculesUser +Hercules.ws +Ibrahem Hossam +Ibrahem Zidan +Ibrahim Hossam +Ibrahim Zidan +inhyositsu +Inzianity +jaBote +jaBote +jaBote +jaBote +Jackson +Jedzkie +Jenkijo +jmanfffreak +Jônatas Andreta +Jorge C +Jose Luis Rivera Flores +j-tkay +Kenpachi +Kerubael +KirieZ +KirieZ +kisuka +Kisuka +Kolkka +Kpy! +landergate +lemongrass3110 +Lemongrass3110 +Leo Pflug +linton-dawson +LiYu +louisplag <42522191+louisplag@users.noreply.github.com> +Lucas Brito +M45T3Ryu +malufett +maqc1 +Marcelo Liberato +Mark Hester +marky291 +Marvin Lamart +masao87 +Masao87 +Masao +MasterOfMuppets +Matej Pristak +Matheus Macabu +Mathy +Matias +Maytichai Saowa +mekolat +Mhalicot +michaelforge +michieru +Michieru +Milchdealer +Milk +milky-milk +Miniack +moguri85 +momacabu +MordekaiserGod +MrKeiKun +Mr.Postman +Mumbles +Mumbles +Mumbles +Mumbles +Murilo_Bio +Murilo Pereti Tavares +Mysteries +Mysterious +nadiyama +nadiyama +Nihadm89 +Noil +Normynator +ossi0110 +ossi0110 +panikon +Paradox924x +Paradox924X +Patskie +Piotr Hałaczkiewicz +playtester +Playtester +Poison +Potte +Ragno +Rajat Verma +Reid +Ridley8819 +Ridley +Robbie +rud0lp20 +sagunkho +SagunKho +SamuelHercules +seifert10 +sevenzz23 +Shaktoh +shenhuyong +shennetsind +Shido +Shizuke +sigtus +sirius +Sirius +skyleo +skyleo +smokexyz +Smokexyz +Streusel +Susu +Susu +Taylor Locke +TeMPlatonic +themon +Thibault Payet +trojal +Trojal +tungsinpei +TungSinpei +ultramage +Unknown +Victor +Vincent Thibault +Wolf +xantara +Xantara +Xavier RENE-CORAIL +Yommy +Your Name +zackdreaver +Zarbony + + + + The following people & communities have contributed to the development of Athena through the years. Thank you for all your hard work. -- cgit v1.2.3-60-g2f50 From 589b19879042f2bc88f4781c19b7d7eedd03c231 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 May 2020 04:14:06 +0300 Subject: Update .mailmap --- .mailmap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.mailmap b/.mailmap index 4a9b49d2d..111831380 100644 --- a/.mailmap +++ b/.mailmap @@ -1,3 +1,11 @@ +# hercules aliases + +Jenkijo +Kenpachi kenpachi2k11 +Kenpachi Kenpachi2k13 <3476227+Kenpachi2k13@users.noreply.github.com> +Kenpachi Kenpachi2k13 +Kenpachi Kenpachi Developer + # SVN -> git mailmap -- cgit v1.2.3-60-g2f50 From 55dcc1cc024b078bd325b3f21e9b1555a5d16cc5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 May 2020 05:06:23 +0300 Subject: Add script for generate authors list --- tools/authors.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tools/authors.sh diff --git a/tools/authors.sh b/tools/authors.sh new file mode 100755 index 000000000..a5b601d37 --- /dev/null +++ b/tools/authors.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +git log --format=format:"%aN <%aE>"|grep -v "54d463be-8e91-2dee-dedb-b68131a5f0ec"|sort|uniq -- cgit v1.2.3-60-g2f50 From 8e66eddfd8a1abfb1c827ce4a9f33d3e4c5cee87 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 May 2020 04:26:56 +0300 Subject: Add workaorund for authors generation --- tools/authors.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/authors.sh b/tools/authors.sh index a5b601d37..da4a576c6 100755 --- a/tools/authors.sh +++ b/tools/authors.sh @@ -1,3 +1,4 @@ #!/usr/bin/env sh -git log --format=format:"%aN <%aE>"|grep -v "54d463be-8e91-2dee-dedb-b68131a5f0ec"|sort|uniq +# grep -v "kenpachi2k11" as workaround for avoid .mailmap issue +git log --format=format:"%aN <%aE>"|grep -v "54d463be-8e91-2dee-dedb-b68131a5f0ec"|grep -v "kenpachi2k11"|sort|uniq -- cgit v1.2.3-60-g2f50