From 932f215adf65034c6c792e7f9864568aef7fd8ca Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 11 Dec 2013 16:20:49 +0100 Subject: [PATCH] Updated the README file with latest status. --- README.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index dd429e0128..7b14da9e03 100644 --- a/README.txt +++ b/README.txt @@ -27,9 +27,21 @@ See the INSTALL file for help on setting up and running Evennia. Current Status -------------- +Nov 2013: +Moved the internal webserver with the Server and added support for +out-of-band protocols (MSDP initially). This large development push +also meant fixes and cleanups of the way attributes were handled. +Tags were added, along with proper handlers for permissions, nicks +and aliases. + +May 2013: +Made players able to control more than one Character at the same +time, through the MULTISESSION_MODE=2 addition. This lead to a lot +of internal changes for the server. + Oct 2012: Changed Evennia from the Modified Artistic 1.0 license to the more -standard and permissive BSD license. Lots of updates and bug fixes as +standard and permissive BSD license. Lots of updates and bug fixes as more people start to use it in new ways. Lots of new caching and speed-ups.