summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
Commit message (Collapse)AuthorAgeLines
* 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
* Complete the transition to maven :Dmd_52012-03-04-1320/+21
|
* 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.
| * Netbeans 7.1 stuffsnowleo2012-01-12-2/+11
| |
* | More work on 3.0 branchsnowleo2012-01-24-95/+162
| |
* | Netbeans 7.1 RC2 project stuffsnowleo2012-01-02-2/+11
| |
* | 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
|/
* Update copylibs.KHobbits2011-12-13-5/+7
|
* Update Bukkit jars and paths.KHobbits2011-12-12-2/+2
|
* Cleanup of the library foldersnowleo2011-12-01-2/+1
| | | | Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists.
* 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/+23
|
* CB# 1467 B#1022snowleo2011-11-20-2/+2
|
* More code cleanup.KHobbits2011-11-18-1/+0
|
* Fix #1106 GeoIP announces players who are hidden, on join.snowleo2011-11-11-1/+1
|
* More teamcity fixes.KHobbits2011-10-29-29/+4
|
* Lets try a adding a few dependencies.KHobbits2011-10-29-5/+30
|
* Changes to build-impl by Netbeanssnowleo2011-08-08-3/+4
|
* Added code guidelines to all projects, so we don't need them globally.snowleo2011-07-24-3/+38
| | | | | | | Compress jar files Don't copy lib files into dist folders Removed vendor names Changed all java versions to 1.6 to make it consistent.
* Heavy cleanup of all classessnowleo2011-07-16-7/+9
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Only import what we really need.snowleo2011-06-07-2/+2
|
* Permissions 3.1.4snowleo2011-06-07-2/+3
| | | | | Added Code for Perm2, Perm3 and Config Permissions Cleaned EssentialsChat
* 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
* Move Register stuff inside Essentialssnowleo2011-05-13-29/+4
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1454 e251c2fe-e539-e718-e476-b85c1f46cddb
* Add Register as dependency for all projects.snowleo2011-05-13-5/+30
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1453 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