aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-07changes to objects updates prioritizing getting dust on my disk. Schemes ↵UbitUmarov1-52/+95
reduced to SimpleAngularDistance and BestAvatarResponsiveness
2018-11-06remove some fire and forget methods missed fileUbitUmarov1-3/+1
2018-11-06remove some fire and forget methodsUbitUmarov1-90/+1
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-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-19autogen LSLSyntax version uuidUbitUmarov1-2/+15
2018-10-18change chattype on llRegionSayTo when sending to avatar viewer only.UbitUmarov1-0/+1
Thanks Royale for pointing this
2018-10-06more use of simpler xml encoder on inventory fetch, plus other cosmeticsUbitUmarov3-75/+11
2018-09-29 add a few more gc collect in some spotsUbitUmarov2-2/+5
2018-09-27more on culture issuesUbitUmarov1-0/+10
2018-09-13pesty warningUbitUmarov1-8/+8
2018-09-12some cleanupUbitUmarov3-23/+1
2018-09-12Squelch "connection reset by peer" exceptionsMelanie1-1/+8
2018-08-26avoid potencial null refsUbitUmarov1-4/+4
2018-07-21mantis8342: make max ban height above ground configurable per regions ↵UbitUmarov1-1/+2
instance with ini file option BanLineSafeHeight
2018-07-14http reusecontext is obsoleteUbitUmarov1-0/+1
2018-07-14http reusecontext is obsoleteUbitUmarov1-1/+0
2018-07-14http reusecontext is obsoleteUbitUmarov3-23/+2
2018-07-14http reusecontext is obsoleteUbitUmarov1-1/+0
2018-07-14minor cleanupUbitUmarov1-1/+1
2018-07-14add options for regions to ignore age < 18 and payment access control where ↵UbitUmarov1-6/+5
they don't apply
2018-07-14add missing xml escapeUbitUmarov1-2/+2
2018-07-14add a disabled logUbitUmarov1-0/+3
2018-07-14have default ids of avatar alpha and tattooUbitUmarov1-4/+4
2018-07-14mantis 8333: kept idea but my own code. With ini setting ↵UbitUmarov1-2/+23
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-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-19 reassign estate setting TaxFree to the role of AllowAccessOverride, as ↵UbitUmarov1-25/+3
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-05-06breaking map (warp3d)UbitUmarov1-0/+31
2018-04-19a few minor changesUbitUmarov1-16/+40
2018-04-10 sound radius: missing fileUbitUmarov1-1/+1
2018-04-06remove GCnotify(). It is wrong in many ways and has no use. GC now does ↵UbitUmarov1-62/+0
provide more correct ways of getting warning of when its about to happen, but writing to a log file on that is NOT something to do.
2018-02-01remove a duplicated fieldUbitUmarov1-1/+0
2018-01-30keepalive is defaultUbitUmarov1-1/+0
2018-01-30a few more changes on inventory library and inv fetchUbitUmarov1-0/+37
2018-01-27a few more changes on inventory library and inv fetchUbitUmarov1-0/+1
2018-01-27add a few more encoding to LLSDxmlEncode.. (W or S ?)UbitUmarov1-0/+224
2018-01-27add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov1-4/+4
as it possible should, but this needs more work, and issue with HG older grids/regions
2018-01-26Robust: allow Library assets to override old ones, so they can be updated ↵UbitUmarov1-1/+3
easily from the xml files keeping same id (left FSAssets out)
2018-01-25got tired of creating stringbuildersUbitUmarov1-1/+17
2018-01-25a few changes to encoder and a few more usesUbitUmarov1-8/+36
2018-01-25add a low level LLSDxml encoder for cases where it makes no sense to use ↵UbitUmarov1-0/+457
more heavy things like OSD, and use it on displaynames
2018-01-24avoid some large unnecessary stringsUbitUmarov1-1/+1
2018-01-24let MinHeap self trim on empty; cleanupUbitUmarov1-70/+80
2018-01-24simplify http bycontext keyUbitUmarov2-30/+15