{ "info": { "author": "JC Brand", "author_email": "jc@opkode.com", "bugtrack_url": null, "classifiers": [ "Framework :: Zope2", "Programming Language :: Python" ], "description": "Introduction\n============\n\nbabble.server is a messaging service for Zope2 based systems.\n\nIt's the chat server for babble.client, an instant messaging\nclient for Plone, but it doesn't have any dependencies on Plone or babble.client\nand is designed to be usable as a backend, independent of any frontend.\n\nFeatures:\n---------\n\n- User accounts: users must be registered for the chat service\n- Security: most messaging actions requires the user to authenticate \n- Web service: all public API methods return JSON strings.\n- 100% test coverage. (Non-beta releases only).\n\n\nAdditional info:\n----------------\n\nFor additional info, please read the documentation at \nhttp://babblechat.org/babble.server/index.html\n\n\nImportant notice:\n-----------------\n\nIf you are upgrading from babble.server 0.x to 1.x, you *must* run the upgrade\nstep.\n\nThis requires that you add the external method in Extensions/upgrade_to_1.0.py\nin the same Zope instance where you have added the ChatService, and then run it\nby clicking on the \"test\" tab.\n\nMake sure to backup your Data.fs before running the upgrade!\n\nYou can use the following values when adding the External Method:\n\nId: upgrade_to_1.0\nTitle: Babble Server Upgrade 1.0\nModule Name: babble.server.upgrade_to_1_0\nFunction Name: run\n\n\nContributors:\n*************\n - JC Brand brand@syslab.com\n - Alex Pilz pilz@syslab.com\n - Roche Compaan \n\nChangelog\n=========\n\n1.1 (2012-04-11)\n----------------\n\n- Update MANIFEST.in to make sure all files are included. [jcbrand]\n\n\n1.0 (2012-04-10)\n----------------\n\n- Fail gracefully when deleted chatroom is not found. [jcbrand] \n\n\n1.0b5 (2012-03-23)\n------------------\n\n- Various changes to minize write conflicts. [jcbrand]\n\n\n1.0b4 (2011-11-20)\n------------------\n\n- New feature: ChatRoom objects, for multi-person conversations. [jcbrand]\n- More cleanup and refactoring of the API. [jcbrand]\n\n\n1.0b3 (2011-10-18)\n------------------\n\n- Allow non-ascii usernames. [jcbrand]\n- Added stress tests and some speed improvements based on these tests. \n Most notable is that messages are now stored in shared messageboxes inside\n conversation objects. [jcbrand]\n- User status support has been removed, since it's not being used by\n babble.client. If someone is still relying on it, please let me know. [jcbrand]\n\n\n1.0b2 (2011-10-06)\n------------------\n\n- Require a 'since' parameter in getUnclearedMessages. [jcbrand]\n\n\n1.0b1 (2011-10-05)\n------------------\n\n- Major change, backwards incompatible to 0.x. Retrieve messages relative to \n timestamps, instead of marking them as read. [jcbrand]\n\n0.3.1 (2011-01-18)\n------------------\n\n- Test for usernames of None in confirmAsOnline [jcbrand]\n\n0.3 (2010-12-16)\n----------------\n\n- Added simple caching for the User Access Dict to lessen writes [jcbrand]\n- Added the z3c.autoinclude plugin [jcbrand]\n\n0.2 (2010-10-18)\n----------------\n\n- Converted message dates to UTC [pilz]\n\n0.1 (2010-05-05)\n----------------\n\n- Added default title and id values for the Chat Service [jcbrand]\n\n0.1a1 (2010-04-08)\n------------------\n\n- Initial release (jcbrand)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/plone/plone.example", "keywords": "chat zope plone", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "babble.server", "package_url": "https://pypi.org/project/babble.server/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/babble.server/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/plone/plone.example" }, "release_url": "https://pypi.org/project/babble.server/1.1/", "requires_dist": null, "requires_python": null, "summary": "A backend messaging server for Zope2.", "version": "1.1" }, "last_serial": 786659, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "92b3118d2fda54db59b9ccd9472f1881", "sha256": "abdc4ffe03789dad9864691e8d6a1581c139bf85972ae85669b88af686484b05" }, "downloads": -1, "filename": "babble.server-0.1.zip", "has_sig": false, "md5_digest": "92b3118d2fda54db59b9ccd9472f1881", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28662, "upload_time": "2010-05-05T16:07:07", "url": "https://files.pythonhosted.org/packages/b4/e1/bb38193d12044b86de156fe45fc29e9f6fada288758f968736364a0c4eda/babble.server-0.1.zip" } ], "0.1a1": [ { "comment_text": "", "digests": { "md5": "cbcb81daad55efa906b58c0dad475752", "sha256": "c6d07fe5a039adbe0fe9346cf20d1806f3d80c9f056c8fb8519b5e9915946ec1" }, "downloads": -1, "filename": "babble.server-0.1a1.zip", "has_sig": false, "md5_digest": "cbcb81daad55efa906b58c0dad475752", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28632, "upload_time": "2010-04-08T14:40:08", "url": "https://files.pythonhosted.org/packages/33/22/0eadd32f58825cf882ca964fc02dbffa1f3a1eedd07e2efd0626de92bb34/babble.server-0.1a1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "fbdcc44c3d788489db8a30ff918b49aa", "sha256": "01f50d7c339b0468c88a52a6bd876134892bc7423c5bb01e99e0f19d88b8ef1d" }, "downloads": -1, "filename": "babble.server-0.2.tar.gz", "has_sig": false, "md5_digest": "fbdcc44c3d788489db8a30ff918b49aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19493, "upload_time": "2010-10-18T16:20:55", "url": "https://files.pythonhosted.org/packages/32/33/374868098d6177505deaf12ec7d715fcf2fbc3290de5bb2cdfa699215d2a/babble.server-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "f72a77208aa73667e40600a6cce77aef", "sha256": "a51f7f72978b35b2ae904ddd56f6ce2d0da58da6acf76dbda309a492b3f24ee9" }, "downloads": -1, "filename": "babble.server-0.3.tar.gz", "has_sig": false, "md5_digest": "f72a77208aa73667e40600a6cce77aef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20181, "upload_time": "2010-12-16T16:44:06", "url": "https://files.pythonhosted.org/packages/ec/b9/7b398834e90b5cfe7be725a7667226e7adc49785a6811d484b3842a86467/babble.server-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "f4d8405c3d6605ba949a2322c5c8b591", "sha256": "33b481a35be34f858dd13858dd95f9d6ec6b0513ebbd287616f52e2b973ed27c" }, "downloads": -1, "filename": "babble.server-0.3.1.tar.gz", "has_sig": false, "md5_digest": "f4d8405c3d6605ba949a2322c5c8b591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20918, "upload_time": "2011-01-18T17:19:03", "url": "https://files.pythonhosted.org/packages/44/21/d4d4b032584eee935a86c25daf00100269fdb82b9689b6a228e67113e5c2/babble.server-0.3.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "4cf96b1580ae8130c7376f4d85c26caa", "sha256": "217b8ce521ee84f0b51bdb468abf1d479c1d3755139c0267b8e0839f1b97dd20" }, "downloads": -1, "filename": "babble.server-1.0.zip", "has_sig": false, "md5_digest": "4cf96b1580ae8130c7376f4d85c26caa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34837, "upload_time": "2012-04-10T18:13:46", "url": "https://files.pythonhosted.org/packages/68/df/78ad997aec8b2ed323c0211f3bb7a1b3132316043ceab7a9ba851966fd73/babble.server-1.0.zip" } ], "1.0b1dev": [ { "comment_text": "", "digests": { "md5": "517b704ed7c09ce435ebe162c75ede97", "sha256": "843953221986a0109ddd3e728c5148a54ddb452b919e0de48f23ded2eceb6e07" }, "downloads": -1, "filename": "babble.server-1.0b1dev.tar.gz", "has_sig": false, "md5_digest": "517b704ed7c09ce435ebe162c75ede97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22522, "upload_time": "2011-10-05T10:50:38", "url": "https://files.pythonhosted.org/packages/fd/fe/97ee52ff2bc4a1c5edae3a154286294028ea944fe0c15f0ab28b50ef7996/babble.server-1.0b1dev.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "7ba4a562684a31ee3e510779c4e4494f", "sha256": "e7a60b5a217a6b8a6e598a6ab93deed903569bb98df8efe48b18d3c8d6105d0b" }, "downloads": -1, "filename": "babble.server-1.0b2.zip", "has_sig": false, "md5_digest": "7ba4a562684a31ee3e510779c4e4494f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31573, "upload_time": "2011-10-06T16:14:42", "url": "https://files.pythonhosted.org/packages/12/f1/098064b8c9226793a8c23b9a43b6b7eac4b3af015ebec39c60244cae29fe/babble.server-1.0b2.zip" } ], "1.0b2dev": [ { "comment_text": "", "digests": { "md5": "ee71eac37d0bd3acb44c90925c321f17", "sha256": "6eee6089e4c3453303799cf9cc743dd10659442358c718d4010ff816293cf441" }, "downloads": -1, "filename": "babble.server-1.0b2dev.tar.gz", "has_sig": false, "md5_digest": "ee71eac37d0bd3acb44c90925c321f17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22974, "upload_time": "2011-10-06T16:06:25", "url": "https://files.pythonhosted.org/packages/a7/bb/719afc888a26d9e8d8abd5da85f55205246db1a230523bdcd2c9d5ed702f/babble.server-1.0b2dev.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "26c6a96ab88dfc1770e37ea1c206c4b7", "sha256": "da2f7bc15baccfdc45aa3ca88a463c33c8683fcd1dfe7a44adb8842369de9f29" }, "downloads": -1, "filename": "babble.server-1.0b3.tar.gz", "has_sig": false, "md5_digest": "26c6a96ab88dfc1770e37ea1c206c4b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24500, "upload_time": "2011-10-18T15:28:17", "url": "https://files.pythonhosted.org/packages/75/8c/4f352b4397448a5d1920419bf526562bc49d8785a5d99896f09976a7517f/babble.server-1.0b3.tar.gz" } ], "1.0b3dev": [], "1.0b4": [ { "comment_text": "", "digests": { "md5": "a4e9ee51a506d99695d5e6fda4d198f8", "sha256": "2705fecef1d6706c0a619c55a1bec1a5b40b9ca18a5f0788ee581fa0c4a0de3b" }, "downloads": -1, "filename": "babble.server-1.0b4.tar.gz", "has_sig": false, "md5_digest": "a4e9ee51a506d99695d5e6fda4d198f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26634, "upload_time": "2011-11-20T07:05:37", "url": "https://files.pythonhosted.org/packages/12/aa/37aa5e3b8953ebf23b7b0d60c163173afbfa49edb7446bd8bb8cf0084560/babble.server-1.0b4.tar.gz" } ], "1.0b5": [ { "comment_text": "", "digests": { "md5": "ef2fd22217150487f0ca21ddce287bb1", "sha256": "4e31a71aed0bfa5d9a78a2f8d665379481a4fdf50608206ec7f2ffd2e76af5af" }, "downloads": -1, "filename": "babble.server-1.0b5.zip", "has_sig": false, "md5_digest": "ef2fd22217150487f0ca21ddce287bb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37469, "upload_time": "2012-03-23T18:09:09", "url": "https://files.pythonhosted.org/packages/d5/2d/b378fef95f0d136f0d61382d6b4d8abf636ab84adb2b7c87d4632c6401bd/babble.server-1.0b5.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "a242e9ec9795a7b0a6554c8164192c8b", "sha256": "cd6d266a4282074ed732d7e0606ebc5cf66e9f42c3dff4117c2a5f7299218c74" }, "downloads": -1, "filename": "babble.server-1.1.zip", "has_sig": false, "md5_digest": "a242e9ec9795a7b0a6554c8164192c8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37581, "upload_time": "2012-04-11T10:51:34", "url": "https://files.pythonhosted.org/packages/33/62/43221280795d25d7c56faf55c0ce2aef0973372c2a35b0c86b903d1dd033/babble.server-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a242e9ec9795a7b0a6554c8164192c8b", "sha256": "cd6d266a4282074ed732d7e0606ebc5cf66e9f42c3dff4117c2a5f7299218c74" }, "downloads": -1, "filename": "babble.server-1.1.zip", "has_sig": false, "md5_digest": "a242e9ec9795a7b0a6554c8164192c8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37581, "upload_time": "2012-04-11T10:51:34", "url": "https://files.pythonhosted.org/packages/33/62/43221280795d25d7c56faf55c0ce2aef0973372c2a35b0c86b903d1dd033/babble.server-1.1.zip" } ] }