Tag Archives: uhu5

Metaverse ID plugin released to public

Currently at version 0.5 (yay incremental improvements!), I’ve decided to push the code to the public SVN server over at google code. I’ve also created a wiki page describing Metaverse ID, that’ll I’ll be keeping up to date with the supported Metaverses etc. Please file any bugs you discover in the plugin on the Google [...]

PHP5 LLSD Parser example

I recently committed my LLSD parser to the public SVN server, after someone posted on the RegAPI mailing list asking for a LLSD parser that worked under PHP5.First the example script, then a step by step explanation of the output. 01< ?php02header(’Content-Type:text/plain’); # makes it easier to read the output03define(’UHU_DEBUG_MODE’,true); # enables extended error reporting04define(’UHU_ERROR_AS_EXCEPTION’,true); [...]

Images of Agni

Once again, I’ve updated the composite and distribution guide maps.

UHU5 code snippets: LLSD/capabilities components

While trying to find a source-code sherpa, I’ve been working on an LLSD parser- it’s mostly complete now, so I started work on an interface to LL’s capabilities services- here’s some snippets that show off the geekiness of the code: 4f458b0230e701_ Here’s the kicker- uhu_capability_regapi::get_error_codes() doesn’t exist- overloading magic is at work. The actual uhu_capability_regapi [...]

Wanted: Source Code Sherpa

I’m in need of a source code sherpa to help me navigate the SL Viewer source code- specifically the portions involved in the retrieval of the in-world events data, so that I can have a more reliable, single data source for the events portion of sw.slr. If you’re interested in helping out, send me an [...]

Images of Agni

It’s been a while since I updated the map of Agni, so in between UHU5 upgrades, I thought it was prudent to update the map. As before, the image is available on the Second Life Wiki, though for this update I’ve added a new image. Distribution Guide A complaint of previous updates was that the [...]

auto-update for groups being held back by WEB-787

It seems that Linden Lab’s recent changes to the layout/design of the search appliance has resulted in a rather annoying bug: periods seem to be stripped out of the group name in the result listings, resulting in a false negative for the portion of UHU5 that handles group2key auto-discovery. Since it doesn’t particularly make sense [...]

Updates on sw.slr upgrade

The UHU5 upgrades to Regions & Places are coming along nicely, which should put off any further refactoring until PHP 5.3 is released (late static binding FTW!). The Region & Places upgrades are of course holding up the Events upgrade, since an Event object will have a Parcel sub-object (I’m sure I’ll have fun working [...]

disabling events-related UHU4 scripts

The majority of the events-related portions of sw.slr are based on UHU4, which is admittedly a little bit icky at times. The MySQL tables storing the events data are about 4GB, and the code & queries using those tables occasionally cause “issues” for my host- since it is a shared host after all. The latest [...]

Updates on UHU5

Overview The configuration check for headersBySAPI() is ran only once- compare the UHU4 implementation with the UHU5 implementation. Although headersBySAPI() is now wrapped in it’s own class, the same function wrapper exists in UHU5 as was present in UHU4. is_uuid() is still a function wrapper to uhu::is_uuid() (previously uhu4::is_uuid()), however the UHU5 version caches the [...]

Bad Behavior has blocked 261 access attempts in the last 7 days.