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
/
Capabilities
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-24
potencial null ref
UbitUmarov
1
-0
/
+3
2016-08-22
workaround potencial memory leak
UbitUmarov
2
-33
/
+40
2016-08-17
add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ...
UbitUmarov
2
-34
/
+26
2016-07-04
Finally remove the requirement for an InventoryItem/FolderBase object to
Melanie Thielker
2
-26
/
+8
2016-06-21
Fix a dumb mistake
Melanie Thielker
1
-1
/
+1
2016-06-21
Make some more modules inheritable
Melanie Thielker
1
-3
/
+3
2016-04-29
Allow default permissions from the viewer to be applied to uploaded objects.
Melanie Thielker
1
-0
/
+4
2016-02-21
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...
Diva Canto
1
-1
/
+1
2015-11-21
remove some compile warnings increasing total number by 2
UbitUmarov
1
-5
/
+1
2015-11-16
work around some 'tests' error: contents of link folders are no longer sent
UbitUmarov
1
-1
/
+2
2015-10-18
On to 0.8.3!
Diva Canto
1
-1
/
+1
2015-10-18
On to 0.8.3!
Diva Canto
1
-1
/
+1
2015-10-14
Fixed Robust-bound GetTexture handler that had been knocked off with the new ...
Diva Canto
2
-3
/
+434
2015-10-06
dont send of the contents of LinkFolders also on Multiple folder fetch. Outf...
UbitUmarov
1
-3
/
+3
2015-10-06
dont send of the contents of LinkFolders
UbitUmarov
1
-0
/
+5
2015-10-05
send DisplayNames dates in UTC and not region local time. send a next update...
UbitUmarov
1
-2
/
+5
2015-09-12
try to better merge avn and os fetchinventory and fetchinvdescendents
UbitUmarov
3
-445
/
+92
2015-09-11
inventory mess return to the state before divas cache issue
UbitUmarov
6
-87
/
+1343
2015-09-11
change to avn fecthinventory and webfecth.. code
UbitUmarov
6
-1343
/
+87
2015-09-04
comment a large debug message
UbitUmarov
1
-1
/
+1
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
4
-178
/
+61
2015-08-24
turn off KeepAlive
UbitUmarov
2
-8
/
+8
2015-08-18
do keepalive on mesh and texture GET. Dont use reusecontext any where.
UbitUmarov
2
-8
/
+8
2015-08-08
WARNING: massive refactor to follow libomv's latest changes regarding invento...
Diva Canto
2
-5
/
+5
2015-07-31
Eliminated several warnings
Oren Hurvitz
1
-2
/
+5
2015-06-23
FetchInventoryDescendents2: Signal to the viewer that folder with UUID.Zero i...
Diva Canto
2
-1
/
+37
2015-06-04
Mantis #7603 -- bad folders in inventory could produce null pointer exception...
Diva Canto
1
-1
/
+1
2015-06-04
Mantis #7567. Once again, avoiding prefetching linked items within linked fo...
Diva Canto
1
-14
/
+0
2015-06-03
Mantis #7567: added an 8-sec expiring item cache to the inventory network con...
Diva Canto
4
-22
/
+25
2015-06-02
I suspect the viewer doesn't need the target of linked items inside linked fo...
Diva Canto
1
-14
/
+14
2015-06-02
New unit tests for FetchInventory2 cap.
Diva Canto
1
-0
/
+170
2015-06-02
Mantis #7567. One of the reported log messages showed this:
Diva Canto
1
-3
/
+26
2015-06-01
Mantis #7594: putting things as they were before regarding duplicate removal....
Diva Canto
2
-4
/
+42
2015-06-01
Mantis #7594. Fixing the broken code I just introduced.
Diva Canto
1
-1
/
+4
2015-06-01
More on mantis #7594, this a=time addressing the reported exception, which se...
Diva Canto
1
-0
/
+3
2015-06-01
Mantis #7594. This should be functionally equivalent to what it was, but just...
Diva Canto
1
-2
/
+2
2015-05-10
Improved comments on fetch inventory tests
Diva Canto
1
-1
/
+12
2015-05-10
Added unit tests for FetchInventoryDescendents http://wiki.secondlife.com/wik...
Diva Canto
4
-0
/
+217
2015-05-09
Fix mantis #7054: AO in Firestorm and Kokua stopped loading after new invento...
Diva Canto
1
-9
/
+17
2015-05-08
Another major overhaul of inventory downloading, this time pertaining to inve...
Diva Canto
1
-102
/
+140
2015-05-08
Restore handling of bad folders. I'm not entirely sure this is part of the pr...
Diva Canto
1
-9
/
+48
2015-05-08
Apparently Firestorm sometimes sends duplicate folder ids on the same request...
Diva Canto
1
-2
/
+8
2015-05-08
Additional debug message to help diagnose a warning message and exception rel...
Diva Canto
1
-0
/
+3
2015-05-07
Major change in the way inventory is downloaded: added a method throughout II...
Diva Canto
1
-84
/
+365
2015-04-29
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...
Diva Canto
1
-1
/
+1
2015-03-05
revised GetMesh to not use intermediate base64 coding scheme
Freaky Tech
2
-52
/
+195
2015-03-03
corrected bug that viewer cannot correctly fetch ItemData when being a HG vis...
Freaky Tech
2
-81
/
+4
2015-03-03
corrected response when a not existing folder is requested by a viewer in tha...
Freaky Tech
1
-9
/
+28
2015-01-31
As per advice from Singularity devs, set is_display_name_default = true in Ge...
Justin Clark-Casey (justincc)
1
-1
/
+1
2015-01-31
Revert "Stop currently unsettable display names from appearing when [ClientSt...
Justin Clark-Casey (justincc)
1
-1
/
+1
[next]