summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src
Commit message (Collapse)AuthorAgeLines
* More logging!drtshock2013-05-02-9/+8
|
* Format everything using Netbeanssnowleo2013-04-07-1/+1
|
* Use correct translations with colorsnowleo2013-04-06-2/+2
|
* Update default messages to latest from 2.9 branchsnowleo2013-04-06-2/+2
|
* Moving all default messages back to the code, where they should besnowleo2013-04-06-10/+10
| | | | Also tweaking I18n class and YamlStorageWriter a bit
* Remove all instances of transient. (properly formatted this time!)Iaccidentally2013-01-14-6/+6
|
* Revert "Remove Transient :: Formatting Cleanup"Iaccidentally2013-01-14-7/+7
|
* Remove Transient :: Formatting CleanupIaccidentally2013-01-14-7/+7
|
* Update the build system slightly to use embedded libraries.md_52013-01-13-16599/+0
|
* Essentials Team instead of Essentialsteamsnowleo2012-11-27-1/+1
|
* Update authors fields of all plugins to a link instead of an outdated list ↵snowleo2012-11-27-1/+1
| | | | of developers
* Removed empty methods.snowleo2012-10-24-10/+0
|
* replace user.isHidden() with player.canSee()snowleo2012-10-14-6/+9
|
* Queued writing of the files to reduce disk iosnowleo2012-10-07-8/+1
|
* Cleanupsnowleo2012-10-06-4/+4
|
* Organize Importssnowleo2012-10-06-8/+8
|
* Less locks pleasesnowleo2012-10-06-78/+57
|
* Getting rid of locks, part onesnowleo2012-10-06-1/+1
|
* Fix startup errorssnowleo2012-10-06-0/+3
|
* Updates to protect and geoipementalo2012-08-29-1/+1
|
* Removing server layer part 2snowleo2012-08-26-3/+5
|
* Some user matching updatesementalo2012-07-20-2/+2
|
* Ignore players without IPsnowleo2012-07-12-0/+4
|
* package name change to net.ess3ementalo2012-06-27-15/+15
|
* Renamed plugin from Essentials3 to Essentials-3snowleo2012-06-27-1/+1
|
* That just leaves the big ol' core. Largely ignore Compat as it is very ↵md_52012-06-27-13/+3
| | | | temporary.
* 2.9 -> 3.0 mergeementalo2012-06-06-0/+12
|
* Use maven for versioning. Note GroupManager versioning is broken.md_52012-03-18-1/+1
|
* Splitting permissions and ranks (renamed from groups)snowleo2012-03-14-1/+1
| | | | Deleted all old permissions handlers, since we fully use superperms now
* Modified BetterLocation, and new Permission-Systemsnowleo2012-02-05-2/+3
|
* More general cleanup.KHobbits2012-01-28-2/+2
|
* Fix dependsKHobbits2012-01-25-3/+3
|
* Merge branch 'refs/heads/master' into 3.0snowleo2012-01-24-13/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes to EssChat have not been merged Conflicts: Essentials/src/com/earth2me/essentials/Essentials.java Essentials/src/com/earth2me/essentials/EssentialsEntityListener.java Essentials/src/com/earth2me/essentials/ISettings.java Essentials/src/com/earth2me/essentials/OfflinePlayer.java Essentials/src/com/earth2me/essentials/Settings.java Essentials/src/com/earth2me/essentials/Util.java Essentials/src/com/earth2me/essentials/listener/EssentialsBlockListener.java Essentials/src/com/earth2me/essentials/listener/EssentialsPlayerListener.java Essentials/src/com/earth2me/essentials/listener/EssentialsPluginListener.java Essentials/src/messages.properties Essentials/src/messages_da.properties Essentials/src/messages_de.properties Essentials/src/messages_en.properties Essentials/src/messages_es.properties Essentials/src/messages_fr.properties Essentials/src/messages_nl.properties EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerHighest.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerNormal.java EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectBlockListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectPlayerListener.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPPPlayerListener.java
| * Removing load info, bucket displays that now.snowleo2012-01-20-8/+2
| |
| * Update for new CraftBukkit Event Codesnowleo2012-01-20-4/+6
| | | | | | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* | More work on 3.0 branchsnowleo2012-01-24-95/+162
| |
* | Updated all modules to new api, some settings are still missingsnowleo2011-12-14-10/+18
| |
* | Moved signs code to a new modulesnowleo2011-12-14-1/+1
|/
* If Essentials core fails to read one of the configs now, it will disable ↵snowleo2011-11-30-3/+7
| | | | itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server.
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-23/+21
|
* More code cleanup.KHobbits2011-11-18-1/+0
|
* Fix #1106 GeoIP announces players who are hidden, on join.snowleo2011-11-11-1/+1
|
* Heavy cleanup of all classessnowleo2011-07-16-7/+9
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Missed some parts for the last commitssnowleo2011-06-01-1/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb
* cleanupsnowleo2011-05-22-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1518 e251c2fe-e539-e718-e476-b85c1f46cddb
* Finally get rid of all dependency problems.snowleo2011-05-11-9/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1423 e251c2fe-e539-e718-e476-b85c1f46cddb
* More translation stuff. Translated Spawn, Chat, Protect, GeoIPsnowleo2011-05-10-9/+14
| | | | | | | Protect is only partly translated (sql stuff is not translated) EssentialsSpawn is changed to use the onCommand from Essentials jar, since that is more up to date. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1408 e251c2fe-e539-e718-e476-b85c1f46cddb
* Cleanup of the iConomyBridge Codesnowleo2011-05-02-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1321 e251c2fe-e539-e718-e476-b85c1f46cddb
* This is a big refactoring of the user class and more.snowleo2011-05-01-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many commands have been cleaned. File changes: - all user data has been moved from users.yml to userdata folder - all files in userdata folder are lower case Both changes should be done automatically. Class changes: - Moved all user data functions to UserData class - Moved all user teleport functions to Teleport class - Moved the user list to Essentials class - Less static functions for better testing - EssentialsCommand now has ess Property (Essentials class) - New NotEnoughArgumentsException, that will show command description and syntax New commands: - /seen, shows the last login or logout - /tempban, temporarily ban someone - /tjail and mute, temporarily option added Other changes: - ban reason is saved - don't show "You have xxx mail" on login, if user doesn't have essentials.mail permission - time will be parsed: years, months (mo), weeks, days, hours, minutes (m), seconds, these can be shortened and combined, example: 2 days 5h 30m git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1300 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Geoip: New permission essentials.geoip.show, that allow the player ↵snowleo2011-05-01-2/+9
| | | | | | to see the location of other players. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1299 e251c2fe-e539-e718-e476-b85c1f46cddb