FrozenCow
ab9bf5bc5c
Transfered client-updates to two components (jsonfile and internal).
2011-05-22 16:28:01 +02:00
FrozenCow
9bf095fc0f
Made use of org.json.simple for updates.
2011-05-22 16:27:57 +02:00
FrozenCow
10a34e2d3a
Moved regions-code to regions-component.
2011-05-22 16:27:49 +02:00
FrozenCow
678b6b916b
Added events for components and implemented 'buildclientconfiguration'-event in ClientConfigurationComponent.
2011-05-22 16:27:43 +02:00
Mike Primm
d061b98b37
Fixes for alias/nicknames in web UI (esp handling player icons),
...
HeroChat fixes
2011-05-21 23:58:48 -05:00
Mike Primm
a3b680dd19
Fix for skins on players with nicknames - send up account name as well
...
as display name.
2011-05-21 00:59:08 -05:00
Mike Primm
2765f047fd
Tune shadow render, add to accept wait queue on web server
2011-05-20 23:26:46 -05:00
Mike Primm
dcfd082039
Add support for WorldGuard on built-in server, fix getNodes() on new
...
ConfigurationNode class
2011-05-18 23:29:33 -05:00
zeeZ
08014fb9a5
Option to output player health in json for later web usage.
2011-05-19 01:52:38 +02:00
FrozenCow
8e0f1c6b96
Cleaned up logging.
2011-05-19 01:36:14 +02:00
FrozenCow
4a35eea9d9
Cleaned up configuration handling and added new logging class.
2011-05-19 01:36:05 +02:00
zeeZ
609a9f3724
Organize imports.
2011-05-17 11:30:06 +02:00
zeeZ
0c8e13f943
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/main/java/org/dynmap/MapManager.java
src/main/java/org/dynmap/debug/LogDebugger.java
src/main/java/org/dynmap/web/handlers/FileHandler.java
src/main/java/org/dynmap/web/handlers/SendMessageHandler.java
2011-05-17 11:24:13 +02:00
Mike Primm
85518e72c9
Fix re-entrancy problem in FileHandler (shared buffer can cause
...
corrupted or exchanged tiles)
2011-05-16 21:11:28 -05:00
zeeZ
07612cce2a
Prefix all (intentional) output properly.
2011-05-17 02:38:49 +02:00
zeeZ
b76e6059ae
Tabs and spaces.
2011-05-16 20:55:19 +08:00
zeeZ
bcba7b1a12
Tabs and spaces.
2011-05-16 14:51:18 +02:00
zeeZ
dfb66d9415
Added weather to json world output (hasStorm and isThundering)
2011-05-10 12:51:52 +02:00
zeeZ
1618820180
Organize imports
2011-05-10 12:51:52 +02:00
FrozenCow
0cb23ac84a
Fixed tabs.
2011-05-07 22:11:41 +02:00
zeeZ
c19a2e0a3a
Strip colors off chat, use getDisplayName instead of getName
2011-05-01 23:11:29 +02:00
zeeZ
e853df78f6
Fix for worlds with weird names and URLDecode mumbo-jumbo
2011-04-28 16:34:50 +02:00
FrozenCow
84dfa3c1d5
Another attempt to make server conform http.
2011-04-06 00:54:48 +02:00
FrozenCow
be1424ec14
Removed redundant configuration values and made use of customizable join/quit messages.
2011-04-05 22:30:43 +02:00
FrozenCow
08e85fe23d
Another import removal.
2011-03-17 02:36:26 +01:00
Jason Booth
9c799c71a2
WebChat enhancement and fixes
...
Added Spam Message config
Internal server now replies a spam message
Fixed getting webchat-interval to get int rather than double then cast
Fixed holding down "enter" on the empty chat line would spam chat attempts
Fixed so jsonip.appspot query is only done once
2011-03-15 19:17:58 -05:00
FrozenCow
53533ec599
Added webchat-interval for anti-spam webmessaging.
2011-03-15 22:43:48 +01:00
FrozenCow
411e1adbfc
Removed some warnings, redisabled BufferedOutputStream closing.
2011-03-15 21:04:53 +01:00
alron
fb55dcd0e3
oops, didn't need that ^^
2011-03-12 01:36:43 -08:00
alron
d0e2096104
Close potential filedescriptor leak.
2011-03-12 01:35:07 -08:00
alron
bc9a0d54d0
Close potential filedescriptor leak.
2011-03-12 01:33:30 -08:00
FrozenCow
767810ca4c
Fixed shutting down http server(?)
2011-03-11 15:22:14 +01:00
FrozenCow
a080825060
Code cleanup.
2011-03-10 15:59:19 +01:00
FrozenCow
d9bbef12f8
Some changes after running Findbugs.
2011-03-05 16:09:26 +01:00
FrozenCow
1f05bc99e2
Optimized stringifyJson a bit.
2011-03-04 22:17:50 +01:00
FrozenCow
630fcf7c93
Cleaned Http handling a bit.
2011-03-04 21:31:16 +01:00
FrozenCow
f7c731f855
Enabled '-' and '.' to be valid world-characters.
2011-03-04 20:15:52 +01:00
FrozenCow
e4cf55c7d6
Added configuration caching.
2011-03-01 18:52:15 +01:00
FrozenCow
f4dcfe77a9
Nicer invalid update-url handling (for invalid world-names or non-existing worlds).
2011-02-26 20:27:54 +01:00
FrozenCow
5c685af299
Fixed httpserver thereby also more optimized.
2011-02-19 00:01:42 +01:00
FrozenCow
d11b0819a6
Fixed stupid mistake with body of http requests.
2011-02-18 19:42:32 +01:00
FrozenCow
a294e10413
Organized imports.
2011-02-15 21:44:08 +01:00
FrozenCow
a73795270d
Make sure request-body is skipped if not read.
2011-02-15 21:06:14 +01:00
FrozenCow
a17eb9859a
Added sendmessage handler (for chatting back).
2011-02-15 21:00:36 +01:00
FrozenCow
82437d5620
Improved HTTP performance and POST/PUT compatbility.
2011-02-15 21:00:04 +01:00
FrozenCow
51097b4f88
Added helper classes for HTTP.
2011-02-15 14:19:43 +01:00
FrozenCow
fe2cd9e206
Report world for players in updates.
2011-02-15 13:38:46 +01:00
FrozenCow
1a58a4e879
Re-added flushing again (oops).
2011-02-13 23:22:57 +01:00
FrozenCow
e4ecb706e1
Fixed time being reported of the correct world.
2011-02-13 22:46:45 +01:00
FrozenCow
440412254b
Fixed HttpServer some more.
2011-02-13 22:30:24 +01:00