This website requires JavaScript.
Explore
Help
Register
Sign In
Miko
/
Hippolyzer
Watch
1
Star
0
Fork
0
You've already forked Hippolyzer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e1cfa90873a61acfa5c7adf3cd49e8ed2fa6322b
Hippolyzer
/
pyogp
/
lib
/
base
History
tao.takashi
e1cfa90873
deleted msgdict.py as it seems not to be needed anymore. That stuff is now handled by template_parser etc.
2008-09-03 23:05:12 +00:00
..
message
deleted msgdict.py as it seems not to be needed anymore. That stuff is now handled by template_parser etc.
2008-09-03 23:05:12 +00:00
network
chatting in place, found a bug in serialization
2008-08-25 15:34:04 +00:00
tests
The big message system renaming:
2008-09-03 22:55:07 +00:00
__init__.py
2008-06-27 15:10:24 +00:00
agent.py
merged trunk mrtopf-networking to trunk, grokified it, fixed a bug when not finding a serializer and added a test for it. Capabilities now also have a POST method for POSTing data to them. GET, etc. is pending.
2008-07-24 19:25:02 +00:00
agentdomain.py
nop
2008-09-03 22:51:03 +00:00
api.py
fixed client test bugs and added to chat
2008-08-27 18:57:08 +00:00
avatar.py
merged branch mrtopf-grokified into trunk. For making it work I resolved some obvious conflicts and changed the message parser classes to new style classes.
2008-07-23 20:03:40 +00:00
caps.py
- added exceptions to caps.py - added tests for testing exceptions - added some tests for cap.GET() and cap.POST() - added name to caps string representation and fixed login.txt to not fail because of it
2008-08-28 22:16:33 +00:00
configure.zcml
merged branch mrtopf-grokified into trunk. For making it work I resolved some obvious conflicts and changed the message parser classes to new style classes.
2008-07-23 20:03:40 +00:00
credentials.py
added distinction for plain and md5 credentials by adding a type attribute and making the deserializer notice the right fields in the credential LLSD string.
2008-09-03 22:50:19 +00:00
example.py
added logging to the example. It's now used instead of the prints. The script also shows how to use it. If you pass -q nothing will be logged but it might be quite boring as nothing will happen.
2008-09-03 17:35:06 +00:00
exc.py
added more details and string representations
2008-08-28 22:15:27 +00:00
interfaces.py
implemented MD5PasswordCredential, the serializer and extended the deserializer to dispatch between a PlainPasswordCredential and an MD5PasswordCredential. Documentation on this is in the doctest in tests/credential.txt
2008-08-10 16:11:51 +00:00
OGPLogin.py
tweaked the call to IPlaceAvatar in OGPLogin.py
2008-07-29 16:34:46 +00:00
regiondomain.py
both ad and sim event queue working in threads, fully!
2008-08-14 15:35:00 +00:00
registration.py
merged branch mrtopf-grokified into trunk. For making it work I resolved some obvious conflicts and changed the message parser classes to new style classes.
2008-07-23 20:03:40 +00:00