Diva Canto
|
fd57c91b4a
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
|
13 years ago |
Diva Canto
|
f5d82350bb
This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
|
13 years ago |
Diva Canto
|
46cdd442a8
[Profiles] --> [Profile]
|
13 years ago |
Diva Canto
|
76525be7b2
HG lures working! Friends can offer friends HG teleports via the profile. WARNING: additional configuration for HG inis -- see *Common.ini.example
|
13 years ago |
Diva Canto
|
36f9d55c36
Added a BasicProfilemodule so that the profile-based actions (like give inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
|
13 years ago |
Diva Canto
|
5c2168cae7
HG: Instant Message working. Tested on HG standalones only. Needs a lot more testing.
|
13 years ago |
Diva Canto
|
e19031849e
Added necessary code to drop inventory on hg friends using the profile window, but can't test because this mechanism doesn't seem to work without a profile service.
|
13 years ago |
Diva Canto
|
24f28d3534
HG friends: Status notifications working. Also initial logins get the online friends in other grids.
|
13 years ago |
Diva Canto
|
336665e035
More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
|
13 years ago |
Diva Canto
|
d21e9c755f
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
|
13 years ago |
Marck
|
9a24c0b41c
Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.
|
14 years ago |
Diva Canto
|
ae4b02e115
WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
|
14 years ago |
Diva Canto
|
78f6fe0b31
Added missing sections to StandaloneHypergrid.ini
|
14 years ago |
Diva Canto
|
1314c87f36
Enabled GridInfoServiceInConnector for standalones.
|
14 years ago |
Diva Canto
|
239478f3a9
Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono.
|
14 years ago |
Diva Canto
|
cd19e6fe32
Fixes mantis #4842
|
14 years ago |
Diva Canto
|
49f4becdae
* Fixed configs in StandaloneHypergrid.ini, it still had the SQLite connection strings.
|
14 years ago |
Diva Canto
|
c1fe07b022
* Added missing loggout notification to home grid upon agents logging out in foreign grids.
|
14 years ago |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
|
14 years ago |
Diva Canto
|
bd49985afa
Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory.
|
14 years ago |
Diva Canto
|
38b8c52762
Removed obsolete configs.
|
14 years ago |
Diva Canto
|
774958bbbf
Added FriendsData to both Null storage and SQLite. Untested.
|
14 years ago |
Diva Canto
|
679ad95750
List of friends now retrieved upon login. Configured and tested in standalone only.
|
14 years ago |
Diva Canto
|
552e9e8c78
* Added SQlite connector for AvatarData. Tested -- works.
|
14 years ago |
Diva Canto
|
0ab6aac052
Added UserAccountData and auth to the SQLite connector. Compiles, runs, but access to these tables doesn't work.
|
14 years ago |
Diva Canto
|
dc19785672
Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim can run out-of-the-box. #WaitingForSQLite
|
14 years ago |
Diva Canto
|
67b0fcf806
* Added OpenSim.Server.HG.ini as an add-on to OpenSim.Server.ini
|
14 years ago |
Diva Canto
|
041594ed07
Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs.
|
14 years ago |
Diva Canto
|
40d8e91008
* Added a few files that were missing in the repo.
|
14 years ago |
Diva Canto
|
42f978a478
* HGScene is no more.
|
14 years ago |