Search found 31 matches

by like2omg
Thu Jan 23, 2014 23:13
Forum: WIP Mods
Topic: [Recommend me anything] Computer mod
Replies: 16
Views: 4386

The problem with lua is that the script is free to do calls like "os.fopen". worse, we can call arbitrary libraries. Solving this would equal to rewriting the whole lua library. Complete rewrite? No. Rewriting and removing certain hazardous default system calls in a new subprocess' global...
by like2omg
Thu Jan 23, 2014 19:20
Forum: WIP Mods
Topic: [Recommend me anything] Computer mod
Replies: 16
Views: 4386

The only sandboxing that is possible is Put it in a subprocess Manipulate (create) its library of allowed calls (read: its global environment) Make certain calls safer (like where it is allowed to open a file) Restrict runtime that it does without yielding Impose other limits that the ComputerCraft ...
by like2omg
Thu Jan 23, 2014 02:45
Forum: WIP Mods
Topic: [Recommend me anything] Computer mod
Replies: 16
Views: 4386

I would like to make something like that, but I'd rather have a replica of the Minecraft mod titled ComputerCraft. Issues I see which are probably not found in the Minecraft version of the mod: Mesecons-related (Minecraft has it good with Redstone at its best; we don't): With how it is already hard ...
by like2omg
Sat Jan 11, 2014 18:06
Forum: Problems
Topic: Flowing lava turning into stone over chunks crashes server
Replies: 5
Views: 1745

I was not able to reproduce the crash. Could you please post the exact position of your generator and the mods the server uses. If someone else wants to try, I made a .we file. The only mod list I could use would come from looking up the server info (and only way I know of is from Freeminer's homep...
by like2omg
Thu Jan 09, 2014 23:17
Forum: Problems
Topic: Flowing lava turning into stone over chunks crashes server
Replies: 5
Views: 1745

Flowing lava turning into stone over chunks crashes server

I have somehow created a crash machine on a server I play on (Minerealms). As I don't recall which image hosting solutions I have accounts for, I will upload the picture. About the picture(ignoring the awkward Gimp drawings): This whole thing is 1 block high excluding the ground (dirt; 1 block high ...
by like2omg
Wed Jan 08, 2014 21:39
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

actually, you did jail him. I was online at the time. he killed one of the people in his building crew without express permission. he was also attacking us as we observed their "game" of tag where he had a diamond sword. hope this help clear things up Once again, my memory is very flawed....
by like2omg
Tue Jan 07, 2014 21:12
Forum: Servers
Topic: BetaOmega Official
Replies: 12
Views: 2680

Look at quote, notice bold, see below. <trim> OS : Ubuntu 13.10 Full port enabled with port monerating and auto ban. System : 512 mb RAM 20 GB SSD 1Gb/s Network Just wanted to let you know that I don't think "monerating" is a word. The closest words I think you may have meant are "mo...
by like2omg
Tue Jan 07, 2014 05:03
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

FNC is mad at me for unjailing then rejailing 'em. I don't know why FNC was jailed in the first place, and I thought I was doing the right thing, but due to what I heard from Burns (maybe out of context), was the reason I rejailed 'em. He claims that I jailed him first, which I have no memory of doi...
by like2omg
Tue Jan 07, 2014 02:07
Forum: Servers
Topic: BetaOmega Official
Replies: 12
Views: 2680

Look at quote, notice bold, see below. <trim> OS : Ubuntu 13.10 Full port enabled with port monerating and auto ban. System : 512 mb RAM 20 GB SSD 1Gb/s Network Just wanted to let you know that I don't think "monerating" is a word. The closest words I think you may have meant are "mon...
by like2omg
Tue Jan 07, 2014 01:58
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

Mcc457 wrote:So, I heard its possible to take structures from the old map, and move them to the new...
<trim>
Just a reminder, when the selection is big, it must be World Edited by using small segments to avoid lagging everyone out and also to prevent a crash (out of memory or other issues).
by like2omg
Mon Jan 06, 2014 20:36
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

Rick, would you mind not doing "/clearobjects"? It deletes everything in item frames and pedestals. Which I use in my galleria. (SAFR) Well my bad, but i had to do it because i died in a random spot and had a ton of talonite with my plus the admin sword Another reason to be high in the sk...
by like2omg
Mon Jan 06, 2014 03:51
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

DJrocker keeps begging for a nyan cat. Since I don't know if it is allowed to spawn it in, I'm refusing and DJ is being self-centered... (just got "vazon is grupy" ... banning) EDIT: by "self-centered", I mean it seems like DJ is behaving like a spoiled child. EDIT 2: After all t...
by like2omg
Mon Jan 06, 2014 00:49
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

Whitemau5 wrote:LOL There are not as many people on Minetest so you practically know everyone who plays a lot on the game. :P
True, also the server is getting a lot of downtime within just a 48-hour span due to crashes.
by like2omg
Sun Jan 05, 2014 22:31
Forum: WIP Mods
Topic: [Mod][WIP] Auto kick/ban for many login attempts [too_many_logins]
Replies: 8
Views: 2779

I don't understand this. You mean a real name for the mod? Why is this a big issue? I have yet to see anywhere on the web where a license does not show the author's real name . Doesn't this mean you allow "people to create "clones" that were ad-ified and/or charged money for"? I...
by like2omg
Thu Jan 02, 2014 22:24
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

If I get this correctly, the server I hoped to create a server mod for is not going to be available now? Oh well, now I just got to choose a license and I'm good to go.
by like2omg
Thu Jan 02, 2014 22:10
Forum: WIP Mods
Topic: [Mod][WIP] Auto kick/ban for many login attempts [too_many_logins]
Replies: 8
Views: 2779

For the few mods I made, I never dove into the license subject. Mostly I tried to apply the same license as minetest and the same license for used code/images as the ones they are falling under. But I read at least at two places somethig about licenses and minetest: First a sticky post "Forum ...
by like2omg
Tue Dec 31, 2013 00:50
Forum: WIP Mods
Topic: [Mod][WIP] Auto kick/ban for many login attempts [too_many_logins]
Replies: 8
Views: 2779

Why wouldn't you allow many accounts on one IP address and many login's in a specific time span? It is currently configurable with local variables at the top to say how many connections within a time-span (also a local variable at the top) before it triggers the first kick. - For the login's in a s...
by like2omg
Sun Dec 29, 2013 23:19
Forum: WIP Mods
Topic: [Mod][WIP] Auto kick/ban for many login attempts [too_many_logins]
Replies: 8
Views: 2779

PilzAdam wrote:Please dont use a non-free license.
Okay, for me to be able to choose a license, I need some help with deciding one. (I did say in the license I put in there, it is subject to change)
by like2omg
Sun Dec 29, 2013 21:39
Forum: WIP Mods
Topic: [Mod][WIP] Auto kick/ban for many login attempts [too_many_logins]
Replies: 8
Views: 2779

[Mod][WIP] Auto kick/ban for many login attempts [too_many_logins]

Hello MineTest community. I'm doing my first attempt at a server mod, which will be my first attempt at a MineTest mod in general. == Begin off-topic == My experiences in Lua started with the ComputerCraft mod for MineCraft, and I seem to have done very well with it there, so carrying over the exper...
by like2omg
Fri Dec 27, 2013 04:42
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

Did the server get taken down on purpose, or did it crash / get (D)DoS'd?
Just used recently on the MineTest IRC main channel:

Code: Select all

<like2omg> !up 75.131.40.131 30000
<MinetestBot> 75.131.40.131:30000 seems to be down
AFAIK, it was up yesterday.
by like2omg
Tue Dec 24, 2013 23:09
Forum: Problems
Topic: Log spam if TP has no screenshot
Replies: 3
Views: 1023

I got a repeating error similar to that when I compiled from source a few days ago. Although besides the cutting-edge version's normal instability issues, it gave that repeated error while I had the "Credits" tab open on the main screen. EDIT: or something like that error. I cannot trace b...
by like2omg
Mon Dec 23, 2013 22:45
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

Rick2 wrote:
like2omg wrote:
Rick2 wrote:Did the server shutdown?
Okay it wasn't just me... I honestly swear I don't know, nor typed, any command that could of shut it down.
I thought i was banned for a minute
See my "Edit"ed post before your "Did the server shutdown?" post.
by like2omg
Mon Dec 23, 2013 22:42
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

Did the server shutdown? Okay it wasn't just me... I honestly swear I don't know, nor typed, any command that could of shut it down. EDIT: (prevent double post) like i said here's froggys skin :3 http://i.imgur.com/QEDeqLI.png this is what it looks likehttp://i.imgur.com/DTycBGE.png Wouldn't that b...
by like2omg
Mon Dec 23, 2013 22:37
Forum: Servers
Topic: [0.4.12] Minerealm Server
Replies: 388
Views: 71770

As a VIP (using only in correct respect to the server and it's good-minded players), I banned the following player: <I forgot the IP>|WolfCraft - being rude and grief threats EDIT: I don't know if my immature comment got me kicked, or if it is just my laptop getting too hot (common problem; I really...
by like2omg
Mon Dec 16, 2013 21:05
Forum: Mod Releases
Topic: [Mod] Mesecons (= redstone) [GitHub] [minetest-mod-mesecons]
Replies: 1932
Views: 688899

Hey like2omg: If you want to build one of these right now, here's a circuit that should do the trick. No luacontrollers required! http://i.imgur.com/UKUTvIn.png Thanks. Although I'm curious if it resets immediately after the player leaves the pressure plate (or if it keeps some charge in the final ...