Commit Graph

7 Commits

Author SHA1 Message Date
John Hurliman
ff7a711b22 Fix for recent CAPS event queue error logging patch, null sanity check
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1911 52acb1d6-8a22-11de-b505-999d5b087335
2008-07-11 05:51:56 +00:00
John Hurliman
acb59f606f * Apparently the CAPS server does not support keep-alive at all (see http://jira.secondlife.com/browse/SVC-2628), so support for it has been completely disabled and the connection reuse timeout is 100x more aggressive now
* The 502 errors are unofficially part of the protocol (see http://jira.secondlife.com/browse/SVC-2629), so the event queue logging has been cleaned up and no longer emits messages for those.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1908 52acb1d6-8a22-11de-b505-999d5b087335
2008-07-09 23:20:45 +00:00
John Hurliman
112019de03 Converted logging system to use a singleton log4net wrapper class
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1831 52acb1d6-8a22-11de-b505-999d5b087335
2008-05-06 23:57:26 +00:00
John Hurliman
16d61c2cd2 [libsecondlife]
* Rewrote CapsBase to reimplement the needed functions in WebClient instead of inheriting
* Fixed some bugs in CapsClient with the wrong callbacks being hooked up
* InventoryManager.RequestCreateItemFromAsset() signature changed to add a progress callback
* Updated example code to match new RequestCreateItemFromAsset()
[primpreview]
* Changed FRONT_AND_BACK rendering to FRONT only to speed things up
* Only run picking code for left-clicks

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1827 52acb1d6-8a22-11de-b505-999d5b087335
2008-05-05 23:41:41 +00:00
John Hurliman
fc102af3a8 More intelligent error reporting from EventQueueClient
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1760 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-22 18:59:39 +00:00
John Hurliman
d14e5062d1 Added more logging for the CAPS system
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1545 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-21 06:25:13 +00:00
John Hurliman
037b7b0aed Initial check-in of the new CAPS rewrite. Current issues:
* Original CapsEventQueue is still being used until a bug in the new one can be resolved
* New progress callbacks are not being utilized (yet)
* Listener classes (CapsListener and EventQueueListener) are only stubs right now

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1518 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-06 00:58:28 +00:00