aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-07This hopefully fixes all issues with online/offline notifications across grid...Diva Canto3-10/+76
2011-06-07Remove scary error messageDiva Canto1-6/+0
2011-06-07This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto3-18/+14
2011-06-06This should make offline IMs work again. It should work for incoming foreign ...Diva Canto1-4/+47
2011-06-04Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)1-2/+6
2011-06-02HG IM: increase the timeout valueDiva Canto1-1/+1
2011-06-02Bug fix on HG IM.Diva Canto2-14/+14
2011-06-02HG Friends bug fix: connector was shrinking principalID to UUID.Diva Canto1-12/+12
2011-06-01Re-Apply Use current TravelingAgent if the the login failure reason is "Login...BlueWall1-2/+5
2011-06-01Revert "Use current TravelingAgent if the login failure reason is "Logins Dis...BlueWall1-5/+2
2011-06-01Use current TravelingAgent if the login failure reason is "Logins Disabled" t...BlueWall1-2/+5
2011-06-01Add alternate region handling for url based logins as found in login to "home...BlueWall1-3/+15
2011-05-30Made GetMapImage public in the HyperlinkerDiva Canto1-5/+5
2011-05-30Made the GatekeeperConnector a public property.Diva Canto1-0/+4
2011-05-30HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ce...Diva Canto1-1/+4
2011-05-28Fixed an issue with the response of CreateAgent over the SimulationConnector.Diva Canto1-6/+21
2011-05-27minor: remove mono compiler warningJustin Clark-Casey (justincc)1-4/+4
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-0/+1
2011-05-27HG inventory transfers over the profile working.Diva Canto2-5/+7
2011-05-26Commented a few extra debug messages.Diva Canto3-9/+7
2011-05-26HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto5-8/+103
2011-05-26fix bug where outfit folder links could not be deletedJustin Clark-Casey (justincc)1-4/+4
2011-05-25HG: Renamed, shuffled some interfaces around. Move them all to IHypergridServ...Diva Canto2-45/+9
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto6-0/+522
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto4-11/+103
2011-05-23HG friends: Status notifications working. Also initial logins get the online ...Diva Canto4-3/+303
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto7-89/+79
2011-05-22File to be removedDiva Canto1-11/+0
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto6-33/+70
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto7-11/+299
2011-05-19Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)1-6/+28
2011-05-18Accidentally committed too earlyJustin Clark-Casey (justincc)1-24/+6
2011-05-17Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)1-6/+24
2011-05-08Also compress the actual fatpacksMelanie1-1/+6
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-5/+14
2011-05-06minor: slightly shorten "show digest" printing codeJustin Clark-Casey (justincc)1-5/+5
2011-05-06on asset "show digest" command, print out the asset type name (e.g. texture) ...Justin Clark-Casey (justincc)1-1/+1
2011-05-06Say which filename an asset has been dumped to on a successful dumpJustin Clark-Casey (justincc)1-2/+6
2011-05-06remove the NDesk.Options using since didn't end up needing itJustin Clark-Casey (justincc)1-1/+0
2011-05-06Add "dump asset" command to the asset service for debugging purposes.Justin Clark-Casey (justincc)1-0/+43
2011-05-02Increased timeout for fat UpdateAgent to 200secs. Nebadon's 3800-prim alien a...Diva Canto1-1/+1
2011-05-02Oops, forgot this one.Diva Canto1-1/+1
2011-05-02Turns out that it's a bad idea to let Agent position updates linger for a lon...Diva Canto1-7/+7
2011-05-01Fixed confusing OSDMap that comes as the response of QueryAccess in the case ...Diva Canto1-9/+12
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto2-2/+0
2011-04-29Minor improvement in version checking (Simulation service)Diva Canto1-1/+1
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2-8/+13
2011-04-27Thank you Snoopy for a patch that adds some filtering to client versions allo...Diva Canto2-5/+74
2011-04-25Addresses mantis #5449 -- crashing exception in SendInventoryFolderDetails.Diva Canto1-6/+4
2011-04-24Commented verbose debug message.Diva Canto1-1/+1