Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-11 | Godliness can be in the first name as well. | onefang | 1 | -3/+23 | |
2020-09-11 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -0/+7 | |
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 | Gatekeeper -> GatekeeperURI | root | 1 | -6/+6 | |
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream. | |||||
2020-09-09 | Various logging fix ups. | onefang | 1 | -2/+3 | |
Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message. | |||||
2020-09-09 | Update version number stuff, and hack it into the money display. | onefang | 1 | -2/+11 | |
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 16 | -0/+0 | |
2020-09-08 | Better ROBUST and sim startup console notification. | onefang | 1 | -2/+6 | |
2020-09-08 | Move various paths out of the bin directory. | onefang | 1 | -2/+2 | |
2019-11-13 | limit max number of attachments to 38. All can be on same point | UbitUmarov | 1 | -0/+1 | |
2019-10-31 | a disabled module has no caps to tell viewers (cameraonlymoduel) | UbitUmarov | 1 | -4/+3 | |
2019-10-22 | remove some more useless NULL arguments | UbitUmarov | 10 | -37/+28 | |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 3 | -5/+6 | |
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 13 | -55/+64 | |
2019-08-15 | Actually calculate the sample money modules fake balance. | onefang | 1 | -2/+11 | |
2019-08-13 | Godliness can be in the first name as well. | onefang | 1 | -0/+14 | |
As it is in IG. | |||||
2019-08-07 | Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown | Melanie Thielker | 2 | -0/+9 | |
2019-08-04 | Don't inform neighbours that we are up twice. | onefang | 1 | -3/+4 | |
2019-08-02 | cosmetics | UbitUmarov | 1 | -8/+7 | |
2019-07-31 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -0/+7 | |
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. | |||||
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 1 | -114/+114 | |
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-07-30 | Move from IG to SC flavour. | onefang | 1 | -2/+2 | |
2019-07-27 | Fix godnames module to not add the empty string if only one option is used | Melanie | 1 | -8/+14 | |
2019-07-25 | Gatekeeper -> GatekeeperURI | onefang | 1 | -6/+6 | |
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. | |||||
2019-06-14 | make materials save to grid less async on manual backup or shutdown | UbitUmarov | 1 | -4/+17 | |
2019-06-09 | reduce some useless array copies | UbitUmarov | 2 | -2/+5 | |
2019-05-20 | Remove Etcd thing, not used anywhere. | onefang | 1 | -195/+0 | |
Also needs an obscure dependency that I can't track down. | |||||
2019-05-19 | Better sim startup console notification. | onefang | 1 | -2/+6 | |
2019-05-19 | Various IRC fixes. | onefang | 1 | -16/+23 | |
2019-05-19 | Update version number stuff, and hack it into the money display. | onefang | 1 | -2/+2 | |
2019-05-19 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2019-05-19 | Move db directory out of tree. | onefang | 1 | -2/+2 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 85 | -4768/+3198 | |
2019-04-30 | missing files... | UbitUmarov | 1 | -1/+1 | |
2019-04-04 | send agent view range to new child agents | UbitUmarov | 2 | -0/+4 | |
2019-03-30 | a few more changes on initial objects send | UbitUmarov | 2 | -7/+13 | |
2019-03-23 | add more test code to make usage od compressed updates etc. Should be ↵ | UbitUmarov | 2 | -4/+4 | |
disable, but well many things can go wrong. | |||||
2019-03-20 | RegionHandshake IS critical llupd protocol not to be done by odd modules | UbitUmarov | 2 | -6/+2 | |
2019-03-17 | remove redundant code | UbitUmarov | 1 | -5/+0 | |
2019-03-07 | prims have at most 9 face textures | UbitUmarov | 1 | -2/+2 | |
2019-02-04 | prevent freswitch from messing global cert validation, more work is need on ↵ | UbitUmarov | 1 | -10/+1 | |
rest requests ( also for other things) | |||||
2019-02-04 | remove references to obsolete CertificatePolicy | UbitUmarov | 1 | -26/+2 | |
2019-01-31 | remove MRM module (minimodule). Its outdated and we have no maintainers. ↵ | UbitUmarov | 45 | -4573/+0 | |
Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;) | |||||
2019-01-21 | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 2 | -6/+6 | |
2019-01-20 | cosmetics on terrain patchs | UbitUmarov | 3 | -12/+4 | |
2019-01-08 | fix irc protocol | UbitUmarov | 1 | -1/+2 | |
2019-01-02 | more on the hack (runprebuild) | UbitUmarov | 2 | -3/+5 | |
2019-01-01 | replace my hack by others hack | UbitUmarov | 2 | -2/+2 | |
2018-12-31 | temporary HACK to not kill some viewers | UbitUmarov | 2 | -0/+3 | |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 4 | -3/+5 | |
2018-11-25 | remove a dev only conditional on lludp handlers; change parcel lists updates ↵ | UbitUmarov | 1 | -0/+2 | |
a bit; |