Aaron Terrell (Enus)
ecd3c1fd2a
fixing 2 tests, and making a bug fix to Quaternion from bytes parsing
2010-01-11 14:54:00 -08:00
Aaron Terrell (Enus)
86f2cbd614
removing an unused import
2010-01-09 00:36:46 -08:00
Aaron Terrell (Enus)
df522a5a6e
moving from indra.base to llbase, for llsd. we have not yet moved to lluuid, but we will in time
2010-01-08 23:06:09 -08:00
Aaron Terrell (Enus)
1fabf32d49
moving proxy files to pyogp/apps/proxy
2010-01-07 10:50:38 -08:00
Aaron Terrell (Enus)
b0781d3fb0
cleanup
2010-01-07 10:47:40 -08:00
Aaron Terrell (Enus)
007cb8aefd
checking in changes to support using pyogp components in a viewer proxy, plus a bug fix in datatypes.py
2010-01-05 17:21:36 -08:00
Aaron Terrell (Enus)
f14cb07465
modifying extant code to support the proxy, getting the udp proxy a bit closer to completion. still need to ignore data we send to the viewer
2010-01-02 04:41:59 -08:00
Aaron Terrell (Enus)
7651b054f6
moving a setting from client to base (missed that a while back), adding the stub of udpproxy.py - so not complete
2009-12-31 12:00:30 -08:00
Aaron Terrell (Enus)
e62770ec1d
reverting the udp processing loop to api.sleep(0)
2009-12-22 07:39:08 -08:00
Aaron Terrell (Enus)
6d49c5540a
removing build files inadvertently committed to the repository
2009-12-22 07:29:18 -08:00
Aaron Terrell (Enus)
6676576ca6
slowing the udp loop down a bit
2009-12-18 14:23:56 -08:00
Aaron Terrell (Enus)
6cecb01f1f
not pinning eventlet to 0.8.14, as the current 0.9.1 removes the dependency on pyOpenSSL. tested on Mac OSX 10.6.
...
Fixes https://jira.secondlife.com/browse/PYO-71
2009-12-09 16:11:16 -08:00
Aaron Terrell (Enus)
a4383788c6
adding .hgignore
2009-12-09 16:07:45 -08:00
Aaron Terrell (Enus)
c1f020cecd
updating README.txt
2009-12-08 16:09:42 -08:00
Aaron Terrell (Enus)
4e9ba95d19
really fixing namespace declarations
2009-12-03 20:39:43 -08:00
Aaron Terrell (Enus)
4dc9dbcfee
fixing package declaration and package_data (for message_template.msg and message.xml)
2009-12-03 16:55:17 -08:00
Aaron Terrell (Enus)
4f23ed145a
declaring the namespace in namespace_packaging
2009-12-03 16:37:07 -08:00
kotler.linden
00292916b3
temporary fix to not strip off padding of binary data
2009-11-14 00:43:54 +00:00
enus.linden
41b57df548
adding a flag to toggle monitoring of outgoing packets
2009-11-11 17:28:57 +00:00
enus.linden
fe57fbe86e
integrating message.xml checking into udp message serialization and deserialization
2009-10-20 22:43:49 +00:00
enus.linden
f7cc801bbf
one should think to svn up prior to publishing eggs. done do now
2009-10-19 05:42:21 +00:00
enus.linden
15d9804fbf
fixing up the setup and sending a new egg
2009-10-19 05:40:42 +00:00
enus.linden
e801f27f28
checking in an egg so that setup.py can work form pyogp.lib.client, this will have to be maintained as edits are made to this package
2009-10-19 05:32:30 +00:00
kotler.linden
7196ff1955
refactored Capability to allow a more generic way of POSTing to a cap without going through the LLSD serializer.
2009-10-17 00:24:02 +00:00
enus.linden
c87707de7b
moving sphinx docs to their natural location
2009-10-15 21:48:05 +00:00
enus.linden
782feee46a
adding a comment re a bug to fix, and adding whitespace which is so pretty
2009-10-12 20:42:22 +00:00
joshua.linden
43042bb322
Added unit test for message[block][index][var] shortcuts
2009-10-09 16:09:56 +00:00
joshua.linden
2ef5ed08a0
* Refactor redundant code out of an if/else block * Add __getitem__ accessors so you can replace this:
...
packet.blocks['RegionInfo'][0].get_variable('SimName').data
with this:
packet['RegionInfo'][0]['SimName']
Reviewed by Enus Linden
2009-10-08 23:56:00 +00:00
enus.linden
bcfb58f081
adding custom message_template.msg and message.xml to MessageManager(), and passing it through
2009-10-06 23:28:31 +00:00
kotler.linden
34ad6f4c2b
another message_manager test
2009-10-06 18:33:56 +00:00
kotler.linden
a8f3115c6b
fix to the comment regular expression to parse 1 line comments that don't start at the beginning of the line
2009-10-06 17:47:36 +00:00
enus.linden
863352a47d
removed a nose argument that was running all tests
2009-10-06 05:22:26 +00:00
enus.linden
1be075f406
new message_template.msg and message.xml, test updates
2009-10-05 22:13:31 +00:00
joshua.linden
0159d63772
Fix creation of Messages with multiple Blocks for events coming over the event queue.
...
Reviewed by Enus Linden
2009-10-02 22:48:17 +00:00
kotler.linden
eb5f6d08a1
removed region dependency from EventQueueClient and MessageManager
2009-10-02 22:03:01 +00:00
joshua.linden
5b65c64074
oops, forgot this part of r2824 (required for NameValue support) - parser and serialization change for Vector3
2009-10-02 18:12:43 +00:00
joshua.linden
147abe7516
Remove duplicated code block (merge issue?)
2009-10-02 18:11:23 +00:00
joshua.linden
b1085a74a4
Remove unused EventletClient which requires eventlet.httpc, which is removed in newer versions of eventlet
2009-09-30 23:31:43 +00:00
kotler.linden
6b59f96ae6
minor bug fix found through the power of unittests :)
2009-09-30 00:31:53 +00:00
kotler.linden
7ff5115786
add event queue setting to base.settings, fixed settings test case, started work on tst_message_mananger
2009-09-30 00:10:16 +00:00
kotler.linden
8f2c635398
removed region attribute from udpdispatcher since it serves no purpose and the udpdispatcher can multiplex hosts so it makes no sense to be tied to a single region
2009-09-29 22:19:34 +00:00
kotler.linden
5724037da9
adding message_manager and event_queue to lib.base
2009-09-29 19:04:42 +00:00
joshua.linden
a492ffac49
Fix for DEV-39785: errors with packet ack decoding.
...
Acks were being incorrectly stripped before zero-decoding, so bogus data was re-added and subsequent ack parsing would fail.
Will get post-facto review from Enus.
2009-09-11 19:00:30 +00:00
enus.linden
306c40248d
movinf helpers.py and deleting the utilities dir
2009-09-04 05:30:18 +00:00
enus.linden
9f8ec77716
fixing up logging imports, moving some things around
2009-09-04 05:00:00 +00:00
enus.linden
bfed8d8574
removing parse_packet, added it to apps
2009-09-04 04:37:55 +00:00
enus.linden
4c94199d8a
moving enums to client, removing unneeded build_packet_templates
2009-09-04 04:30:01 +00:00
enus.linden
6fe81dc56e
just cleaning up settings a bit
2009-09-04 03:56:29 +00:00
enus.linden
ba03081acd
moving datamanager from base to client
2009-09-03 19:49:05 +00:00
enus.linden
e2fa197b2f
pairing down settings in base, adding a test to cover it
2009-09-03 19:34:54 +00:00