This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-24 10:55:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
df7abbb367ecac2fb09e1af10d3ec2a792ea2ed2
opensim
/
OpenSim
/
Server
/
Handlers
/
Hypergrid
History
Justin Clark-Casey (justincc)
bf5f8b54ae
Remove the somewhat misleading logging of the string length of some unknown requests, as this appeared to be some kind of numbered error code.
...
This brings these messages into line with similar messages that did not do this.
2012-05-03 02:22:06 +01:00
..
AgentHandlers.cs
Enable compressed (gzip) fatpack transfers.
2011-05-08 20:20:00 +01:00
GatekeeperServerConnector.cs
Enable compressed (gzip) fatpack transfers.
2011-05-08 20:20:00 +01:00
HeloServerConnector.cs
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
2011-12-05 20:44:20 +00:00
HGFriendServerConnector.cs
HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
2012-03-20 17:14:19 -07:00
HGFriendsServerPostHandler.cs
Remove the somewhat misleading logging of the string length of some unknown requests, as this appeared to be some kind of numbered error code.
2012-05-03 02:22:06 +01:00
HomeAgentHandlers.cs
Account for some component along the way lower-casing the HTTP header keys. (XFF header issue)
2011-01-17 11:37:39 -08:00
HypergridHandlers.cs
Assorted bug fixes in hypergrid linking.
2010-05-03 09:50:55 -07:00
InstantMessageServerConnector.cs
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
UserAgentServerConnector.cs
HG Friends: reroute the status notifications to the HGFriends service, so that they can scale better. They were previously being handled by the UAS; that is still there, but it's now obsolete and will be removed in a future release.
2012-03-21 10:35:06 -07:00