This commit is contained in:
Gabriele C 2015-11-25 15:13:45 +01:00
parent f8ec474534
commit ea0e65df55
2 changed files with 16 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<w>auths</w>
<w>bcrypt</w>
<w>bcrypt's</w>
<w>bodyash</w>
<w>bukkit</w>
<w>checkpw</w>
<w>ciphertext</w>
@ -16,27 +17,33 @@
<w>crazycrypt</w>
<w>cycically</w>
<w>damager</w>
<w>darkwarriors</w>
<w>datasource</w>
<w>doffp</w>
<w>dontneed</w>
<w>doublemd</w>
<w>ekskey</w>
<w>feistel</w>
<w>generatedpass</w>
<w>gensalt</w>
<w>geoip</w>
<w>getclasse</w>
<w>hashpw</w>
<w>hashsum</w>
<w>hotbar</w>
<w>irobin</w>
<w>jdbc</w>
<w>joomla</w>
<w>koffp</w>
<w>koolaid</w>
<w>lastloc</w>
<w>lastposworld</w>
<w>lastposx</w>
<w>lastposy</w>
<w>lastposz</w>
<w>lgpl</w>
<w>logininmillieseconds</w>
<w>maxetto</w>
<w>maxmind</w>
<w>maxolen</w>
<w>mazieres</w>
@ -55,23 +62,31 @@
<w>plen</w>
<w>preprocess</w>
<w>provos</w>
<w>rkwarriors</w>
<w>royalauth</w>
<w>rtner</w>
<w>saltb</w>
<w>saltedsha</w>
<w>schneier's</w>
<w>scry</w>
<w>servername</w>
<w>sgdc</w>
<w>slen</w>
<w>smtp</w>
<w>sqlite</w>
<w>streamtoword</w>
<w>teleport</w>
<w>tortious</w>
<w>unavailableworld</w>
<w>unlogged</w>
<w>visee</w>
<w>wordpress</w>
<w>xauth</w>
<w>xenforo</w>
<w>xephi</w>
<w>xubic</w>
<w>yaml</w>
<w>zhhk</w>
</words>
</dictionary>
</component>

View File

@ -46,7 +46,7 @@ public class RoyalAuthConverter implements Converter {
data.saveAuth(auth);
} catch (Exception e) {
ConsoleLogger.writeStackTrace(e);
ConsoleLogger.showError("Error while trying to import " + o.getName() + " RoyalAuth datas");
ConsoleLogger.showError("Error while trying to import " + o.getName() + " RoyalAuth data");
}
}
}