Commit graph

  • 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. Griatch 2015-06-01 20:32:52 +02:00
  • ef1e336339 Added a missing update to the database store of cmdsethandler. Resolves #751. Griatch 2015-06-01 20:02:53 +02:00
  • d23a8a94db Updated scripts/ directory source to use Google style docstrings as per #709. Griatch 2015-05-29 21:08:04 +02:00
  • 13042e6d1a Updated players/ directory sources to use Google style docstrings, as per #709. Griatch 2015-05-29 20:23:38 +02:00
  • a4a5f170e0 Update README.md Griatch 2015-05-28 13:57:37 +02:00
  • 326c6a131e Updated all sources of evennia/objects/ to google-style as per #709. Griatch 2015-05-27 23:51:19 +02:00
  • 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. Griatch 2015-05-27 22:35:05 +02:00
  • ff4013a58a Changed ignores to not use linux-type paths. Griatch 2015-05-26 00:15:36 +02:00
  • a0fb836fdb ignore Windows files generated during setup Peter Finlayson 2015-05-18 22:59:55 +02:00
  • eb024e0cfb Fixed a special case of the amp protocol not being initialized during the very first startup. Griatch 2015-05-25 23:42:39 +02:00
  • c67aa4efc5 Fixed a bug in splitting long AMP messages as per #750. Griatch 2015-05-25 21:17:00 +02:00
  • fbb9f8a279 Fixed a bug in the reporting of batch-AMP errors. Griatch 2015-05-25 21:01:15 +02:00
  • 1d52dea746 Stripped the argument to the gendersub contrib. Resolves #749. Griatch 2015-05-25 20:49:08 +02:00
  • 16de3b0c1e Merge branch 'master' of github.com:evennia/evennia Griatch 2015-05-18 19:31:06 +02:00
  • 597871ad91 Started doc string modification of the object folder's files. Griatch 2015-05-18 19:30:04 +02:00
  • 0c076b3966 removed references to closed issue #241 Peter Finlayson 2015-05-18 17:46:18 +02:00
  • 893b9470a1 Update README.md Griatch 2015-05-18 13:37:18 +02:00
  • a94303445e Update README.md Griatch 2015-05-18 13:34:09 +02:00
  • 0ccef6108a Update README.md Griatch 2015-05-18 12:31:35 +02:00
  • 3a1c39cec5 Update README.md Griatch 2015-05-18 13:37:18 +02:00
  • a98622fbdc Update README.md Griatch 2015-05-18 13:34:09 +02:00
  • 5cb1539b46 Update README.md Griatch 2015-05-18 12:31:35 +02:00
  • 9b6343f813 Minor format fix post-removal of the %c type colors Griatch 2015-05-17 21:59:24 +02:00
  • a2500389e4 Removed long deprecated %c-style color syntax as per #683. Griatch 2015-05-17 14:42:10 +02:00
  • 58465ef93c Updated lock system to use Google-style syntax as per #709. Griatch 2015-05-17 13:14:41 +02:00
  • aff6f8c4b4 Translated help system to use Google-style docstrings, as per #709. Griatch 2015-05-17 12:54:10 +02:00
  • 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. Griatch 2015-05-17 12:43:12 +02:00
  • 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. Griatch 2015-05-17 00:49:41 +02:00
  • e37079aa5b Converted the comm system folder to use Google style doc strings, as per #709. Griatch 2015-05-16 11:03:17 +02:00
  • e84db3df54 Converted all docstrings in the commands submodule (not the default commands themselves) to Google style as per #709. Griatch 2015-05-15 20:05:37 +02:00
  • ae88d67548 Updated docstrings for a few modules, adopting to styles as per #709. Griatch 2015-05-15 18:43:04 +02:00
  • 809116aabc More updates to doc, to make it compile properly for reST Griatch 2015-05-15 15:26:05 +02:00
  • 105ad5b9f9 Some doc updates Griatch 2015-05-15 15:13:46 +02:00
  • 72181f4ae0 Added __all__ marker to line editor to make it collaborate with reST doc creation Griatch 2015-05-15 11:50:37 +02:00
  • 37763ceca5 Added MAX_CONNECTION_RATE, MAX_COMMAND_RATE for throttling various aspects of input as a DoS measure as per #640. Griatch 2015-05-15 01:51:09 +02:00
  • 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. Griatch 2015-05-15 00:33:10 +02:00
  • 554b55c9ec Fixed a kwarg call where Tickerhandler assumed too much about the hook method. Griatch 2015-05-14 21:36:43 +02:00
  • 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. Griatch 2015-05-14 21:20:31 +02:00
  • 33154d4d60 Reworked server reboot code to make the cold reset function work as documented and not disconnect any sessions. Resolves #742. Griatch 2015-05-14 20:18:39 +02:00
  • 3410499313 Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future. Griatch 2015-05-14 17:57:49 +02:00
  • 30e9bfddf9 Made the cmdsethandler.add/delete_default re-use the normal add/delete methods for better code reuse. Griatch 2015-05-14 17:54:25 +02:00
  • a53eadc0f1 Made the error clearer when trying to start the server without first having created the database Griatch 2015-05-03 13:37:25 +02:00
  • 8cdb5bec4f Fixed errors in the ExtendedRoom contrib, pertaining to the detail command. Resolves #741. Griatch 2015-04-29 16:07:57 +02:00
  • 63ddf1cbae Update settings_default.py Griatch 2015-04-21 20:14:29 +02:00
  • e3c3214f9f The at_initial_setup hook was called with the wrong name in setup_default. Fixed now. Resolves #743. Griatch 2015-04-17 11:37:44 +02:00
  • 4a2d8f16e4 Clarified DefaultCharacter docstring. Resolves #738. Griatch 2015-04-17 11:33:52 +02:00
  • c713adfcb4 Merge branch 'Objects_Docstrings_Formatting' of https://github.com/tajmone/evennia into tajmone-Docstring_Typo Griatch 2015-04-17 11:30:48 +02:00
  • bd021c346f Merge branch 'Docstring_Typo' of https://github.com/tajmone/evennia into tajmone-Docstring_Typo Griatch 2015-04-17 11:29:35 +02:00
  • b7ace5ce88 Formatted docstring in Google Style. tajmone 2015-04-07 17:54:56 +02:00
  • a074b072a5 Formatted docstring. tajmone 2015-04-07 16:55:47 +02:00
  • ce9758b902 Formatted docstring. tajmone 2015-04-07 16:52:58 +02:00
  • 69cb443f0e docstring Google formatting. tajmone 2015-04-07 16:49:13 +02:00
  • 37fcbf9ba5 Typo in t_cmdset_get() docstring. tajmone 2015-04-07 16:41:11 +02:00
  • 7c73db90d5 Typo in create_exit_cmdset docstring. tajmone 2015-04-07 16:34:49 +02:00
  • 7bb1dea7f7 Changed pip django requirements to django 1.8. Griatch 2015-04-04 00:07:27 +02:00
  • b59e38caf5 Adding migrations for django1.8. Griatch 2015-04-04 00:06:01 +02:00
  • 1a7a6b3fff Removing migrations from repo Griatch 2015-04-03 23:22:43 +02:00
  • df5c5f4fed Added a better check to account for changes in django1.8+. Griatch 2015-04-03 23:10:40 +02:00
  • 6644effef8 Added migrations for the 1.8+ change Griatch 2015-04-03 20:49:18 +02:00
  • ee1ec3979c Updates for making Evennia compatible with Django 1.8+. Still not fully functioning. Griatch 2015-04-03 20:48:20 +02:00
  • 1bb886de03 Fixed error in amp that caused reload mechanism to act up. Griatch 2015-04-03 22:55:53 +02:00
  • 7a3152713c Mark Django1.8 as too recent Kelketek 2015-04-03 15:45:25 -05:00
  • 6e67374484 Changed some profiler settings Griatch 2015-04-02 00:48:45 +02:00
  • 5f4df1250a The alternative batch-send seems to work correctly. Needed to have a LoopingCall to make sure to empty the batch-queue now and then ... this is a little annoying but it doesn't take much resources (and creating the callback dynamically is death to performance at these time steps). See #620. Griatch 2015-04-02 00:47:03 +02:00
  • 4e4461b7fd Implemented a working batch-variation. Now for testing ... Griatch 2015-04-02 00:23:05 +02:00
  • e63922ff19 Starting to rework the AMP handler to use batch-sending. This seems like a very promising optimization technique. Griatch 2015-04-02 00:14:28 +02:00
  • 938b7553e2 Implemented a batch-queuing system for AMP, this has worse effects than sending directly. Griatch 2015-04-01 21:36:02 +02:00
  • 56f158a9a0 Added the BatchServer2Portal AMP command for testing. Griatch 2015-04-01 21:17:12 +02:00
  • ec05a47065 Fixed an edge case for oob. Griatch 2015-04-01 09:17:19 +02:00
  • 0cbb96bc82 Made addhelp/append us a single line break. Resolves #730. Griatch 2015-03-31 22:43:26 +02:00
  • c6be8b4a66 Broke ExitCommand out for easier override. Jonathan Piacenti 2015-03-30 18:58:52 -05:00
  • e35a42c9fd The script pause mechanism was not called at server shutdown. Resolves #729. Griatch 2015-03-28 12:42:00 +01:00
  • 349805c5ac Some minor cleanups of edit code Griatch 2015-03-27 07:12:32 +01:00
  • 3ebc55da82 Changed datetime setter to use utils.timezone instead of naive datetime stamps, as per #728. Griatch 2015-03-27 07:04:19 +01:00
  • b0c71ee924 Added /edit switch to CmdDesc. Jonathan Piacenti 2015-03-26 17:10:19 -05:00
  • 89a39a8481 Pull line editor out of contrib and into main. Jonathan Piacenti 2015-03-26 16:25:18 -05:00
  • eddb5dadf5 Add an exit to the base test case Jonathan Piacenti 2015-03-26 16:05:05 -05:00
  • 77183a857e Fixed typeclass command check that used to fail with an old .typeclass check. Griatch 2015-03-26 22:18:16 +01:00
  • f77a650847 Fixed error in text2html, but webclient still doesn't support all color codes. Griatch 2015-03-25 14:29:06 +01:00
  • c524e3f297 Added support bright highlighted backgrounds using xterm256 wrapper (will fallback to standard ANSI if not supported). Also made normal-color tags use the unhilight ANSI tag rather than the full normal-tag making them work better with backgrounds. Also added {H as the unhilight tag. See #725. Griatch 2015-03-24 12:31:19 +01:00
  • 5719423137 Clarified call signature for search_channel in utils.search Griatch 2015-03-23 08:39:12 +01:00
  • 5863ef29a8 Made cmdhandler respect an explicit True/False setting. Griatch 2015-03-22 17:22:59 +01:00
  • 3f1a887841 Made numberered lists with full numbers for clarity when reading sources. See #724. Griatch 2015-03-22 10:07:37 +01:00
  • 78ca2819b2 Fixed a bug in is_typeclass and cleaned up some other things in the player/object typeclass. Resolves #722. Griatch 2015-03-22 10:03:31 +01:00
  • f007de3a5e Clarified batchcode docstring Griatch 2015-03-22 09:50:14 +01:00
  • 7146a7f643 Typos in menusystem.py tajmone 2015-03-21 23:53:36 +01:00
  • ac3657465c Typos in example_batch_cmds.py tajmone 2015-03-21 23:44:59 +01:00
  • aeee73e3ee Typos in example_batch_cmds.ev tajmone 2015-03-21 23:38:42 +01:00
  • ec19f88c70 Typos in email_login.py tajmone 2015-03-21 23:33:35 +01:00
  • 568ebee17f Typos in extended_room.py tajmone 2015-03-21 23:24:02 +01:00
  • 99c03bcb66 Typos in Tutorial World rooms.py tajmone 2015-03-21 23:16:29 +01:00
  • ab90d0fa7b Typos in Tutorial World REAME file. tajmone 2015-03-21 23:00:51 +01:00
  • 41bfba061c Typo in bodyfunctions. NOTE: instructions need checking also. tajmone 2015-03-21 22:56:02 +01:00
  • 17418befcd Fixed unittest for help entries Griatch 2015-03-22 09:42:51 +01:00
  • 22f220f58d Made cyan separators work. Griatch 2015-03-21 07:53:38 +01:00
  • fc579ef0bb Color Cyan the comma in Cmd aliases and suggestions tajmone 2015-03-19 20:26:50 +01:00
  • 33fac1bb76 fixed a small typo in docstring tajmone 2015-03-19 11:12:42 +01:00
  • c781160225 Made various parts of the core respect the CLIENT_DEFAULT_WIDTH setting. Resolves #710. Griatch 2015-03-19 19:21:05 +01:00
  • a01493bfa0 Expanded doc-string for the tutorialworld's Obelisk object. Resolves Griatch 2015-03-19 19:03:35 +01:00
  • 5ec2030d83 Added swap alias to the type command. Resolves #718. Griatch 2015-03-19 19:01:41 +01:00