aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-30avoid using new c# sintaxe that will fail on older compilersUbitUmarov1-3/+5
2018-08-30minor changes to last patchUbitUmarov3-9/+9
2018-08-30Adding check permission CanIssueEstateCommand for osRegionNotice and new ↵Mandarinka Tasty3-7/+36
function osRegionNotice(string agentID, string msg) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-08-26avoid potencial null refsUbitUmarov1-4/+4
2018-08-26don't shutdown robust twiceUbitUmarov1-0/+2
2018-08-26mantis 8273 make change on crossings coerentUbitUmarov1-0/+3
2018-08-07mantis 8349: fix landmasksUbitUmarov1-1/+1
2018-07-29and some more guard try{}catch{} on ub mesh processingUbitUmarov1-8/+31
2018-07-27mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov3-3/+3
2018-07-21mantis8342: make max ban height above ground configurable per regions ↵UbitUmarov5-5/+38
instance with ini file option BanLineSafeHeight
2018-07-18mantis8341: fix MOD and LS apis configuration read from ossl fileUbitUmarov2-2/+13
2018-07-14http reusecontext is obsoleteUbitUmarov3-5/+1
2018-07-14http reusecontext is obsoleteUbitUmarov1-1/+0
2018-07-14http reusecontext is obsoleteUbitUmarov6-29/+2
2018-07-14http reusecontext is obsoleteUbitUmarov1-1/+0
2018-07-14typosUbitUmarov1-2/+2
2018-07-14minor cleanupUbitUmarov1-1/+1
2018-07-14a few changes about test mesh uploadsUbitUmarov1-26/+27
2018-07-14use Vector.Distance not util..UbitUmarov1-2/+2
2018-07-14save a sqrt callUbitUmarov1-3/+3
2018-07-14change the scope of those options variablesUbitUmarov1-6/+6
2018-07-14add options for regions to ignore age < 18 and payment access control where ↵UbitUmarov2-6/+14
they don't apply
2018-07-14recover lost null check in last commitUbitUmarov1-2/+8
2018-07-14change bitmasks workUbitUmarov2-11/+4
2018-07-14only resize if needUbitUmarov1-2/+5
2018-07-14do not use lossless compression on dyntexturesUbitUmarov2-37/+38
2018-07-14add missing xml escapeUbitUmarov1-2/+2
2018-07-14add a disabled logUbitUmarov1-0/+3
2018-07-14send data as bin not string to http lower levelUbitUmarov1-3/+8
2018-07-14have default ids of avatar alpha and tattooUbitUmarov1-4/+4
2018-07-14some cleanupUbitUmarov1-30/+26
2018-07-14drop compatibility with old robust that did not suport ↵UbitUmarov1-9/+0
inventoryService.GetMultipleItems
2018-07-14add using into a few more placesUbitUmarov2-26/+28
2018-07-14mantis 8333: kept idea but my own code. With ini setting ↵UbitUmarov2-3/+24
ConsoleHistoryTimeStamp set to true, the console history file will have timestamps. Im lazy date is in en-us culture for now. (robust also)
2018-07-13minor changes to last patchUbitUmarov1-14/+12
2018-07-13Group Powers changed and Officers role brought back for Groupsfly-man-1-51/+60
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-07-11mantis 8335: fix string formatUbitUmarov1-1/+1
2018-07-11Bug fix: Object Wear was doing Add not replaceUbitUmarov1-11/+11
2018-07-08replace some string testsUbitUmarov2-6/+6
2018-07-08we don't use tab simbol, we use 4 whitespacesUbitUmarov2-28/+28
2018-07-08Add mac banningVincent Sylvester2-0/+32
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-07-06Back-end fix for region name searches made from the viewer grid map dialog.Kevin Cozens1-1/+1
GetRegionsByName now returns names that include, but don't start with, the given search string.
2018-07-06just remove the test insteadUbitUmarov2-10/+1
2018-07-06fix version string size testUbitUmarov1-1/+1
2018-07-05test jenkinsUbitUmarov1-1/+1
2018-07-05testUbitUmarov1-1/+0
2018-06-27ubOde change terrain min height to -100m. Maybe this way a viewer dev mays ↵UbitUmarov1-4/+4
fix rendering below 0m, like making them think z = 1m for that purpose, for example
2018-06-19 reassign estate setting TaxFree to the role of AllowAccessOverride, as ↵UbitUmarov2-33/+19
viewers did. Keeping name to reuse dbs entries, etc. let viewers change it, but still NOP
2018-06-18mantis 8329: don't fail if response stream is Chunked encoded and http ↵UbitUmarov1-7/+32
debuglevel >=5
2018-06-16mantis 8327: refix minor typosUbitUmarov1-2/+2