Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -4/+4 |
| | |||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 1 | -1/+1 |
| | | | | | | | | OpenSim.Framework. | ||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+11 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'master' into careminster | Melanie | 2012-05-10 | 1 | -0/+0 |
| |\ | |||||
| * \ | Merge branch 'master' into careminster | Melanie | 2012-02-07 | 1 | -12/+18 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -1/+0 |
| |\ \ \ | |||||
| * | | | | Suppress the strange "Result not Dictionary" messages that happen when | root | 2010-09-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | a region queries for a nonexistent presence. | ||||
| * | | | | Add some debug output to GetAgent to try and track down our presence problems | Tom Grimshaw | 2010-05-13 | 1 | -0/+8 |
| | | | | | |||||
* | | | | | corrected handling when XML parsing in Presence Connector fails | Freaky Tech | 2015-03-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | | | | | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -7/+16 |
| |_|_|/ |/| | | | |||||
* | | | | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -0/+0 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes. | ||||
* | | | Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵ | Justin Clark-Casey (justincc) | 2012-02-07 | 1 | -12/+18 |
| |/ |/| | | | | | exception in service connectors | ||||
* | | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2011-04-12 | 1 | -1/+0 |
|/ | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. | ||||
* | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -52/+2 |
| | | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | ||||
* | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 1 | -1/+1 |
| | | | | * Removed a few buglets and added better exception handling. | ||||
* | Removed unnecessary debug message | Diva Canto | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Now showing friends online upon grid login. | Diva Canto | 2010-02-26 | 1 | -2/+2 |
| | |||||
* | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 1 | -1/+3 |
| | | | | * CommsManager.AvatarService rerouted | ||||
* | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 2009-12-29 | 1 | -15/+13 |
| | | | | * Cleaned up a few things on presence connectors | ||||
* | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 2009-12-28 | 1 | -0/+46 |
| | | | | (deleting all but one presence record) on logout so that they don't pile up. | ||||
* | Database and presence changes. Untested | Melanie | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵ | Diva Canto | 2009-12-27 | 1 | -0/+377 |
just compiles. |