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
/
Framework
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* minor: reduce some code duplication in BaseHttpServer
Justin Clarke Casey
2009-03-10
1
-24
/
+17
*
fixing out-of-sync error in BaseHttpServer
Dr Scofield
2009-03-10
1
-16
/
+19
*
*** POTENTIAL BREAKAGE ***
lbsa71
2009-03-10
1
-9
/
+141
*
* Re-aligned CustomiseResponse function for imminent up-pulling
lbsa71
2009-03-10
1
-0
/
+3
*
* Refactored out Create() methods to ensure proper transformation between Reg...
lbsa71
2009-03-10
1
-0
/
+13
*
* minor: remove some mono compiler warnings
Justin Clarke Casey
2009-03-09
2
-7
/
+7
*
* Add basic asset cache get test
Justin Clarke Casey
2009-03-09
3
-7
/
+93
*
* Move method documentation from AssetCache up to IAssetCache
Justin Clarke Casey
2009-03-09
2
-85
/
+76
*
* Address http://opensimulator.org/mantis/view.php?id=3207
Justin Clarke Casey
2009-03-09
1
-4
/
+1
*
* Added TXXX in front of unit tests to make sure they are running in the corr...
Sean Dague
2009-03-09
1
-7
/
+7
*
Refactor login test class.
Mike Mazur
2009-03-09
1
-115
/
+126
*
Fix tests broken in r8732.
Mike Mazur
2009-03-09
1
-0
/
+14
*
Making the web_login_key code work, even if the LL Viewer doesn't support it....
diva
2009-03-08
1
-4
/
+19
*
* Adding application/x-oar to the list of content types to which the HTTP Ser...
Teravus Ovares
2009-03-07
1
-1
/
+5
*
* Protects RestClient from crashing with dictionary exception, which leads to...
Sean Dague
2009-03-06
1
-2
/
+24
*
Prevent ICommander-generated subcommand trees from generating an exception
Melanie Thielker
2009-03-05
1
-1
/
+6
*
* remove now unused serialization code
Justin Clarke Casey
2009-03-05
2
-74
/
+27
*
Avoid NRE if client sends unrecognized packet type.
Jeff Ames
2009-03-03
1
-1
/
+8
*
Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...
MW
2009-03-03
2
-1
/
+43
*
Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...
MW
2009-03-03
2
-18
/
+115
*
Refactoring of CreateCommsManagerPlugin.
MW
2009-03-03
1
-2
/
+1
*
Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...
MW
2009-03-02
1
-0
/
+1
*
Update svn properties, add copyright headers, minor formatting cleanup.
Jeff Ames
2009-03-01
3
-5
/
+84
*
Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields.
MW
2009-02-28
1
-18
/
+21
*
Copied the Util.ReadSettingsFromIniFile method from the branch to trunk.
MW
2009-02-28
1
-0
/
+61
*
svn attribute fixes so that we can play nice between windows and linux
Sean Dague
2009-02-26
3
-82
/
+82
*
Added IRegionCreator interface that all ApplicationPlugins that are creators ...
MW
2009-02-26
3
-1
/
+26
*
Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin.
MW
2009-02-26
1
-0
/
+3
*
* Update ScenePresenceTests to reflect current REST communication workflow.
Sean Dague
2009-02-26
1
-1
/
+1
*
opps forgot to commit a changed file.
MW
2009-02-26
1
-1
/
+1
*
Plumb in the RetrieveInstantMessages event that is sent by the viewer
Melanie Thielker
2009-02-26
1
-0
/
+3
*
Added IRegistryCore and RegistryCore to OpenSim.Framework.
MW
2009-02-26
2
-0
/
+57
*
More refactoring of the Grid, User and Messaging servers.
MW
2009-02-25
1
-12
/
+0
*
Distinguish 404 errors in RestClient.Request().
Mike Mazur
2009-02-25
1
-2
/
+10
*
A few updates necessary for load balancer.
Mike Mazur
2009-02-25
1
-1
/
+10
*
* Performance Changes:
Adam Frisby
2009-02-23
1
-0
/
+15
*
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
Charles Krinke
2009-02-22
10
-24
/
+22
*
Addresses some issues with appearance after TPs. Appearance.Owner was not bei...
diva
2009-02-22
1
-2
/
+18
*
* Upping to interface version 3 - let's see how this goes.
lbsa71
2009-02-21
1
-1
/
+1
*
Allow entry of '?' in http URIs. If the field being typed begins with
Melanie Thielker
2009-02-21
1
-4
/
+13
*
* Applied a patch that: Added estate ban table to migration scripts and nhibe...
lbsa71
2009-02-21
2
-8
/
+83
*
Add copyright headers. Minor formatting cleanup.
Jeff Ames
2009-02-21
3
-1
/
+55
*
Update svn properties.
Jeff Ames
2009-02-21
2
-138
/
+138
*
* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....
lbsa71
2009-02-20
4
-12
/
+12
*
* Consistently lock part.TaskInventory as pointed out in http://opensimulator...
Justin Clarke Casey
2009-02-20
1
-2
/
+2
*
THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...
diva
2009-02-20
2
-58
/
+0
*
* Another stab at removing AssetServer.exe dependencies
lbsa71
2009-02-20
2
-0
/
+140
*
This moves the 2 friends-related interregion messages out of OGS1 and into th...
diva
2009-02-20
2
-46
/
+0
*
* Reverted the AssetServer fix, apparently something was dependent on IAssetD...
lbsa71
2009-02-19
5
-179
/
+2
*
* Moved the AssetStreamHandlers to OpenSim.Framework.Servers
lbsa71
2009-02-19
2
-0
/
+138
[next]