Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-07 | Fix Simian regression | Melanie | 7 | -119/+140 | |
2010-09-05 | Fix a handful of copypaste errors | Melanie | 4 | -4/+4 | |
2010-09-05 | Change UserAccountService to match | Melanie | 1 | -12/+22 | |
2010-09-05 | Make Simian profiles respect the module chosen in [Profile] | Melanie | 1 | -2/+10 | |
2010-09-05 | Fix up presence connector in SimianGrid | Melanie | 1 | -12/+22 | |
2010-09-05 | Fix up Simian inentory | Melanie | 1 | -18/+30 | |
2010-09-05 | Friends works differently, it' snot even a region module at all, but a connector | Melanie | 1 | -16/+1 | |
that is loaded by the core friends module. Change Simian to match. | |||||
2010-09-05 | And the avatar services :) | Melanie | 1 | -12/+22 | |
2010-09-05 | Add the m_Enabled pattern to Simian Auth | Melanie | 1 | -12/+22 | |
2010-09-05 | Add m_Enabled pattern to SimianGridConnector | Melanie | 1 | -14/+28 | |
2010-09-05 | As an exmple, add the code to disable connectors intot he simian asset | Melanie | 1 | -12/+23 | |
connector | |||||
2010-09-04 | One more debug message to track an issue on Danger grid. | Diva Canto | 1 | -0/+1 | |
2010-09-04 | Make User Agent Service and Login Service separable. | Diva Canto | 1 | -10/+32 | |
2010-09-03 | Make SimianFriendsServiceConnector initialize like the other connectors and ↵ | John Hurliman | 1 | -22/+19 | |
gracefully handle the case where it is loaded but disabled #monoaddinslol | |||||
2010-09-03 | * Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors ↵ | John Hurliman | 9 | -160/+83 | |
to handle initialization as graceful as possible with the current broken way region module initialization is done * Added config-include/HyperSimianGrid.ini option for connecting to SimianGrid with HyperGrid enabled (work in progress on the SimianGrid side) | |||||
2010-09-03 | Add another variant of password hash construction to ↵ | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
SimianAuthenticationServiceConnector.CheckPassword() This might be unique to the inventory archiver password check, though at the time it was written, hash construction there should have been identical to other parts of opensim This is from patch http://opensimulator.org/mantis/view.php?id=4983. Thanks cmickeyb. | |||||
2010-09-03 | Last+2 tweak | Diva Canto | 1 | -1/+1 | |
2010-09-03 | Last+1 tweak. | Diva Canto | 1 | -1/+1 | |
2010-09-03 | One last tweak, hopefully. | Diva Canto | 1 | -2/+2 | |
2010-09-03 | Another tweak. Sux^2 | Diva Canto | 1 | -2/+2 | |
2010-09-03 | More tweaks related to my previous commit. Tweaks sux. | Diva Canto | 2 | -3/+3 | |
2010-09-02 | Quick fix for making global references for gatekeepers that are not ↵ | Diva Canto | 3 | -15/+22 | |
domain:port work. This needs a serious rewrite, as the assumption domain:port doesn't hold from here on. Just quick-fixing for now. | |||||
2010-08-23 | Remove various warnings and improve logging messages. No functional changes. | Justin Clark-Casey (justincc) | 6 | -50/+39 | |
2010-08-19 | Partial rewrite of client IP verification. Not completely finished yet, and ↵ | Diva Canto | 3 | -27/+107 | |
untested. Committing to move to my other computer. | |||||
2010-08-19 | Improve some logging in LandConnector | Justin Clark-Casey (justincc) | 1 | -6/+10 | |
This also eliminate the last 'OGS1' logging message (in this case, an erroneous one) | |||||
2010-08-16 | Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵ | Diva Canto | 1 | -2/+13 | |
Basically, let's not let the xml-rpc library do the DNS conversion... | |||||
2010-08-16 | Increased the timeout on AgentUpdate to 30 sec and improved error message to ↵ | Diva Canto | 1 | -2/+2 | |
try to catch some weirdnesses going on in HG TPs (and maybe non-HG TPs too). | |||||
2010-08-14 | clearing some debugmessages | sacha | 1 | -1/+1 | |
2010-08-13 | * Fixed a casing typo for Simian profile data | John Hurliman | 2 | -2/+2 | |
* Minor logging tweak in Simian asset connector | |||||
2010-08-07 | Correct display of landmark about info. Also correct region maturity rating | Melanie Thielker | 1 | -1/+4 | |
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity. | |||||
2010-08-07 | Correct display of landmark about info. Also correct region maturity rating | Melanie Thielker | 1 | -1/+4 | |
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity. | |||||
2010-08-06 | Added Check4096 config var under [GridService], at the request of many. ↵ | Diva Canto | 2 | -54/+54 | |
Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example. | |||||
2010-08-06 | Allow creation of link regions if there is an existing region within a 4096 ↵ | Marck | 2 | -0/+56 | |
range. Also add GetHyperlinks() to the grid service. | |||||
2010-08-04 | Better debug messages | Diva Canto | 1 | -5/+19 | |
2010-07-29 | * Added debug logging to SimianGrid inventory service response parsing | John Hurliman | 1 | -0/+2 | |
2010-07-22 | Add sending of the avatar interests and configuration of the profiles | Melanie | 1 | -2/+33 | |
module as an OpenSim profile module to Simian grid services. Patch by Dimentox, thank you. Applied with changes. | |||||
2010-07-04 | Check cached asset to make sure it contains data, and if not, re-request | Tom Grimshaw | 1 | -3/+3 | |
2010-07-03 | Make sure the AssetServiceConnector times out within 30 seconds. If it ↵ | Tom Grimshaw | 1 | -2/+2 | |
doesn't, the client will get bored and give an upload error, instead of granting success and entering the asset into our retry queue. | |||||
2010-07-01 | Cache all assets on upload so that the client can still retrieve the asset ↵ | Tom Grimshaw | 1 | -3/+2 | |
if it enters a retry queue | |||||
2010-07-01 | Fix build break | Tom Grimshaw | 1 | -1/+1 | |
2010-07-01 | Report asset upload success if it has previously failed | Tom Grimshaw | 1 | -0/+4 | |
2010-07-01 | Catch newid == null which is what happens if the asset service is offline ↵ | Tom Grimshaw | 1 | -0/+4 | |
(seems a connection failure does not throw an exception) | |||||
2010-06-29 | The other half of the asset fix. Implement an exponentially incrementing ↵ | Tom Grimshaw | 1 | -11/+88 | |
retry timer for asset upload failures. Total queue time in the ballpark of 24 hours, which should be a reasonable time for any grid admin to get their asset service back online. This should stop lost assets. | |||||
2010-06-27 | Fix a simian compiler warning | Melanie | 1 | -1/+1 | |
2010-06-24 | * SimianAssetServiceConnector Delete() was expecting the wrong type of ↵ | John Hurliman | 1 | -7/+22 | |
response, reporting false errors * Fixed a typo in a WebUtil error message | |||||
2010-06-22 | * Fixed SimianGrid map tile uploads not having any objects in the images | John Hurliman | 2 | -4/+30 | |
2010-06-15 | * Support salted and unsalted password hashes in ↵ | John Hurliman | 1 | -7/+46 | |
SimianAuthenticationServiceConnector | |||||
2010-06-13 | Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵ | Diva Canto | 2 | -7/+4 | |
neighbours. | |||||
2010-06-13 | Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following | Melanie | 1 | -1/+1 | |
changes: - Start location is NOT optional. The signature was defined with it being mandataory and there is no reason to change it - Adjusted comments to remove misleading or no longer true comments. Default is neuter, according to the code, not male, as the comment stated. | |||||
2010-06-12 | Some people don't use Simian. Make the connector respect that it's disabled | Melanie | 1 | -1/+1 | |
and not try to send a map tile in that case. |