aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-06if viewer asks for range reply in same format even if its full dataUbitUmarov2-36/+15
2018-11-03 fix typoUbitUmarov1-1/+0
2018-11-03 we should only have one http poll service manager per instanceUbitUmarov4-81/+183
2018-11-02fix lsl http url pool service still not starting correctlyUbitUmarov1-1/+1
2018-11-02fix lsl http url pool service not beeing removedUbitUmarov1-3/+2
2018-11-02forgot about lsl secure urls service.. so lets try another way for now ↵UbitUmarov2-3/+3
(mantis 8382)
2018-11-01only main http server listener should run events poolUbitUmarov1-1/+1
2018-10-28reduce some threads priorityUbitUmarov2-4/+0
2018-10-25let the syntax file include its id againUbitUmarov1-3/+12
2018-10-25remove a unnecessary scripts constants fileUbitUmarov7-104/+75
2018-10-23Protect/Prevent user names from using valid HG identifiers.Bill Blight1-2/+2
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-10-23a few changes to last commitUbitUmarov3-18/+16
2018-10-23llName2Key. Thanks to mewtwo0641 and watcher64.Mandarinka Tasty3-0/+26
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-10-23remove a dead moduleUbitUmarov1-119/+0
2018-10-23remove AttachmentsCommandModuleUbitUmarov2-207/+92
2018-10-23recover the inword region console comand Set AutoGrantAttachPermsUbitUmarov1-23/+63
2018-10-23remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov1-51/+2
thread.sleep
2018-10-22fix wrong error message in mutelist connectorUbitUmarov1-2/+2
2018-10-21update script syntaxUbitUmarov1-3/+1
2018-10-21oops some code got in ahead of timeUbitUmarov1-2/+6
2018-10-21mantis 8387: (try) avoid potencial out of order phys operationsUbitUmarov1-7/+6
2018-10-20mantis 8356: patched by hand, thx LotekUbitUmarov1-6/+5
2018-10-20oopsUbitUmarov2-4/+1
2018-10-20change ossl tests setupUbitUmarov3-4/+19
2018-10-20ossl error messages are not from a agentUbitUmarov1-1/+1
2018-10-20avoid a null ref during jenkins testsUbitUmarov1-1/+2
2018-10-20change ossl error report and NPC create error handlingUbitUmarov1-10/+11
2018-10-20mantis 8398: fix with previus commits; removed redundante codeUbitUmarov1-11/+5
2018-10-20Remove NPCs from UserManagement when removedUbitUmarov1-0/+4
2018-10-20add RemoveUser to UserManagementUbitUmarov2-3/+12
2018-10-20fix groups v2 agentUUI ofr uuid.zero caseUbitUmarov1-16/+4
2018-10-20double OoopssUbitUmarov2-2/+2
2018-10-20remove TempAttachments moduleUbitUmarov4-200/+62
2018-10-20add a few more things to SrcriptSyntaxUbitUmarov1-1/+1
2018-10-19autogen LSLSyntax version uuidUbitUmarov2-32/+47
2018-10-19cap LSLSyntax was enabled by mistakeUbitUmarov1-1/+1
2018-10-19fix typosUbitUmarov1-20/+20
2018-10-19 add initial test support for cap LSLSyntax. This does not seem to work for ↵UbitUmarov1-6/+73
Opensimulator on viewers, In particular with FireStorm seems impossible to replace its own definitions, viwers do note revert to defaults on tp to a region that does not suport this cap, etc. So possible just a dead end. Disabled by default
2018-10-18fix AGENT_MALE lsl constant havinf same value as AGENT_AUTOPILOTUbitUmarov1-12/+14
2018-10-18change chattype on llRegionSayTo when sending to avatar viewer only.UbitUmarov2-1/+2
Thanks Royale for pointing this
2018-10-18mantis 7391: deliver llregionSayTo to all scripts on prim that match target ↵UbitUmarov1-6/+3
specs
2018-10-08better have a lockUbitUmarov1-19/+23
2018-10-08change caps get mesh and texture throttleUbitUmarov4-172/+96
2018-10-08avoid a null refUbitUmarov1-1/+3
2018-10-07try to make inventory fetch tests happyUbitUmarov1-6/+9
2018-10-06more use of simpler xml encoder on inventory fetch, plus other cosmeticsUbitUmarov6-545/+217
2018-10-03mantis 8384: try to fix bullet heimap managed memory sharing with unmanaged libUbitUmarov2-1/+10
2018-09-30missed new c# version only codeUbitUmarov1-1/+2
2018-09-30 a few changes to last patchUbitUmarov1-28/+28
2018-09-30Implementation-and-design-of-ClientOnParcelGodMarkMandarinka Tasty1-5/+92
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>