Time Nick Message 18:07 sapier Hello celeron55 was this "slenderman" suggestion mail really from you? I'm a little bit carefull with mails requesting me to run applications ;-) If not there's someone around faking your mail address as sender. 18:07 celeron55 ehm, wtf are you talking about? 18:08 sapier If you don't know what I'm talking about someone sends mails claiming to be you 18:09 celeron55 well, shit happens 18:09 sapier true, I already expected so I just wanted to be sure 18:09 thexyz sapier: can you pastebin email contents? 18:09 celeron55 yes, i request contents too 18:10 thexyz (better with email headers) 18:10 NakedFury if this happens a lot you could make a forum post sticky explaining the situation 18:10 NakedFury so less intelligent individuals dont do anything stupid 18:11 sapier http://pastebin.com/uMJN3v2M 18:11 celeron55 i guess there is no need to do that until somebody else reports the same; then thexyz knows what to do 18:11 sapier ok it's only sender claiming to be celeron55@gmail.com 18:11 thexyz sapier: well, have you tried reading it? 18:11 celeron55 sapier: ehm, that is just the forum mailer 18:12 celeron55 maybe it could use some tweaking... 18:12 sapier hmm true ... ok probably I've been a little bit to carefull :-) 18:12 sapier ok ok If someone mails me "Just run the application inside the folder" some noise tells me "ATTENTION" 18:13 sapier sorry for interruption 18:14 celeron55 i have the problem that the minetest.net website doesn't really have any mail accounts 18:14 celeron55 eg. webmaster@minetest.net or forum@minetest.net would probably be invalid 18:14 thexyz celeron55: you don't need "mail accounts", just set up sendmail/postfix/anything you like 18:14 celeron55 so... i initially set up the from address to be my address 18:15 celeron55 thexyz: it's not a virtual machine or anything 18:15 celeron55 i don't have that level of control of it at all 18:15 thexyz celeron55: is that some hosting? then it's usually setted up already 18:15 thexyz just try calling php's mail() function and see if that works 18:16 sapier I see ... I' m a little bit nervous if sender and return address don't match and don't match shown name either combined with request to call a application ... :-) 18:16 celeron55 punbb calls php's mail() 18:16 celeron55 it's just that there is no official from address for it 18:16 thexyz oh, then there's no point in setting forum's mailer address to celeron55@gmail.com 18:17 celeron55 but what then? i can ask for it, but the answer is likely to take a day or two 18:17 thexyz anything, for example, noreply@minetest.net 18:17 celeron55 well i guess that'll do 18:19 thexyz well, actually current settings may result in filtering those messages as spam 18:33 VanessaE something just occurred to me. Regarding the map generator and the cries for various hooks into it... would it be out of line to suggest allowing a mod to pass a string to the mapgen that describes a mathematical formula? 18:34 VanessaE (the formula being used in place of the existing method) 18:35 VanessaE e.g. minetest.set_mapgen_formula(minpos, maxpos, string or table of strings) 18:35 VanessaE just a thought. 18:55 celeron55 a more sensible way would be to allow registering kind of shader-like mapgen Lua scripts utilizing a small API, which would be run in the map generator thread out of way of other things 18:57 VanessaE possible. I was trying to avoid putting any of it into Lua owing to how slow the language can be 18:58 VanessaE any of it = any of the hard-working code 18:59 celeron55 eh 19:00 celeron55 a string containing a mathematical formula isn't going to be any faster than a script using a clever API 19:00 celeron55 the latter is just way more flexible 19:01 VanessaE perhaps so 19:04 Mikeonline is it possible to change the default max rollback time to inf/-1? 21:59 Mikeonline n8 23:45 OWNSyouAll on the minetest.register_on_joinplayer(func(ObjectRef)) function what exactly does this return the player that joined?