Commit graph

55 commits

Author SHA1 Message Date
FrozenCow
0cfd7997b9 Made webchat-interval in seconds. 2011-03-15 22:47:12 +01:00
FrozenCow
53533ec599 Added webchat-interval for anti-spam webmessaging. 2011-03-15 22:43:48 +01:00
FrozenCow
d398eb0bb0 Added empty onLoad method 2011-03-15 13:22:05 +01:00
FrozenCow
c2d00b740e Abstracted permissions. Cleaned up DynmapPlugin. 2011-03-11 16:05:54 +01:00
FrozenCow
803c4104d9 Merge branch 'master' of https://github.com/flames/dynmap 2011-03-11 15:18:41 +01:00
FrozenCow
02514b8625 Render command now responds with a nice message. 2011-03-10 22:59:03 +01:00
Jason Booth
15e7417807 Fix client side timestamp problem
Added Support for standalone webchat by reading a json file
Fix for jsonfile-interval in code
Added working php script with spam prevention, for webchat
2011-03-10 00:11:43 -06:00
FrozenCow
e1fbb52109 Fixed being able to render other worlds from command. 2011-03-08 02:39:16 +01:00
FrozenCow
d06a0ecb4b Changed chat-mechanism a bit. 2011-03-07 22:07:34 +01:00
Arthur Mayer
a92e17f6d4 some fix to allowchat 2011-03-07 07:13:32 +01:00
Arthur Mayer
aba85ac512 added option to disable webchat input 2011-03-07 07:07:48 +01:00
FrozenCow
96305ee761 Removed (seemingly broken) event BLOCK_DAMAGED. 2011-03-06 14:50:15 +01:00
FrozenCow
36685c5950 Added ability to specify colorschemes per map/renderer. 2011-03-05 18:38:17 +01:00
FrozenCow
d9bbef12f8 Some changes after running Findbugs. 2011-03-05 16:09:26 +01:00
FrozenCow
dd38b4b972 Added configurable render-triggers. 2011-03-05 15:39:21 +01:00
FrozenCow
3a0be06dd0 Fixed disable-webserver not being used (thanks for checking that Kilandor). 2011-02-24 00:58:40 +01:00
FrozenCow
aa62f36c11 Merge remote-tracking branch 'kilandor/master' into nowebserver
Conflicts:
	configuration.txt
	src/main/java/org/dynmap/DynmapPlayerListener.java
	src/main/java/org/dynmap/DynmapPlugin.java
	web/map.js
2011-02-22 17:58:39 +01:00
FrozenCow
d10393546b Replaced onPlayerCommand by onCommand (server-consoles can now also be used to execute commands). 2011-02-22 14:51:40 +01:00
FrozenCow
90fe02be59 Added commands to plugin.yml, removed disabledcommands and added fullrender <worldname>. 2011-02-22 00:42:37 +01:00
FrozenCow
1df916dde0 Made MapTypes per World (instead of having MapTypes for all worlds). 2011-02-21 22:17:38 +01:00
FrozenCow
b5adcd03ef Used new Bukkit constructor format. 2011-02-21 16:22:16 +01:00
FrozenCow
a71fa73361 Added WebChat back to web. 2011-02-19 16:31:13 +01:00
FrozenCow
9995bd8895 Added debugging to configuration. Disabled by default. 2011-02-19 15:25:31 +01:00
Arthur Mayer
b5654208ee chat interface added, config option changed from showchatballoons:
ture/false to showchat: balloons/modal
2011-02-18 07:08:29 +01:00
Arthur Mayer
dc2c95eb2c added join and quit messages to chat 2011-02-18 05:30:49 +01:00
Jason Booth
41d70539e2 Fixed jsontimer-interval config not being used.
Change JsonTimerTask.java to use jsontimer-interval+10 to allow a buffer for late/delayed client requests(to prevent updated tiles info to be missing)
2011-02-17 10:05:07 -06:00
Jason Booth
72166607dc Fixed timer to be stopped onDisabled if it was started 2011-02-17 09:45:32 -06:00
Jason Booth
92b45b8d31 Merge branch 'master' of git://github.com/FrozenCow/dynmap
Conflicts:
	configuration.txt
	src/main/java/org/dynmap/DynmapPlugin.java
2011-02-17 08:54:23 -06:00
FrozenCow
a17eb9859a Added sendmessage handler (for chatting back). 2011-02-15 21:00:36 +01:00
FrozenCow
fe2cd9e206 Report world for players in updates. 2011-02-15 13:38:46 +01:00
FrozenCow
e4ecb706e1 Fixed time being reported of the correct world. 2011-02-13 22:46:45 +01:00
FrozenCow
80f2942e1d Added automatically creating tiles directory. 2011-02-13 01:33:05 +01:00
FrozenCow
bae9c9f4db Server-side multiworld support with several improvements overal. 2011-02-12 23:47:00 +01:00
Jason Booth
be0c238f9c Removed System debug messages.
Added missing JsonTimerTask.java
2011-02-09 11:57:46 -06:00
Jason Booth
f669d9f2aa New config to Disable Webserver
New feature and config to output JSON to file
2011-02-09 11:35:09 -06:00
FrozenCow
9be43dbef5 Added ability to disable commands in configuration. 2011-02-07 17:25:16 +01:00
Janne Sinisalo
9b9630fff4 Compile fix for multiworld
Updated getWorlds()[0] to getWorlds().get(0)
2011-02-07 17:42:11 +02:00
FrozenCow
4f1c932c67 Renamed WebServer to HttpServer and WebServerRequest to HttpServerConnection. 2011-02-05 20:53:42 +01:00
FrozenCow
6cd10e21bc Moved handlers to their own (independent) classes. 2011-02-05 20:51:20 +01:00
FrozenCow
a89ef6ac75 Applied Eclipse formatting. 2011-02-05 02:25:18 +01:00
FrozenCow
e7aff6ee79 Removed comments. 2011-02-05 02:11:49 +01:00
FrozenCow
4c392d940f Updated Server.getTime to World.getTime (to reflect Bukkit's changes) 2011-02-02 11:40:49 +01:00
FrozenCow
32aa67a76c Moved Web* to webpackage and added server-to-client configuration (server-side). 2011-01-26 00:38:36 +01:00
Nathan Wolf
3a1c218487 Adding chat message pop-ups! 2011-01-25 14:03:27 -08:00
FrozenCow
5ee5fee232 Added getters/setters. 2011-01-25 18:43:11 +01:00
FrozenCow
6419469be3 Added ability to hide players (/map hide, /map hide playername(s) and /map show). 2011-01-20 22:56:39 +01:00
FrozenCow
9b8a90bf9f Added some of the configuration options. (not all yet) 2011-01-16 21:44:03 +01:00
FrozenCow
3aa48f2215 Added configuration and renamed Map to MapType. 2011-01-16 18:09:58 +01:00
FrozenCow
18a1f484d8 Fixed to be compatible with latest Dynmap. 2011-01-15 23:18:16 +01:00
FrozenCow
53e7ab73a0 Fix to reflect Bukkit's changes. Also fixes the threading-problems. 2011-01-15 21:44:27 +01:00