Time |
Nick |
Message |
00:09 |
|
harry-wood joined #minetest |
00:25 |
|
Hawk777 joined #minetest |
00:40 |
|
Lesha_Vel joined #minetest |
00:52 |
|
Polo joined #minetest |
00:55 |
Hawker |
mazes_80, I think it might have been tested on freedomtest a couple weeks back |
01:09 |
|
LordOfLand joined #minetest |
01:15 |
|
specing_ joined #minetest |
01:25 |
|
proller joined #minetest |
01:38 |
|
harry-wood joined #minetest |
01:42 |
|
Polo joined #minetest |
02:01 |
erle |
hey rubenwardy i think this is of interest to you https://git.minetest.land/MineClone2/MineClone2/issues/2099#issuecomment-36219 https://git.minetest.land/MineClone2/MineClone2/pulls/2113 |
02:04 |
|
Polo joined #minetest |
02:24 |
|
Verticen joined #minetest |
02:48 |
|
Polo joined #minetest |
03:05 |
|
TheAltHacker joined #minetest |
04:00 |
|
MTDiscord joined #minetest |
04:42 |
mazes_80 |
Hawker so maybe you can advise Lone_Wolf about policy you had to manage this flood (for now I think he does only manual blacklisting) |
04:42 |
mazes_80 |
maybe an iptable rule would be more adapted |
04:43 |
mazes_80 |
I think I got something similar to avoid ssh brute force trial on some of my machine |
04:47 |
|
Polo joined #minetest |
04:49 |
mazes_80 |
1: /usr/sbin/iptables -I INPUT -p udp --dport 30001 -i eth0 -m state --state NEW -m recent --set |
04:49 |
mazes_80 |
2: /usr/sbin/iptables -I INPUT -p udp --dport 30001 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 4 -j DROP |
04:51 |
mazes_80 |
ah no |
04:51 |
mazes_80 |
can't |
04:51 |
mazes_80 |
not same scenario, need to check for frame headers |
04:51 |
mazes_80 |
but this could still be a good basis |
04:54 |
mazes_80 |
thinking again it seems ok cause of --state NEW |
04:57 |
|
olliy joined #minetest |
05:01 |
|
riff-IRC joined #minetest |
05:13 |
|
Polo joined #minetest |
05:24 |
|
calcul0n joined #minetest |
05:31 |
|
Polo joined #minetest |
05:34 |
|
RhineDevil^ joined #minetest |
05:52 |
|
est31 joined #minetest |
06:03 |
|
RhineDevil^ joined #minetest |
06:24 |
|
debiankaios joined #minetest |
06:39 |
|
definitelya joined #minetest |
07:05 |
|
Alias joined #minetest |
07:44 |
|
sinvet joined #minetest |
08:03 |
Oblomov |
For some reason, some textures get bungled up when there's a client/server version mismatch. 5.5.0 on 5.5.0 looks fine, ditto for 5.4.0 on 5.4.0, but not 5.4.0 client connecting to 5.5.0 server |
08:08 |
|
Fixer joined #minetest |
08:52 |
|
mrkubax10 joined #minetest |
08:57 |
sfan5 |
do you have a screenshot of it |
09:28 |
Oblomov |
sfan5: not my screenshot but https://ttm.sh/bnZ.png is how it looks with the version mismatch |
09:31 |
Oblomov |
sfan5: let me upload how it looks with the client/server version matching |
09:32 |
Oblomov |
sfan5: this is how those greysh cubes should look : http://labrador.oblomov.eu/nodecore/how-sponges-should-look.png |
09:33 |
Oblomov |
this https://gitlab.com/sztest/nodecore/-/blob/master/mods/nc_sponge/node.lua is how they are defined |
09:38 |
Oblomov |
the tmod thing is an auxiliary function to apply modifiers to textures, defined here https://gitlab.com/sztest/nodecore/-/blob/master/mods/nc_api/util_texturemod.lua |
09:38 |
Oblomov |
did something change in the way texture modifiers were defined? |
09:50 |
|
___nick___ joined #minetest |
10:06 |
Oblomov |
or animations, actually, more likely |
10:41 |
|
Talkless joined #minetest |
10:51 |
settl3r[m] |
what about a 5.5.0 client connecting to a 5.4.0 (or 5.3.0) server? is that as worse as 5.4 connecting to 5.5? |
10:52 |
settl3r[m] |
"as worse" -> "as bad" |
10:58 |
settl3r[m] |
(now repeating my former question) |
10:58 |
settl3r[m] |
What is the default render distance-limit for new nodes on multiplayer servers? (i.e. when arriving in a new, yet unvisited region) |
11:19 |
|
debiankaios joined #minetest |
11:20 |
Oblomov |
settl3r[m]: I don't have data on a 5.5 client for a 5.4 server |
11:21 |
Oblomov |
I don't particularly care about 5.3 because nodecore doesn't support it |
11:21 |
Oblomov |
also I don't know the answer to your question 8-) |
11:22 |
Oblomov |
sorry |
11:22 |
MTDiscord |
<IhrFussel> settl3r[m], https://github.com/minetest/minetest/blob/master/minetest.conf.example#L1472 |
11:26 |
sfan5 |
Oblomov: could it be that nodecore uses the servers' version to decide whether to use certain features? |
11:26 |
Oblomov |
sfan5: it's possible. is texture animation a 5.5 feature not presente in 5.4? |
11:26 |
sfan5 |
dunno |
11:33 |
|
mrkubax10 joined #minetest |
11:40 |
|
mrkubax101 joined #minetest |
12:50 |
|
sinvet joined #minetest |
13:03 |
|
GNUHacker joined #minetest |
13:03 |
MTDiscord |
<MisterE> Texture animation has been around forever with spite sheets |
13:03 |
MTDiscord |
<MisterE> *sprite |
13:06 |
|
GNUHacker left #minetest |
13:15 |
|
specing joined #minetest |
13:20 |
|
harry-wood joined #minetest |
13:24 |
|
Noisytoot joined #minetest |
13:35 |
|
harry-wood joined #minetest |
13:43 |
|
harry-wood joined #minetest |
14:16 |
|
harry-wood joined #minetest |
14:30 |
|
mrkubax10 left #minetest |
15:01 |
|
debiankaios joined #minetest |
15:31 |
|
Wuzzy joined #minetest |
15:34 |
Wuzzy |
I try to get ALL noiseparams settings, but when I use minetest.get_mapgen_setting_noiseparams, I can only get the noiseparams of the active mapgen, everything else returns nil :( |
15:34 |
Wuzzy |
I also tried minetest.get_noiseparams but this always returns nil, no matter what I input. o_O |
15:35 |
Wuzzy |
How does mintest.get_noiseparams work, anyway? Why do I always get nil? |
15:35 |
Wuzzy |
I give the names of mapgen settigns as input, like mgv7_np_cave1 |
15:39 |
|
sometalgoo joined #minetest |
15:58 |
sfan5 |
I don't see why that shouldn't work with mintest.get_noiseparams |
15:58 |
Wuzzy |
that's why it's so confusing :/ |
15:58 |
Wuzzy |
maybe the function is bugged? hmm |
15:59 |
Wuzzy |
or does the function do something entirely different? |
16:35 |
|
fluxionary joined #minetest |
16:43 |
|
Lunatrius joined #minetest |
16:47 |
|
Wuzzy2 joined #minetest |
16:52 |
MinetestBot |
[git] GoodClover -> minetest/minetest: Send chat error when attemping to /set a secure setting (#12193) 062dd8d https://github.com/minetest/minetest/commit/062dd8dabc50e01468a59bb9d1d8774e1983cb68 (2022-04-16T16:50:36Z) |
16:52 |
MinetestBot |
[git] paradust7 -> minetest/minetest: Fix '[combine' when EVDF_TEXTURE_NPOT is disabled. (#12187) 7cea688 https://github.com/minetest/minetest/commit/7cea688a1c463c5e8caa28bbdb588a6b497a5d7d (2022-04-16T16:50:59Z) |
16:54 |
|
Verticen joined #minetest |
17:02 |
Oblomov |
uh #12187 looks like it might be pertinent |
17:02 |
ShadowBot |
https://github.com/minetest/minetest/issues/12187 -- Fix '[combine' for when EVDF_TEXTURE_NPOT is disabled by paradust7 |
17:26 |
|
Komodo joined #minetest |
17:26 |
Komodo |
hello world |
17:31 |
Krock |
Segmentation Fault (core dumped) |
17:38 |
|
RhineDevil^ joined #minetest |
17:41 |
MTDiscord |
<savilli> kernel: BUG: kernel NULL pointer dereference, address: 0000000000000170 kernel: CPU: 4 PID: 53426 Comm: minetest Tainted: P OE 5.13.0-39-generic #1 |
17:41 |
ShadowBot |
https://github.com/minetest/minetest/issues/1 -- GlowStone code by anonymousAwesome |
17:42 |
MTDiscord |
<savilli> XD |
17:53 |
|
Verticen joined #minetest |
17:58 |
Oblomov |
yeah ShadowBot needs some context-aware parsing to tell jokes from actual tracker numbers |
18:21 |
Krock |
yes. teach it some common sense using neutral network blockchain algorithms |
18:24 |
wsor |
can you put any more buzzwords/seo words in that sentence? :P |
18:26 |
Krock |
blockchain-encrypted big data NFT stock based on personalised neutral network deep learning algorithms |
18:27 |
Krock |
wsor: are you happy now? |
18:28 |
wsor |
lol, sure |
18:35 |
|
Desour joined #minetest |
18:53 |
Pexin |
dat glowstone |
19:02 |
|
Gustavo6046 joined #minetest |
19:05 |
|
Gustavo6046 joined #minetest |
19:05 |
Desour |
neutral networks (<https://en.wikipedia.org/wiki/Neutral_network_(evolution)>) sound like you first need to make ShadowBot able to reproduce and die |
19:06 |
Desour |
killing should be easy, just apply light... |
19:24 |
|
___nick___ joined #minetest |
19:29 |
|
___nick___ joined #minetest |
19:41 |
|
debiankaios joined #minetest |
19:51 |
|
Hawk777 joined #minetest |
19:52 |
Sokomine |
what was the priv again to grant others privs? |
19:52 |
settl3r[m] |
a bot for Minetest? |
19:52 |
Desour |
do /help privs |
19:52 |
settl3r[m] |
..controlling an NPC? |
19:53 |
Sokomine |
aah. how obvious. thank you for pointing me there, desour |
19:53 |
Desour |
!next |
19:53 |
MinetestBot |
Another satisfied customer. Next! |
19:53 |
Sokomine |
yes, controlling npc (at least what they say) is part of what i'm doing now... |
19:54 |
settl3r[m] |
are there plans to implement it into minetest mainline? |
19:54 |
|
Verticen joined #minetest |
19:55 |
settl3r[m] |
this bot could morph into Roko's Basilisk.. beware, fellow players! ^^ xD |
19:58 |
Sokomine |
*neutral* network? |
20:00 |
Desour |
if it was a typo, Krock wouldn't have written it twice, I guess |
20:07 |
Krock |
Desour: in fact it was a typo that I cannot explain. I just tried to type it again and ended up with neutral again wtf |
20:07 |
Krock |
neural |
20:09 |
Sokomine |
ah. yes, typos happen easily. the fingers sometimes do their own thing. i was just wondering if it was a joke i missed |
20:10 |
Sokomine |
with npc and bots, one can never be sure |
20:46 |
|
Alias joined #minetest |
21:32 |
|
lsab joined #minetest |
21:32 |
lsab |
hi. I'm cant understand yet how to use the bundle in currency mod, can someone help me? |
21:53 |
MTDiscord |
<SX> used mostly for cooking, or throwing away |
22:00 |
|
Sven_vB joined #minetest |
22:01 |
|
lsab joined #minetest |
22:01 |
lsab |
hi, sorry. My connection fallout. I cant understand yet how to use the bundle in currency mod. May someone help me? |
22:10 |
|
RhineDevil^ joined #minetest |
22:18 |
MTDiscord |
<SX> used mostly for cooking, or throwing away |
22:19 |
erle |
what do people here use to ignore specific discord users? |
22:21 |
|
RhineDevil^ joined #minetest |
22:21 |
MTDiscord |
<GreenXenith> I dont think there is a specific tool, but you may be able to filter by keywords depending on your client |
22:32 |
|
panwolfram joined #minetest |
22:50 |
|
RhineDevil^ joined #minetest |
22:58 |
|
proller joined #minetest |
23:09 |
|
Gustavo6046 joined #minetest |
23:11 |
|
Gustavo6046 joined #minetest |
23:15 |
|
AliasAlreadyTake joined #minetest |
23:22 |
|
grouinos joined #minetest |