aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-11Automatically add members to certain groups, and HGers from specific grids ↵onefang1-1/+2
to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better. Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. Hypergridders have their full name in firstname, and their grid in lastname. Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti that's hidden all over the kitchen. At least with gotos you can follow them.
2020-09-09Remove useless executable bit that Windows adds.onefang1-0/+0
2020-09-08Move various paths out of the bin directory.onefang1-6/+1
2019-11-14work on previus 2 patchsUbitUmarov1-8/+3
2019-10-22remove some more useless NULL argumentsUbitUmarov1-13/+13
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov1-1/+1
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-08-31typo--onefang1-1/+1
2019-08-25Now with favicons.onefang1-5/+5
2019-08-22More stats, and an actual stats web page.onefang1-3/+34
2019-08-21Disable the account manager for now, and anything else HTTPS related.onefang1-18/+74
Bump it to the next version.
2019-08-20Massive console refactor. Greatly simplify interface.Melanie1-13/+13
2019-08-18Optimise account name validation.onefang1-7/+6
2019-08-18TODO++onefang1-0/+3
2019-08-18Various additions to the web account manager.onefang1-108/+406
Track if we are accessed via HTTP or HTTPS, and the server name. Track cookies. HEAD method. Various security clean ups. Force HTTPS for account.html. Poor mans Bobby Tables protection. Security token. Validate inputs. Looking up the DNS records for email domain name. Don't allow creation of accounts with god names, leave that for the console. Check if created user name exists already. Double check the passwords and emails. Error messages on dynamic pages. Various clean ups. TODO++
2019-08-17Implement HEAD in our simple web server.onefang1-2/+11
2019-08-17VArious additions to account manager.onefang1-19/+83
First and last names merged into one name. Is name two words check, a suprisingly effective spam blocker. Poor mans Bobby Tables protection. Various other input checking. Added account creation confirmation page. Some text and length tweaks.
2019-08-17Simple web server gets HTTPS.onefang1-1/+14
2019-08-13Beef up the web server a bit.onefang1-0/+37
Sanatize the path. Add support for Last-Modified, If-Modified-Since, and Cache-Control: no-cache. Teach the base server about more binary content types.
2019-08-11WebServerInConnector -> WebServerConnectoronefang1-2/+2
Just a name change.
2019-08-07add cap EstateChangeInfoUbitUmarov1-6/+3
2019-08-08Various clean ups.onefang1-69/+44
2019-08-07More account manager.onefang1-9/+56
Select with more parameters. Tables, with member accounts. Print the query values.
2019-08-07Testing MySQLRaw's SELECT.onefang1-0/+11
2019-08-07Swap out MySQLGenericHandler and swap in MySQLRaw.onefang1-9/+10
Smaller, simpler, works better.
2019-08-07The beginnings of an account management web page.onefang1-24/+183
Just some simple dynamic pages that don't actually do anything.
2019-08-06Maybe now we can properly count locals and hypergridders on the web page?onefang1-7/+4
2019-08-06Add actual grid stats to the web page.onefang1-8/+40
Except HGers, still trying to sort that one out.
2019-08-05More basic web server.onefang1-7/+46
2019-08-04Add a basic generic web server, and a login page, plus stubs for the other ↵onefang1-0/+107
basic pages. And update everyone to suit.
2019-08-02Another attempt at sorting out the auto group chicken and egg problems.onefang1-1/+2
Are you a local? Asking for a friend.
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov1-58/+66
OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
2019-05-19Move cache, config, logs out of tree, and various related clean ups.onefang1-6/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang46-243/+962
2019-03-11Should have been in the last commitroot1-3/+12
2018-11-14take login service out of basicDOSprot (too little, too late)UbitUmarov1-3/+4
2018-09-26make sure Culture is right on some spotsUbitUmarov1-2/+2
2018-01-04add more files for robust mutes suport. (module is still named ↵UbitUmarov3-1/+304
MuteListModuleTst for testing, others in core will be removed later
2017-05-22 check XFF headers of caller, but be quiet about themUbitUmarov3-8/+8
2017-05-22 receivers can't tell if there where proxies on path unless they lookUbitUmarov2-22/+20
2017-05-14 fix remote requests for dwell, so dwell module still calledUbitUmarov1-0/+1
2017-05-07let StreamReader be in using statementsUbitUmarov13-39/+41
2017-05-06 dispose some MemoryStreamsUbitUmarov1-6/+9
2017-01-05Massive tab and trailing space cleanupMelanie Thielker31-142/+142
2017-01-03Suppress error messages in the log if functions are not enabled. Just return ↵Melanie Thielker1-2/+2
failure instead.
2016-12-09HG: add missing information on GetRegionUbitUmarov1-0/+1
2016-11-27BUG fix encoding or region size on HG LinkRegionRequest responseUbitUmarov1-2/+2
2016-11-20HG LinkRegion sends region size alsoUbitUmarov1-1/+5
2016-11-20HG UserAgent, return serverURIUbitUmarov1-0/+1
2016-11-17fix a debug messageUbitUmarov1-2/+2
2016-11-07More caches directory fixes, including moving console history there.David Walter Seikel1-2/+2