summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
Commit message (Collapse)AuthorAgeLines
* Normalize file modes, please do not change without reason.md_52013-02-02-0/+0
|
* Fix maven shadeChris Ward2013-02-02-0/+7
|
* 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-16614/+37
|
* Merge gravy's pull and reformat codeKHobbits2012-12-31-16/+15
|
* 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
* 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
|