Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-11 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -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-09 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2020-09-08 | Move various paths out of the bin directory. | onefang | 1 | -6/+1 | |
2019-11-14 | work on previus 2 patchs | UbitUmarov | 1 | -8/+3 | |
2019-10-22 | remove some more useless NULL arguments | UbitUmarov | 1 | -13/+13 | |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 1 | -1/+1 | |
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | |||||
2019-08-31 | typo-- | onefang | 1 | -1/+1 | |
2019-08-25 | Now with favicons. | onefang | 1 | -5/+5 | |
2019-08-22 | More stats, and an actual stats web page. | onefang | 1 | -3/+34 | |
2019-08-21 | Disable the account manager for now, and anything else HTTPS related. | onefang | 1 | -18/+74 | |
Bump it to the next version. | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 1 | -13/+13 | |
2019-08-18 | Optimise account name validation. | onefang | 1 | -7/+6 | |
2019-08-18 | TODO++ | onefang | 1 | -0/+3 | |
2019-08-18 | Various additions to the web account manager. | onefang | 1 | -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-17 | Implement HEAD in our simple web server. | onefang | 1 | -2/+11 | |
2019-08-17 | VArious additions to account manager. | onefang | 1 | -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-17 | Simple web server gets HTTPS. | onefang | 1 | -1/+14 | |
2019-08-13 | Beef up the web server a bit. | onefang | 1 | -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-11 | WebServerInConnector -> WebServerConnector | onefang | 1 | -2/+2 | |
Just a name change. | |||||
2019-08-07 | add cap EstateChangeInfo | UbitUmarov | 1 | -6/+3 | |
2019-08-08 | Various clean ups. | onefang | 1 | -69/+44 | |
2019-08-07 | More account manager. | onefang | 1 | -9/+56 | |
Select with more parameters. Tables, with member accounts. Print the query values. | |||||
2019-08-07 | Testing MySQLRaw's SELECT. | onefang | 1 | -0/+11 | |
2019-08-07 | Swap out MySQLGenericHandler and swap in MySQLRaw. | onefang | 1 | -9/+10 | |
Smaller, simpler, works better. | |||||
2019-08-07 | The beginnings of an account management web page. | onefang | 1 | -24/+183 | |
Just some simple dynamic pages that don't actually do anything. | |||||
2019-08-06 | Maybe now we can properly count locals and hypergridders on the web page? | onefang | 1 | -7/+4 | |
2019-08-06 | Add actual grid stats to the web page. | onefang | 1 | -8/+40 | |
Except HGers, still trying to sort that one out. | |||||
2019-08-05 | More basic web server. | onefang | 1 | -7/+46 | |
2019-08-04 | Add a basic generic web server, and a login page, plus stubs for the other ↵ | onefang | 1 | -0/+107 | |
basic pages. And update everyone to suit. | |||||
2019-08-02 | Another attempt at sorting out the auto group chicken and egg problems. | onefang | 1 | -1/+2 | |
Are you a local? Asking for a friend. | |||||
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 1 | -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-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 1 | -6/+1 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 46 | -243/+962 | |
2019-03-11 | Should have been in the last commit | root | 1 | -3/+12 | |
2018-11-14 | take login service out of basicDOSprot (too little, too late) | UbitUmarov | 1 | -3/+4 | |
2018-09-26 | make sure Culture is right on some spots | UbitUmarov | 1 | -2/+2 | |
2018-01-04 | add more files for robust mutes suport. (module is still named ↵ | UbitUmarov | 3 | -1/+304 | |
MuteListModuleTst for testing, others in core will be removed later | |||||
2017-05-22 | check XFF headers of caller, but be quiet about them | UbitUmarov | 3 | -8/+8 | |
2017-05-22 | receivers can't tell if there where proxies on path unless they look | UbitUmarov | 2 | -22/+20 | |
2017-05-14 | fix remote requests for dwell, so dwell module still called | UbitUmarov | 1 | -0/+1 | |
2017-05-07 | let StreamReader be in using statements | UbitUmarov | 13 | -39/+41 | |
2017-05-06 | dispose some MemoryStreams | UbitUmarov | 1 | -6/+9 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 31 | -142/+142 | |
2017-01-03 | Suppress error messages in the log if functions are not enabled. Just return ↵ | Melanie Thielker | 1 | -2/+2 | |
failure instead. | |||||
2016-12-09 | HG: add missing information on GetRegion | UbitUmarov | 1 | -0/+1 | |
2016-11-27 | BUG fix encoding or region size on HG LinkRegionRequest response | UbitUmarov | 1 | -2/+2 | |
2016-11-20 | HG LinkRegion sends region size also | UbitUmarov | 1 | -1/+5 | |
2016-11-20 | HG UserAgent, return serverURI | UbitUmarov | 1 | -0/+1 | |
2016-11-17 | fix a debug message | UbitUmarov | 1 | -2/+2 | |
2016-11-07 | More caches directory fixes, including moving console history there. | David Walter Seikel | 1 | -2/+2 | |