# HG changeset patch # User sirebral # Date 1248172456 18000 # Node ID 67b900deb35c90186c898262d574ea4fa9fd5389 # Parent 83fb9a73a30f4edba502ce4ba902c3324a0b5ea6 One more run before moving to stable. diff -r 83fb9a73a30f -r 67b900deb35c orpg/orpg_version.py --- a/orpg/orpg_version.py Tue Jul 21 02:52:54 2009 -0500 +++ b/orpg/orpg_version.py Tue Jul 21 05:34:16 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Grumpy Goblin" -BUILD = "090721-01" +BUILD = "090721-02" # This version is for network capability. PROTOCOL_VERSION = "1.2" diff -r 83fb9a73a30f -r 67b900deb35c plugins/xxcherrypy.py --- a/plugins/xxcherrypy.py Tue Jul 21 02:52:54 2009 -0500 +++ b/plugins/xxcherrypy.py Tue Jul 21 05:34:16 2009 -0500 @@ -44,7 +44,7 @@ urllib.urlopen("http://orpgmeta.appspot.com/myip").read() ).documentElement.getAttribute("ip") - self.port = int(self.plugindb.GetString("xxcherrypy", "port", None)) or 6775 + self.port = int(self.plugindb.GetString("xxcherrypy", "port", 8080)) or 6775 self.plugin_addcommand('/cherrypy', self.on_cherrypy, '[on | off | port | status] - This controls the CherryPy Web Server')