index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Server
/
Handlers
/
Hypergrid
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated several warnings
Oren Hurvitz
2015-07-31
2
-0
/
+4
*
Close streams immediately when we finish using them
Oren Hurvitz
2014-07-21
1
-16
/
+4
*
In teleports, pass the source region to the destination (similar to an HTTP r...
Oren Hurvitz
2014-04-09
2
-4
/
+6
*
When preparing a Hypergrid teleport, tell the receiving grid which user is en...
Oren Hurvitz
2014-04-06
1
-1
/
+8
*
When teleporting using Hypergrid, show more informative error messages in cas...
Oren Hurvitz
2014-04-03
1
-1
/
+8
*
varregion: pass region size in more HG services.
Robert Adams
2014-01-24
2
-1
/
+5
*
Remove some mono compiler warnings from OpenSim/Server/Handlers
Justin Clark-Casey (justincc)
2013-08-17
2
-6
/
+2
*
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
2013-07-08
3
-2
/
+3
*
Finally moved HG agent transfers to use agent fatpacks.
Diva Canto
2013-06-21
3
-154
/
+50
*
Fixed mantis #6609 -- LoadPlugin error messages on Robust.
Diva Canto
2013-05-13
3
-4
/
+18
*
Rather than instantiating a UTF8 encoding everywhere when we want to supress ...
Justin Clark-Casey (justincc)
2012-07-13
1
-4
/
+2
*
Remove the somewhat misleading logging of the string length of some unknown r...
Justin Clark-Casey (justincc)
2012-05-03
1
-1
/
+2
*
HG Friends: reroute the status notifications to the HGFriends service, so tha...
Diva Canto
2012-03-21
2
-0
/
+57
*
Removed extraneous debug message
Diva Canto
2012-03-21
1
-1
/
+0
*
HG Friends: allow the establishment of HG friendships without requiring co-pr...
Diva Canto
2012-03-20
3
-57
/
+133
*
Added GetUUID(first, last) on UserAgentsService so that we can finally make d...
Diva Canto
2012-03-17
1
-2
/
+30
*
Profile Updates
BlueWall
2012-01-03
1
-0
/
+33
*
HG minor bug fix and marked one method obsolete in UAS.
Diva Canto
2011-12-16
1
-0
/
+1
*
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...
Justin Clark-Casey (justincc)
2011-12-05
2
-5
/
+5
*
HG: Added HEAD method to Helo service. This is the preferred method, but its ...
Diva Canto
2011-12-04
1
-1
/
+33
*
HG: Renamed one method
Diva Canto
2011-12-04
1
-1
/
+1
*
Remove mono compiler warnings. Fix problem with co-ordinate given in deregis...
Justin Clark-Casey (justincc)
2011-11-19
1
-2
/
+0
*
This hopefully fixes all issues with online/offline notifications across grid...
Diva Canto
2011-06-07
1
-3
/
+13
*
This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...
Diva Canto
2011-06-07
1
-12
/
+12
*
HG IM bug fix: grid_instant_message was being placed in the default port inst...
Diva Canto
2011-06-02
1
-2
/
+1
*
Extra debug message
Diva Canto
2011-06-02
1
-0
/
+1
*
HG lures working! Friends can offer friends HG teleports via the profile. WAR...
Diva Canto
2011-05-27
1
-41
/
+4
*
Avoid a scary warning message about null replies from the user agent service.
Diva Canto
2011-05-27
1
-0
/
+4
*
Commented a few extra debug messages.
Diva Canto
2011-05-26
1
-4
/
+1
*
HG IM in grid mode working fairly well. Unknown target user references looked...
Diva Canto
2011-05-26
1
-7
/
+50
*
HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...
Diva Canto
2011-05-25
2
-0
/
+328
*
Added necessary code to drop inventory on hg friends using the profile window...
Diva Canto
2011-05-24
1
-1
/
+31
*
HG friends: Status notifications working. Also initial logins get the online ...
Diva Canto
2011-05-23
2
-1
/
+87
*
More on HG Friends. Added Delete(string, string) across the board. Added secu...
Diva Canto
2011-05-22
1
-2
/
+41
*
Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...
Diva Canto
2011-05-21
1
-37
/
+75
*
HG Friends working to some extent: friendships offered and accepted correctly...
Diva Canto
2011-05-19
2
-0
/
+313
*
Enable compressed (gzip) fatpack transfers.
Melanie
2011-05-08
2
-5
/
+3
*
remove some mono compiler warnings and unnecessary dictionary instantiations
Justin Clark-Casey (justincc)
2011-01-21
3
-7
/
+8
*
Account for some component along the way lower-casing the HTTP header keys. (...
Diva Canto
2011-01-17
1
-8
/
+13
*
More debug messages to help track the XFF header problem.
Diva Canto
2011-01-17
1
-0
/
+2
*
Improved debug messages to track what is going on with the XFF header
Diva Canto
2011-01-09
1
-0
/
+2
*
* change the data exchanged within hypergrid transactions
Jonathan Freedman
2010-10-21
1
-2
/
+8
*
* more url / hg cleanup
Jonathan Freedman
2010-10-11
1
-0
/
+2
*
Made the home agent handler check for xff if behind a proxy.
Diva Canto
2010-10-03
2
-3
/
+23
*
Made the Gatekeeper proxy-able.
Diva Canto
2010-10-03
2
-2
/
+7
*
Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...
Diva Canto
2010-10-03
1
-1
/
+1
*
Renamed the Helo server connector to a consistent name. Added this in connect...
Diva Canto
2010-09-08
1
-2
/
+3
*
No need for a config var for the HELO message on the server-side. It's robust.
Diva Canto
2010-09-08
1
-8
/
+1
*
First version of the Hypergrid HELO service that will enable different backen...
Diva Canto
2010-09-08
1
-0
/
+85
*
Make User Agent Service and Login Service separable.
Diva Canto
2010-09-04
2
-3
/
+27
[next]