aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2-13/+6
This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector.
2010-02-08Deleted unused class that came back because of merge conflicts.Diva Canto1-755/+0
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto2-26/+0
lots of other obsolete configs.
2010-01-30Changed an error message to w warning message.Diva Canto1-1/+1
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-4/+9
* Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
2010-01-29Works for grid login.Diva Canto1-9/+15
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-0/+5
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-0/+9
2010-01-26* .. More Endlines...Teravus Ovares (Dan Olivares)1-1/+1
2010-01-26* a few more endlines..Teravus Ovares (Dan Olivares)1-4/+4
2010-01-26* Quick fix to Remote Console session ID handling.Adam Frisby1-0/+6
2010-01-20Console output no longer requires loglevel to be set to info; you can run ↵mbowman2-2/+2
the simulator with log level WARN or ERROR and see the output of console commands Signed-off-by: Melanie <melanie@t-data.com>
2010-01-19Change a member of the friendslist module to better reflect the client sideMelanie1-2/+0
data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list.
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-0/+4
2010-01-17* Added ServiceURLs to AgentCircuitData.Diva Canto1-0/+21
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini.
2010-01-14add an agent position field to AgentUpdateArgs for use by some non-LL clientsdahlia1-0/+8
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto1-16/+22
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto3-2/+74
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-258/+0
2010-01-11CommunicationsManager deleted.Diva Canto1-58/+0
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto1-7/+0
2010-01-10Some more unnecessary things deleted in Framework.Communications.Diva Canto6-1169/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto7-3779/+0
deleted, including old LoginService.
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2-63/+0
2010-01-11Add a console_port setting to let the rest console use a different portMelanie1-2/+2
from the region server
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-176/+0
2010-01-10Forgot to remove 'using'Diva Canto1-1/+0
2010-01-10* Starting to clean the house...Diva Canto4-1164/+3
* Fixed circular dependency
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie2-100/+1
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-4/+5
* HG is seriously broken here * Compiles. Untested.
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie2-10/+1
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto3-77/+17
2010-01-09Fix up the weird Lindenish "setaccess" message. Talk about strange....Melanie1-4/+4
2010-01-09Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie2-1/+29
will be honored now, while allowed groups will not. This requires additional groups module integration work
2010-01-08A few more inches... Old friends things removed. Less references to ↵Diva Canto2-516/+0
UserProfileService.
2010-01-08Adds IClientAPI voids for GroupProposals.Revolution1-1/+6
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-345/+0
2010-01-08Fix repeated ArgumentOutOfRangeException when a local OpenSim console is ↵Justin Clark-Casey (justincc)2-35/+79
resized under mono May fix mantises 3186, 3270, 4022, 4238
2010-01-08Moving the new group data structures out of LLClientView into GroupData.Melanie1-0/+26
The new methods are still not in IClientAPI, so some work remains to be done.
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-5/+5
* Started rerouting calls to UserService. * Compiles. May run.
2010-01-07Fixes the newly added packets as per Melanie's request.Revolution1-11/+11
Provisionally applied to fix the naming. Signatures are still subject to change. Signed-off-by: Melanie <melanie@t-data.com>
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames2-2/+2
2009-12-31Whitespace cleanup (changed hard tabs to 4 spaces)Melanie1-61/+61
2009-12-31Adds tons of packets.Revolution1-0/+68
Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31More progress on both the Simulation service and the Login service. Both ↵Diva Canto1-0/+27
still unfinished.
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto1-0/+4
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto1-1/+1
the existing code.
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-2/+3
can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
2009-12-26Add AvatarInterestsReplyMelanie1-0/+2
2009-12-23Change in how the Library returns its descendant folders, so that it ↵Diva Canto1-1/+20
includes folders added after the initial load off the file system, by other mechanisms.