Griatch
|
bb36f2cb76
|
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
|
2014-09-17 10:49:42 +02:00 |
|
Griatch
|
19d6d4ff9e
|
Fixed so multiple webserver interfaces don't kill the websocket client connection. Cleaned up some comments in settings.py.
|
2014-08-23 00:07:47 +02:00 |
|
Griatch
|
d59500f574
|
Updated to a working websocket implementation of webclient.
|
2014-06-28 18:10:20 +02:00 |
|
Griatch
|
ede6634081
|
Converted webclient to use websockets on port 8001. Ideally one would make it so the ajax and websocket clients work under the same django wrapper, but for now this functionality is elusive.
|
2014-06-28 18:10:20 +02:00 |
|
Griatch
|
ef0a154a61
|
First version of working websocket protocol.
|
2014-04-13 16:26:14 +02:00 |
|
Griatch
|
01d15f13ee
|
First, untested implementation of websocket protocol support.
|
2014-04-13 13:18:32 +02:00 |
|
Griatch
|
7c90c3234c
|
Removed a IPv6 restriction in portal, based on input from user 'jayvee' in chat.
|
2013-12-11 13:56:16 +01:00 |
|
Griatch
|
81ce6a1827
|
Fixed silly bug in previous commit.
|
2013-12-09 09:13:51 +01:00 |
|
Griatch
|
8b462b4934
|
Moved import in portal.py to after the manual path insert (Windows only), which possibly increase Windows compatability.
|
2013-12-08 23:54:03 +01:00 |
|
Griatch
|
1ae17bcbe4
|
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
|
2013-11-14 19:31:17 +01:00 |
|
Kelketek
|
699f86273b
|
Customized Reverse Proxy to send along host header from client.
|
2013-07-20 19:36:32 -05:00 |
|
Griatch
|
20e093aa26
|
Settings and server configs updated. The caches between server and website threads are still not properly addressed - a change in the admin interface does not immediately translate to a change in-game.
|
2013-05-23 23:42:55 +02:00 |
|
Griatch
|
c083fe6266
|
Webserver->Server is working, some more cleanup needed.
|
2013-05-23 22:58:50 +02:00 |
|
Griatch
|
94f50fcf33
|
Moved webserver to Server and set up the webclient to work as a stand-alone program on the Portal side. The website link to the webclient is currently pointing to the wrong process, some way to direct that transparently to the Portal-side is needed.
|
2013-05-23 00:02:25 +02:00 |
|
Griatch
|
812bdb0f73
|
Refactored src/server, splitting out into a portal subdirectory to make it clearer what goes on which "side".
|
2013-05-22 18:40:16 +02:00 |
|