aboutsummaryrefslogtreecommitdiff
path: root/src/servercommand.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move chat commands to Lua and remove servercommand.{cpp,h}Matthew I2012-08-121-191/+0
| | | | | | | | | | Commands moved: /me /status /time /shutdown /ban /clearobjects
* Message cleanups (consistency) and prevent /me when not allowed to shoutCalinou2012-07-211-7/+13
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+0
|
* Fix crash when inputting only / in chatPerttu Ahola2012-04-051-2/+3
|
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-011-26/+0
|
* Improved teleport commandPerttu Ahola2012-03-301-46/+0
|
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola2012-03-301-157/+7
| | | | names, 2) minetest.register_authentication_handler()
* minetest.register_chatcommand(cmd, def)Perttu Ahola2012-03-301-20/+1
|
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-291-9/+16
|
* Notify player whose password is being changedKahrl2011-12-031-0/+4
|
* Fix processing of the default_password setting. It is now actually used as ↵Kahrl2011-12-011-2/+54
| | | | the plaintext password for new users. Also add /setpassword and /clearpassword server commands that can be used by admins with the PRIV_PASSWORD privilege, and update the /help message.
* CraftItem rework and Lua interfaceKahrl2011-11-291-1/+1
|
* Allow server-side teleportingPerttu Ahola2011-11-291-1/+5
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-291-0/+1
| | | | node/tool/item/whatever types
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-12/+11
|
* Add /clearobjectsPerttu Ahola2011-10-181-20/+32
|
* When granting or revoking privileges, notify the target player tooPerttu Ahola2011-10-161-2/+16
|
* Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola2011-10-161-4/+31
| | | | --info-on-stderr to enable crap.
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-1/+2
|
* /me commandGiuseppe Bilotta2011-08-221-0/+12
|
* Defines for server command context flagsGiuseppe Bilotta2011-08-221-2/+2
|
* Fix use of && instead of &Giuseppe Bilotta2011-08-121-1/+1
|
* Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola2011-08-121-13/+19
|
* added ipban supportConstantin Wenger2011-08-121-0/+44
| | | | | commands: /#ipban <nick> /#ipunban <ip>
* Server configuration is now written when "/#setting whatever = whatever" is ↵Perttu Ahola2011-07-301-3/+9
| | | | issued.
* Added message of the day and made it properly configurable using /#setting ↵Perttu Ahola2011-07-301-1/+2
| | | | (not saved to config file yet)
* Updated licenses of CiaranG's contributions to be in line with the new ↵celeron552011-05-311-16/+13
| | | | contribution policy and added a TODO note to server.cpp
* hopefully fixed the privilege problemsPerttu Ahola2011-05-291-5/+11
| | | | | --HG-- extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50
* player passwords and privileges in world/auth.txtPerttu Ahola2011-05-291-4/+4
| | | | | --HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
* Restored the auto-admin powers of the local user (via name= in the config)Ciaran Gultnieks2011-05-161-7/+9
| | | | | --HG-- extra : rebase_source : a35aa0d978990c28fa4fc158ce47d1f4aa967c04
* Server commands without classesCiaran Gultnieks2011-05-161-67/+65
|
* Privileges to/from string conversion functions standalone, not static membersCiaran Gultnieks2011-05-161-4/+4
|
* Improved server commands and added player permissions.Ciaran Gultnieks2011-05-161-0/+233
--HG-- extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216