Diva Canto
|
ecb28ae130
|
V2 map now working in grids too. WARNING: A few visible configuration variables added in order for this to work. See .ini.example changes
|
2011-06-13 09:13:44 -07:00 |
|
Diva Canto
|
2e77518c6d
|
bit depth: 24!!! begeez! -- zoom levels work now.
|
2011-06-12 21:51:26 -07:00 |
|
Diva Canto
|
78c16da544
|
A few bug fixes on map V2. Zoom level weirdness still there.
|
2011-06-12 17:05:45 -07:00 |
|
Diva Canto
|
fd57c91b4a
|
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
|
2011-06-12 15:37:42 -07:00 |
|
Oren Hurvitz
|
39323055bd
|
When a plugin fails to load because a DLL is missing, log which DLL it is
|
2011-06-07 20:17:49 -07:00 |
|
Diva Canto
|
3307db5d4a
|
This hopefully fixes all issues with online/offline notifications across grids. http://opensimulator.org/mantis/view.php?id=5528
|
2011-06-07 19:36:04 -07:00 |
|
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.
|
2011-06-07 10:51:12 -07:00 |
|
Diva Canto
|
6312eea459
|
HG IM bug fix: grid_instant_message was being placed in the default port instead of the specified one.
|
2011-06-02 10:14:26 -07:00 |
|
Diva Canto
|
65c71050cc
|
Extra debug message
|
2011-06-02 09:39:29 -07:00 |
|
Diva Canto
|
f2f30a7890
|
HG Friends bug fix: connector was shrinking principalID to UUID.
|
2011-06-02 07:26:40 -07:00 |
|
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
|
2011-05-27 13:07:18 -07:00 |
|
Diva Canto
|
4087a453dc
|
Avoid a scary warning message about null replies from the user agent service.
|
2011-05-27 08:53:26 -07:00 |
|
Diva Canto
|
0d29f73916
|
Commented a few extra debug messages.
|
2011-05-26 19:13:03 -07:00 |
|
Diva Canto
|
0c58a9e680
|
HG IM in grid mode working fairly well. Unknown target user references looked back in source user's User Agent service.
|
2011-05-26 10:04:48 -07:00 |
|
Diva Canto
|
5c2168cae7
|
HG: Instant Message working. Tested on HG standalones only. Needs a lot more testing.
|
2011-05-25 12:32:21 -07:00 |
|
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.
|
2011-05-24 09:38:03 -07:00 |
|
Diva Canto
|
24f28d3534
|
HG friends: Status notifications working. Also initial logins get the online friends in other grids.
|
2011-05-23 19:45:39 -07:00 |
|
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.
|
2011-05-22 16:51:03 -07:00 |
|
Diva Canto
|
58c53c41de
|
Fixed permissions bug related to friends in PermissionsModule. Added FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work.
|
2011-05-21 16:48:00 -07:00 |
|
Diva Canto
|
d21e9c755f
|
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
|
2011-05-19 16:54:46 -07:00 |
|
SignpostMarv Martin
|
cb6cd3714e
|
The get_grid_info REST call now encodes XML Entities
|
2011-05-14 00:31:54 +01:00 |
|
Diva Canto
|
e9e4c009b4
|
This makes compression of fatpacks actually work. Previously they always failed. See comment in WebUtil.
|
2011-05-11 20:44:03 -07:00 |
|
Diva Canto
|
7fa2489a6e
|
Revert "Functional improvement: close the stream. Non-functional: add debug messages to find out why updates are getting an error. WARNING: MASSIVE CONSOLE SPAM ON TPs."
This reverts commit 5548f83750.
|
2011-05-11 13:15:27 -07:00 |
|
Diva Canto
|
af2e12d2b4
|
One more debug message. Don't use this unless your name is nebadon.
|
2011-05-11 10:43:50 -07:00 |
|
Diva Canto
|
5548f83750
|
Functional improvement: close the stream. Non-functional: add debug messages to find out why updates are getting an error. WARNING: MASSIVE CONSOLE SPAM ON TPs.
|
2011-05-11 10:21:42 -07:00 |
|
Melanie
|
c8b9558039
|
Also compress the actual fatpacks
|
2011-05-08 23:52:31 +01:00 |
|
Melanie
|
e345f03895
|
Remove a spammy debug I left in. Disable TP cancel button at the point
of no return.
|
2011-05-08 22:05:33 +01:00 |
|
Melanie
|
1be67914fa
|
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
|
2011-05-08 20:20:40 +01:00 |
|
Melanie
|
9688db2f68
|
Enable compressed (gzip) fatpack transfers.
|
2011-05-08 20:20:00 +01:00 |
|
BlueWall
|
8ca7938753
|
Adding ssl support
Adding ssl support for "Out of Band" applications such as the remote
admin module or Robust services
|
2011-05-05 19:56:54 -04:00 |
|
Diva Canto
|
9892e115cc
|
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
|
2011-04-28 20:19:54 -07:00 |
|
SignpostMarv Martin
|
6153c45973
|
LLLoginHandlers now supports both password & web login
Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
|
2011-03-26 02:28:11 +00:00 |
|
Justin Clark-Casey (justincc)
|
db7c758b7f
|
On a Grid Handler exception, explicitly log the exception message and stack trace so that we get somewhat better diagnostics on windows
|
2011-02-24 00:55:50 +00:00 |
|
Melanie
|
918c12c965
|
Change the QUERYACCESS method to eliminate spurious access denied messages
|
2011-02-16 08:06:11 +00:00 |
|
Diva Canto
|
34bd41d186
|
Comment previous debug
|
2011-02-08 11:16:38 -08:00 |
|
Diva Canto
|
305c755cfb
|
XFF header again -- debug.
|
2011-02-08 07:50:01 -08:00 |
|
Melanie
|
4e0b0f0f4c
|
Fix a typo in the QUERYACCESS method name
|
2011-02-05 04:24:43 +00:00 |
|
Melanie
|
188d86998d
|
Fix up QueryAccess to also check parcels
|
2011-01-28 04:09:04 +00:00 |
|
Justin Clark-Casey (justincc)
|
bf5ec8cb88
|
remove some mono compiler warnings and unnecessary dictionary instantiations
|
2011-01-21 22:51:52 +00:00 |
|
Diva Canto
|
479d72ac97
|
Account for some component along the way lower-casing the HTTP header keys. (XFF header issue)
|
2011-01-17 11:37:39 -08:00 |
|
Diva Canto
|
0aeb8981b2
|
Brute force debug for XFF issue
|
2011-01-17 11:19:20 -08:00 |
|
Diva Canto
|
66f99ae267
|
More debug messages to help track the XFF header problem.
|
2011-01-17 11:03:46 -08:00 |
|
Diva Canto
|
e80bcc0049
|
Improved debug messages to track what is going on with the XFF header
|
2011-01-09 16:52:41 -08:00 |
|
Melanie
|
9971766256
|
Implement Scope ID lookup on GetLandData. Stacked regions were not handled
properly
|
2011-01-03 19:40:55 +00:00 |
|
Melanie
|
4df1d25d23
|
Plumb a code path for the entity transfer module to ask a destination scene
whether or not an agent is allowed there as a root agent.
|
2010-12-09 01:55:32 +00:00 |
|
Diva Canto
|
796216e44f
|
Added an exception handler on CreateObject handler, just in case there's an exception being thrown that is silently being ignored by the http server. (Trying to catch Melanie's problem with attachments on TPs)
|
2010-12-07 20:05:53 -08:00 |
|
Jonathan Freedman
|
45cd2e3ef9
|
Merge branch 'master-core' into mantis5110
|
2010-12-05 11:49:15 -08:00 |
|
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.
|
2010-11-25 11:14:16 -08:00 |
|
Jonathan Freedman
|
bc51dfc45e
|
Merge branch 'master-core' into mantis5110
|
2010-11-23 22:27:54 -08:00 |
|
Melanie
|
45b08a9ce3
|
Fix more potential nullrefs
|
2010-11-23 14:02:20 +00:00 |
|