| Commit message (Expand) | Author | Age | Files | Lines |
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 4 | -19/+41 |
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 4 | -522/+227 |
* | HG: Hopefully this fixes the issues with port 80 once and for all. | Diva Canto | 2012-11-07 | 1 | -1/+1 |
* | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 2012-09-30 | 2 | -2/+0 |
* | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2012-09-30 | 2 | -0/+2 |
* | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the... | Justin Clark-Casey (justincc) | 2012-05-09 | 2 | -0/+0 |
* | Remember to dispose of the bitmap opened from a file in GatekeeperServiceConn... | Justin Clark-Casey (justincc) | 2012-04-20 | 1 | -4/+11 |
* | HG Friends: reroute the status notifications to the HGFriends service, so tha... | Diva Canto | 2012-03-21 | 2 | -0/+53 |
* | HG Friends: allow the establishment of HG friendships without requiring co-pr... | Diva Canto | 2012-03-20 | 1 | -8/+59 |
* | Added GetUUID(first, last) on UserAgentsService so that we can finally make d... | Diva Canto | 2012-03-17 | 1 | -1/+60 |
* | Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ex... | Justin Clark-Casey (justincc) | 2012-02-07 | 1 | -6/+9 |
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2012-01-07 | 1 | -1/+1 |
* | Profile Updates | BlueWall | 2012-01-03 | 1 | -0/+54 |
* | HG: more adjustments for making HG Simian work. Added server_uri as new key o... | Diva Canto | 2011-12-29 | 2 | -1/+4 |
* | HG: more / love for Xmas | Diva Canto | 2011-12-24 | 1 | -2/+25 |
* | HG: AAdded a few missing /'s at the end of URLs | Diva Canto | 2011-12-23 | 1 | -1/+1 |
* | HG minor bug fix and marked one method obsolete in UAS. | Diva Canto | 2011-12-16 | 1 | -0/+1 |
* | HG: Added HEAD method to Helo service. This is the preferred method, but its ... | Diva Canto | 2011-12-04 | 1 | -0/+2 |
* | HG: Renamed one method | Diva Canto | 2011-12-04 | 1 | -1/+1 |
* | Increase information in logging for UserAgentServiceConnector. | Justin Clark-Casey (justincc) | 2011-09-08 | 1 | -12/+12 |
* | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -35/+36 |
* | Only send AgentOnline to the client if the friendsOnline list has elements. A... | Diva Canto | 2011-06-11 | 1 | -1/+1 |
* | More tweaking on the UserAgentServiceConnector: add constructor that does not... | Diva Canto | 2011-06-10 | 1 | -13/+22 |
* | Decreased timeout of HG StatusNotification to 4secs. http://opensimulator.org... | Diva Canto | 2011-06-10 | 1 | -1/+1 |
* | This hopefully fixes all issues with online/offline notifications across grid... | Diva Canto | 2011-06-07 | 1 | -2/+53 |
* | Commented a few extra debug messages. | Diva Canto | 2011-05-26 | 1 | -2/+0 |
* | HG IM in grid mode working fairly well. Unknown target user references looked... | Diva Canto | 2011-05-26 | 1 | -0/+61 |
* | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ... | Diva Canto | 2011-05-25 | 1 | -0/+58 |
* | Added necessary code to drop inventory on hg friends using the profile window... | Diva Canto | 2011-05-24 | 1 | -1/+65 |
* | HG friends: Status notifications working. Also initial logins get the online ... | Diva Canto | 2011-05-23 | 1 | -0/+91 |
* | More on HG Friends. Added Delete(string, string) across the board. Added secu... | Diva Canto | 2011-05-22 | 1 | -0/+50 |
* | Fixed permissions bug related to friends in PermissionsModule. Added FriendsD... | Diva Canto | 2011-05-21 | 1 | -28/+9 |
* | HG Friends working to some extent: friendships offered and accepted correctly... | Diva Canto | 2011-05-19 | 1 | -0/+175 |
* | Oops, forgot this one. | Diva Canto | 2011-05-02 | 1 | -1/+1 |
* | Canonicalize URL endings for the UserAgentServiceConnector. | Diva Canto | 2011-01-06 | 1 | -1/+5 |
* | HG map tile fetch: handle cached images appropriately. | Diva Canto | 2011-01-06 | 1 | -4/+12 |
* | Cleaned up debugging messages in the WebRequest handlers | Mic Bowman | 2011-01-03 | 1 | -1/+1 |
* | Standardize the way WebRequests are made in the SimulationServiceConnector. A... | Mic Bowman | 2010-12-29 | 1 | -29/+35 |
* | More on mantis #5270 | Diva Canto | 2010-12-14 | 1 | -2/+3 |
* | Changed logging level for message about failure to retrieve a map image from ... | Marck | 2010-12-13 | 1 | -1/+1 |
* | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. | Marck | 2010-12-13 | 1 | -14/+15 |
* | Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman... | Diva Canto | 2010-12-09 | 1 | -1/+1 |
* | Fixed some inconsistency with trailing /. Made debug messages consistent. Cha... | Diva Canto | 2010-12-05 | 1 | -14/+14 |
* | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 2010-10-21 | 2 | -14/+23 |
* | * remove some spurious debug info | Jonathan Freedman | 2010-10-20 | 1 | -15/+15 |
* | Merge branch 'master' of git://opensimulator.org/git/opensim | Jonathan Freedman | 2010-10-05 | 1 | -2/+6 |
|\ |
|
| * | Added viewer's channel, mac, and id0 to agent circuit data. Also moved client... | Diva Canto | 2010-10-03 | 1 | -2/+6 |
* | | * additional serveruri cleanup | Jonathan Freedman | 2010-10-03 | 1 | -8/+6 |
* | | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 2010-10-02 | 1 | -12/+19 |
|/ |
|
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |