This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
opensim
Watch
1
Star
0
Fork
0
mirror of
git://opensimulator.org/git/opensim
synced
2026-08-14 09:02:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ed8d0fbea435eaf7ff4c58a5b8d568d84c2516e9
opensim
/
OpenSim
T
History
Justin Clark-Casey (justincc)
ed8d0fbea4
Don't allow a failure in create a request in HeloService.Connector.Helo() to propogate up the stack.
...
Relates to
http://opensimulator.org/mantis/view.php?id=7421
2015-01-21 20:46:29 +00:00
..
Addons
Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
2015-01-09 08:31:56 -08:00
ApplicationPlugins
Renamed VERSION_NUMBER to VersionNumber
2014-12-30 15:27:28 -08:00
Capabilities
And finally renamed the classes themselves.
2015-01-13 22:21:50 -08:00
ConsoleClient
Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already.
2013-02-27 00:21:02 +00:00
Data
Use ToString() on uuids returned in PGSQLUserProfilesData.GetUserImageAssets(). These are Guids rather than strings so casting to string generates a casting exception.
2015-01-14 00:00:02 +00:00
Framework
Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the exception on error
2015-01-19 23:52:34 +00:00
Region
Add debug ability to ignore reliably sent packets that are not acknowledged.
2015-01-21 20:31:42 +00:00
Server
Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
2015-01-06 21:24:44 -08:00
Services
Don't allow a failure in create a request in HeloService.Connector.Helo() to propogate up the stack.
2015-01-21 20:46:29 +00:00
Tests
For scripts in attachments, don't save .state files apart from the initial one as these are ignored since .state is saved in the attachment's asset.
2015-01-16 22:46:48 +00:00
Tools
minor: comment out unusued logging objects in some pCampbot behaviour classes
2015-01-20 00:18:25 +00:00