index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
OptionalModules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-10
remove names from Capability handlers (added by justincc in commit 013710168b...
dahlia
1
-7
/
+4
2013-07-10
show client stats: Fixed the requests/min. Also changed the spelling of the c...
Diva Canto
1
-21
/
+22
2013-07-10
Added show client-stats [first last] command to expose what viewers are reque...
Diva Canto
1
-2
/
+107
2013-07-08
remove some cruft and trigger a rebuild
dahlia
1
-1
/
+0
2013-07-08
remove an invalid null UUID check which caused a warning
dahlia
1
-8
/
+1
2013-07-08
For stat purposes, add names to capability request handlers where these were ...
Justin Clark-Casey (justincc)
1
-4
/
+7
2013-07-08
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
2
-2
/
+2
2013-06-28
add some locking to materials storage dictionary
dahlia
1
-30
/
+42
2013-06-28
Reinsert code for gathering uuids reference by materials back directly into U...
Justin Clark-Casey (justincc)
1
-67
/
+69
2013-06-27
and yet another check for null returned from DynAttrs.GetStore()
dahlia
1
-0
/
+4
2013-06-27
test for null return from DynAttrs.GetStore()
dahlia
1
-0
/
+3
2013-06-27
refactor: Move code for gathering textures referenced by materials into Mater...
Justin Clark-Casey (justincc)
1
-2
/
+70
2013-06-27
Make the concept of namespaces explicit in dynamic attributes
Justin Clark-Casey (justincc)
1
-16
/
+10
2013-06-17
Make general server stats available on the robust console as well as the simu...
Justin Clark-Casey (justincc)
1
-339
/
+0
2013-05-30
Fix passing of voice distance attenuation to the Vivox voice server.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-05-28
First change in Vivox for ages! -- added a lock to serialize calls to vivox s...
Diva Canto
1
-14
/
+25
2013-05-25
Update the money framework to allow sending the new style linden "serverside ...
Melanie
4
-17
/
+12
2013-05-24
This is an experimental patch that adds support for comparing texture
Mic Bowman
1
-1
/
+1
2013-05-09
remove pointless region handle paramter from IClientAPI.SendKillObject()
Justin Clark-Casey (justincc)
2
-2
/
+2
2013-05-08
Adds an event and a method so that handling of the CachedTexture
Mic Bowman
2
-0
/
+12
2013-04-27
Unbreak the sample money module
Melanie
1
-0
/
+2
2013-04-27
Small oversight in EconomyDataRequest - this would have affected everyone NOT...
Melanie
1
-2
/
+0
2013-04-25
Change EconomyDataRequest signature to use an IClientAPI rather than UUID. Th...
Melanie
1
-11
/
+6
2013-04-25
Change copyright notice on DynamicMenuModule to proper BSD
Melanie
1
-5
/
+26
2013-04-25
Adding the dynamic menu module which allows registering new menu options in c...
Melanie
1
-0
/
+282
2013-04-23
Fix issue in ConciergeModule where UpdateBroker was sending malformed XML if ...
Justin Clark-Casey (justincc)
1
-2
/
+4
2013-04-22
Allow callers to set the invoice parameter for GenericMessage
Melanie
2
-4
/
+4
2013-04-20
Materials persistence via SceneObjectPart.dynAttrs. This appears to work acro...
dahlia
1
-8
/
+154
2013-04-20
handle PUT verb for RenderMaterials Cap
dahlia
1
-1
/
+5
2013-04-19
RenderMaterials POST Cap now return material entries when invoked with an OSD...
dahlia
1
-61
/
+108
2013-04-18
remove default parameter value that apparently mono cant handle
dahlia
1
-1
/
+1
2013-04-18
Initial experimental support for materials-capable viewers. This is in a very...
dahlia
1
-0
/
+382
2013-03-28
Stop attempts to update/add existing attachments in user inventory when telep...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-03-26
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2
-1
/
+3
2013-03-23
Add "show borders" command to show the borders of a region.
Justin Clark-Casey (justincc)
1
-0
/
+31
2013-03-20
Fix "show attachments" command probably broken in commit addab12 (Wed Jan 2 2...
Justin Clark-Casey (justincc)
1
-10
/
+7
2013-03-18
Multiattach, part 1
Melanie
1
-1
/
+1
2013-03-15
Fix server statistics always reporting zero for total network bytes in/out.
Robert Adams
1
-15
/
+26
2013-03-05
Per discussions with justincc... split the JsonStore type
Mic Bowman
4
-34
/
+130
2013-03-02
Fixed typos in TempAttachmentsModule. No changes.
Diva Canto
1
-1
/
+1
2013-03-02
minor: Quieten down the parts of the WebSocketEcho module logging for now whe...
Justin Clark-Casey (justincc)
1
-6
/
+7
2013-03-01
Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...
Diva Canto
1
-2
/
+3
2013-03-01
Add the Mono AddinDependency attribute to the example region modules.
Justin Clark-Casey (justincc)
2
-2
/
+4
2013-02-27
Add comment to example region modules about need to add Assembly annotation i...
Justin Clark-Casey (justincc)
2
-0
/
+10
2013-02-27
Make sure we dispose of WebResponse, StreamReader and Stream in various place...
Justin Clark-Casey (justincc)
3
-32
/
+47
2013-02-24
Streamline stat registration code in ServerStats. Remove most of the
Robert Adams
1
-160
/
+50
2013-02-24
Addition of ServerStats shared region module which collects and registers
Robert Adams
1
-0
/
+438
2013-02-21
minor: Change summary in "show appearance" console command to "incomplete" ra...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-02-19
Fix the JsonStore path set problem justincc found earlier today and
Mic Bowman
3
-95
/
+3
2013-02-19
Deleted all AssemblyFileVersion directives
Diva Canto
1
-1
/
+1
[next]