Commit Graph

27 Commits (cc66191422f060b2b0ef3fe61155c3b97212f2fb)

Author SHA1 Message Date
jachoo cc66191422 Merge branch 'master' of https://github.com/placki/minetest-jachoo
Conflicts:
	src/game.cpp
	src/player.h
	src/server.h
2011-11-10 20:33:41 +01:00
jachoo b8c0827434 Merge from celeron, many new features and bugs fixed 2011-10-30 16:45:00 +01:00
placki 73360b86cd "die" server command added 2011-10-27 23:17:44 +02:00
jachoo 0d367550bc Merge branch 'master' of git://github.com/celeron55/minetest
Also: Some changes, bigger teleports
2011-10-26 23:20:14 +02:00
Perttu Ahola 4b6138e69b Improve Connection with threading and some kind of congestion control 2011-10-20 23:04:09 +03:00
Perttu Ahola 78f4142f4f Add /clearobjects 2011-10-18 00:01:50 +03:00
jachoo d828688383 Merge branch 'master' of git://github.com/celeron55/minetest
Conflicts:
	src/client.cpp
	src/clientserver.h
	src/content_mapnode.cpp
	src/content_mapnode.h
	src/game.cpp
	src/map.cpp
	src/player.cpp
	src/server.cpp
2011-10-16 22:59:11 +02:00
Perttu Ahola 07d000cc54 When granting or revoking privileges, notify the target player too 2011-10-16 20:03:43 +03:00
Perttu Ahola b65a5aceb0 Use the logger; also, default to not showing much crap in console. Use --info-on-stderr to enable crap. 2011-10-16 14:57:53 +03:00
jachoo 72251ff000 Clans privs
Deleting clans
New teleport icon
2011-10-16 00:12:37 +02:00
Perttu Ahola 9e46cbf7ea Header file tweaking; mainly for speed 2011-10-12 13:53:38 +03:00
jachoo 0c5485108b Groups renamed to Clans.
Merge branch 'master' of git://github.com/celeron55/minetest
2011-09-30 22:14:12 +02:00
jachoo d4dff7f8e4 Groups - everything should work now 2011-09-15 19:17:50 +02:00
Giuseppe Bilotta 0488bf54d3 /me command 2011-08-22 13:02:08 +02:00
Giuseppe Bilotta d2c0b4905a Defines for server command context flags 2011-08-22 13:02:08 +02:00
Giuseppe Bilotta 72e4c8f523 Fix use of && instead of & 2011-08-12 23:34:12 +02:00
Perttu Ahola e40da2341c Fixed/extended/modified ban stuff to be good for inclusion 2011-08-12 13:11:27 +03:00
Constantin Wenger 5784c14ab7 added ipban support
commands:
/#ipban <nick>
/#ipunban <ip>
2011-08-12 03:37:18 +02:00
Perttu Ahola cdadbdbd17 Server configuration is now written when "/#setting whatever = whatever" is issued. 2011-07-30 19:49:42 +03:00
Perttu Ahola 9b294ffa7a Added message of the day and made it properly configurable using /#setting (not saved to config file yet) 2011-07-30 19:31:33 +03:00
celeron55 7740425085 Updated licenses of CiaranG's contributions to be in line with the new contribution policy and added a TODO note to server.cpp 2011-05-31 11:59:51 +03:00
Perttu Ahola e81919c818 hopefully fixed the privilege problems
--HG--
extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50
2011-05-29 22:34:04 +03:00
Perttu Ahola 63611932eb player passwords and privileges in world/auth.txt
--HG--
extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
2011-05-29 21:11:16 +03:00
Ciaran Gultnieks 8bba9cde5c Restored the auto-admin powers of the local user (via name= in the config)
--HG--
extra : rebase_source : a35aa0d978990c28fa4fc158ce47d1f4aa967c04
2011-05-16 18:26:37 +01:00
Ciaran Gultnieks b3268ff389 Server commands without classes 2011-05-16 17:13:33 +01:00
Ciaran Gultnieks 1520d49310 Privileges to/from string conversion functions standalone, not static members 2011-05-16 16:13:17 +01:00
Ciaran Gultnieks 248d7c8469 Improved server commands and added player permissions.
--HG--
extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216
2011-05-16 10:41:19 +01:00