Commit graph

2889 commits

Author SHA1 Message Date
Griatch
7f63ca6a76 Made error reporting from cmdsets a little more verbose. 2015-06-20 13:11:50 +02:00
Griatch
9dcb97060d Added the ability to spawn objects with Tags. 2015-06-20 00:31:13 +02:00
Griatch
91b84213dd Made the string set convertion message a little clearer. Also set up the template to add the protototype dir from the onset. 2015-06-13 16:02:59 +02:00
Griatch
4d69e80787 Made lock command warn for using the wrong input form. Strip extraneous quotes from lock strings to avoid strange issue with escaped quotes from the command system. Resolves #758. 2015-06-13 00:08:12 +02:00
Griatch
f00f917e41 Fixed an issue with the lineeditor's quit yes/no question and made a custom yes/no solution instead of relying on the menusystem-based one in contrib. Resolves #757. 2015-06-12 23:17:32 +02:00
Griatch
fb8db4ead0 Fixed a recursive error with the ndbhandler.all. 2015-06-12 22:48:28 +02:00
Griatch
7f8d421039 Fixed a bug and cleaned up the nick command. Resolves #756. 2015-06-09 14:34:27 +02:00
Griatch
9c677362e7 Fixed a typo for the command. Resolves #755. 2015-06-03 23:10:41 +02:00
Griatch
70762fb2be Updated menu_login contrib to changes in default channel settings. Also made them aware of multisession modes. Resolves #754. 2015-06-03 23:08:10 +02:00
Griatch
a9569f274f Added setTcpNoDelay to AMP connection. On Linux this leads to x10 faster roundtime on sends, as per #746. 2015-06-01 23:30:37 +02:00
Griatch
11750be556 Fixed a bug in the attr lockfunc to make it properly handle comparison for Nonetypes and bools as well as other values. Also fixed a malformed call for a default value. Resolves #753. 2015-06-01 21:56:29 +02:00
Griatch
8e134af019 API change: Added no_superuser_bypass kwarg to obj.access, channel.access and player.access methods, to make the call consistent with the full lockhandler.check call. This allows the cmdhandler to use access() to check the 'call' locktype and thus make it available for overloading if so desired. Resolves #752. 2015-06-01 20:32:52 +02:00
Griatch
ef1e336339 Added a missing update to the database store of cmdsethandler. Resolves #751. 2015-06-01 20:02:53 +02:00
Griatch
d23a8a94db Updated scripts/ directory source to use Google style docstrings as per #709. 2015-05-29 21:08:04 +02:00
Griatch
13042e6d1a Updated players/ directory sources to use Google style docstrings, as per #709. 2015-05-29 20:23:38 +02:00
Griatch
a4a5f170e0 Update README.md 2015-05-28 13:57:37 +02:00
Griatch
326c6a131e Updated all sources of evennia/objects/ to google-style as per #709. 2015-05-27 23:51:19 +02:00
Griatch
97e04ee710 Twisted min version upped to 15.2.1 due to a change in the LoopingCall infrastructure that Evennia relies on. This resolves #744 by updating the Evennia implementation accordingly. 2015-05-27 22:35:05 +02:00
Griatch
ff4013a58a Changed ignores to not use linux-type paths. 2015-05-26 00:15:36 +02:00
Peter Finlayson
a0fb836fdb ignore Windows files generated during setup 2015-05-26 00:13:12 +02:00
Griatch
eb024e0cfb Fixed a special case of the amp protocol not being initialized during the very first startup. 2015-05-25 23:42:39 +02:00
Griatch
c67aa4efc5 Fixed a bug in splitting long AMP messages as per #750. 2015-05-25 21:17:00 +02:00
Griatch
fbb9f8a279 Fixed a bug in the reporting of batch-AMP errors. 2015-05-25 21:01:15 +02:00
Griatch
1d52dea746 Stripped the argument to the gendersub contrib. Resolves #749. 2015-05-25 20:49:08 +02:00
Griatch
16de3b0c1e Merge branch 'master' of github.com:evennia/evennia 2015-05-18 19:31:06 +02:00
Griatch
597871ad91 Started doc string modification of the object folder's files. 2015-05-18 19:30:34 +02:00
Peter Finlayson
0c076b3966 removed references to closed issue #241 2015-05-18 19:30:34 +02:00
Griatch
893b9470a1 Update README.md 2015-05-18 19:30:34 +02:00
Griatch
a94303445e Update README.md 2015-05-18 19:30:34 +02:00
Griatch
0ccef6108a Update README.md
Some cleanup of the text.
2015-05-18 19:30:34 +02:00
Griatch
3a1c39cec5 Update README.md 2015-05-18 13:37:18 +02:00
Griatch
a98622fbdc Update README.md 2015-05-18 13:34:09 +02:00
Griatch
5cb1539b46 Update README.md
Some cleanup of the text.
2015-05-18 12:31:35 +02:00
Griatch
9b6343f813 Minor format fix post-removal of the %c type colors 2015-05-17 21:59:24 +02:00
Griatch
a2500389e4 Removed long deprecated %c-style color syntax as per #683. 2015-05-17 14:42:10 +02:00
Griatch
58465ef93c Updated lock system to use Google-style syntax as per #709. 2015-05-17 13:14:41 +02:00
Griatch
aff6f8c4b4 Translated help system to use Google-style docstrings, as per #709. 2015-05-17 12:54:10 +02:00
Griatch
3e9263e207 Updated contrib to use the Google style docstrings are per #709. Also
remove long deprecated code-block usage in menusystem - use callback functions
instead.
2015-05-17 12:43:31 +02:00
Griatch
64c6d06d0f Fixed the loading of the menu_login contrib, doing some cleanup in the error reporting at the same time. Also added evennia to the search path for cmdsets and typeclasses so that one can give the path to e.g contrib when loading. 2015-05-17 00:49:41 +02:00
Griatch
e37079aa5b Converted the comm system folder to use Google style doc strings, as per #709. 2015-05-16 11:04:30 +02:00
Griatch
e84db3df54 Converted all docstrings in the commands submodule (not the default commands themselves) to Google style as per #709. 2015-05-15 20:05:37 +02:00
Griatch
ae88d67548 Updated docstrings for a few modules, adopting to styles as per #709. 2015-05-15 18:43:04 +02:00
Griatch
809116aabc More updates to doc, to make it compile properly for reST 2015-05-15 15:26:05 +02:00
Griatch
105ad5b9f9 Some doc updates 2015-05-15 15:13:46 +02:00
Griatch
72181f4ae0 Added __all__ marker to line editor to make it collaborate with reST doc creation 2015-05-15 11:50:37 +02:00
Griatch
37763ceca5 Added MAX_CONNECTION_RATE, MAX_COMMAND_RATE for throttling various aspects of input as a DoS measure as per #640. 2015-05-15 01:51:09 +02:00
Griatch
f5eeba72e0 Changed evtable to use a custom ljust/rjust routine instead of the ones from the python library. This resolves issues with width calculation of strings containing MXP links. Resolves #705. 2015-05-15 00:33:10 +02:00
Griatch
554b55c9ec Fixed a kwarg call where Tickerhandler assumed too much about the hook method. 2015-05-14 21:36:43 +02:00
Griatch
b7872f2d6f Changed the order of Portal/Server shutdown to make sure the Portal stops correctly in light of the changes to the shutdown protocol from previous revision. 2015-05-14 21:20:31 +02:00
Griatch
33154d4d60 Reworked server reboot code to make the cold reset function work as documented and not disconnect any sessions. Resolves #742. 2015-05-14 20:18:39 +02:00