Diva Canto
|
24ab3e2d5f
|
Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on filling out the UserAccount data.
|
2010-01-13 14:16:05 -08:00 |
Diva Canto
|
e09c9fbe14
|
Bug fix: if user doesn't have an avatar in storage, create one upon first login.
|
2010-01-13 10:20:02 -08:00 |
Diva Canto
|
d939668d6a
|
Bug fix in create user: create inventory was missing.
|
2010-01-13 10:15:14 -08:00 |
Diva Canto
|
901e94c836
|
One more buglet removed: send the region UUID, not the region handle.
|
2010-01-13 09:54:27 -08:00 |
Diva Canto
|
fa272e7521
|
Updated configs.
|
2010-01-13 09:44:20 -08:00 |
Diva Canto
|
640712fe88
|
* Removed debug messages.
* Everything works! (everything that was tested; lots of things to test)
|
2010-01-13 09:38:09 -08:00 |
Diva Canto
|
4de82891a9
|
Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.
|
2010-01-13 09:34:08 -08:00 |
Diva Canto
|
7356860b48
|
Several more buglets removed.
|
2010-01-13 09:17:30 -08:00 |
Diva Canto
|
011a1b3798
|
More appearance woes fixed, this time for child agents. Tested on a grid with 2 simulators. Everything seems to be working, including border crosses. TPs (prim crossing) need love now.
|
2010-01-12 09:49:27 -08:00 |
Diva Canto
|
66920a9047
|
Fixed more appearance woes that showed up using remote connectors. Appearance is now being passed with AgentCircuitData, as it should be.
|
2010-01-12 09:22:58 -08:00 |
Diva Canto
|
77e43f4801
|
Fixed a couple of bugs with Appearance. Appearance is all good now.
|
2010-01-11 17:30:05 -08:00 |
Diva Canto
|
4e7c449c5a
|
This fixes the problem that region modules (new style) weren't being recognized.
|
2010-01-11 14:39:15 -08:00 |
Diva Canto
|
19ad68e5e4
|
Moved MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler()); around, because it was crashing. Now it crashes elsewhere.
|
2010-01-11 08:11:04 -08:00 |
Diva Canto
|
c5ea783526
|
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
|
2010-01-11 07:51:33 -08:00 |
Diva Canto
|
001d369568
|
CommunicationsManager deleted.
|
2010-01-11 07:45:47 -08:00 |
Melanie
|
ca75ad6743
|
Remove CreateCommsManagerPlugin
|
2010-01-11 05:13:47 +00:00 |
Melanie
|
bfddd75ca8
|
Refactor. Instantiate sim status handlers in opensim base, not in a plugin
|
2010-01-11 05:12:01 +00:00 |
Melanie
|
15a11e9745
|
Refactor. Move MainServer init to a place with greener grass
|
2010-01-11 05:03:56 +00:00 |
Diva Canto
|
7e6980b20d
|
dust
|
2010-01-10 21:43:41 -08:00 |
Diva Canto
|
751e70af78
|
NetworkServersInfo removed from CommsManager.
|
2010-01-10 21:37:36 -08:00 |
Diva Canto
|
cddd48aeea
|
Some more unnecessary things deleted in Framework.Communications.
|
2010-01-10 21:00:03 -08:00 |
Diva Canto
|
dc4bbf6065
|
All Framework.Communications.Clients and Framework.Communications.Services deleted, including old LoginService.
|
2010-01-10 20:29:09 -08:00 |
Diva Canto
|
5cf6d6fa79
|
All grid servers deleted, including user server. They served us well.
|
2010-01-10 20:17:37 -08:00 |
Diva Canto
|
2415d36bed
|
OpenSim.Region.Communications.* is no more. Thanks to everyone who contributed to these!
|
2010-01-10 19:50:09 -08:00 |
Diva Canto
|
0c2946031b
|
CommunicationsManager is practically empty. Only NetworkServersInfo is there.
|
2010-01-10 19:42:36 -08:00 |
Diva Canto
|
49618dc102
|
Moved GridInfo service from where it was to Handlers/Grid
|
2010-01-10 19:19:34 -08:00 |
Diva Canto
|
7624184b15
|
Removed refs to OpenIdService in UserServer.
|
2010-01-10 17:21:32 -08:00 |
Diva Canto
|
eb6d49e02c
|
Fixed small inconsistency in config var name.
|
2010-01-10 17:19:40 -08:00 |
Diva Canto
|
b0bbe861cd
|
Moved OpenId authentication from user server to Server.Handlers.Authentication.
|
2010-01-10 17:15:02 -08:00 |
Diva Canto
|
68b7307f4f
|
Forgot to remove 'using'
|
2010-01-10 16:34:01 -08:00 |
Diva Canto
|
53e83e5dbb
|
* Starting to clean the house...
* Fixed circular dependency
|
2010-01-10 16:20:59 -08:00 |
Diva Canto
|
e31131b40f
|
Some typos fixed related to master avie removal
|
2010-01-10 15:41:49 -08:00 |
Diva Canto
|
e3d1d824e1
|
Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
|
2010-01-10 15:39:49 -08:00 |
Diva Canto
|
c0642bf7e0
|
Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
|
2010-01-10 15:35:15 -08:00 |
Diva Canto
|
4dd523b45d
|
* Changed IPresenceService Logout, so that it takes a position and a lookat
* CommsManager.AvatarService rerouted
|
2010-01-10 15:34:56 -08:00 |
Melanie
|
b5f1857d34
|
Remove a little bit more if master avatar
|
2010-01-10 22:55:43 +00:00 |
Melanie
|
3c90d834ea
|
Remove all references to master avatar, replacing with estate owner where
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's
region creation process.
|
2010-01-10 22:41:42 +00:00 |
Diva Canto
|
6998668bbc
|
* Last reference to CommsManager.UserProfileCacheService removed
* Grided-sims added the Library module
|
2010-01-10 14:12:03 -08:00 |
Diva Canto
|
1e1b2ab221
|
* OMG! All but one references to UserProfileCacheService have been rerouted!
* HG is seriously broken here
* Compiles. Untested.
|
2010-01-10 10:40:07 -08:00 |
Melanie
|
78e9dc7c2c
|
Add a "LockedOut" flag to allow locking a region out via the grid server.
This flag prevents registration of a known region
|
2010-01-10 04:23:23 +00:00 |
Melanie
|
9727e3d66b
|
Add "Persistent" flag to regions table flags values
|
2010-01-10 02:44:57 +00:00 |
Melanie
|
e189b3056f
|
Add last_seen field to regions table
|
2010-01-10 02:13:55 +00:00 |
Melanie
|
21de921b95
|
Make the new API return only the regions that are marked online
|
2010-01-10 02:07:10 +00:00 |
Melanie
|
7403f2fd36
|
Merge branch 'presence-refactor' of melanie@opensimulator.org:/var/git/opensim into presence-refactor
|
2010-01-10 01:46:56 +00:00 |
Diva Canto
|
7cb66de2e0
|
* Moved command reset password from OpenSim to UserAccountService.
|
2010-01-09 18:16:14 -08:00 |
Diva Canto
|
96ecdcf9c5
|
* Added SetPassword to IAuthenticationService.
* Added create user command to UserAccountService. Works.
* Deleted create user command from OpenSim.
|
2010-01-09 18:04:50 -08:00 |
Melanie
|
d889d4e1fa
|
Finally the region service config stuff is in.
|
2010-01-10 01:46:34 +00:00 |
Melanie
|
2639fa6ded
|
Merge branch 'presence-refactor' of melanie@opensimulator.org:/var/git/opensim into presence-refactor
|
2010-01-10 01:02:29 +00:00 |
Melanie
|
7a352edd5a
|
Add some commands to the grid server
|
2010-01-10 01:02:03 +00:00 |
Diva Canto
|
59a713cb23
|
Removed empty project OpenSim.Framework.Communications.Tests. The only test in there was login, and that is gone now.
|
2010-01-09 16:24:44 -08:00 |