Commit graph

  • 62f94f1cbd force PuzzleRecipe.db.puzzle_name to be stored as 'str' instead of unicode. Corresponding testcase Henddher Pedroza 2018-10-13 16:47:06 -05:00
  • e9bb903943 Reverse order of language in test Griatch 2018-10-13 22:27:12 +02:00
  • 57280d5bef Handle missing ModuleNotFoundError in py3.5 Griatch 2018-10-13 20:47:25 +02:00
  • f23f107b33 Correct hashlib calls Griatch 2018-10-13 20:11:24 +02:00
  • 6546ad8651 Fix webclient communication Griatch 2018-10-13 19:56:46 +02:00
  • d318861399 Remove iteritems() calls Griatch 2018-10-13 19:49:24 +02:00
  • ebb2fb6c1c Clean up with 2to3 Griatch 2018-10-13 19:43:17 +02:00
  • f85968fad3 Remove remnant from merge collision Griatch 2018-10-13 19:33:06 +02:00
  • 58116ff900 Remove basestring mentions remnants of 2.7 Griatch 2018-10-13 19:30:24 +02:00
  • e54b87b6fd Allow for connecting over telnet Griatch 2018-10-13 19:12:04 +02:00
  • 1b1d5488fe Fix bytes status error Griatch 2018-10-13 19:07:59 +02:00
  • 1e332d6f3b Getting a little further in the process Griatch 2018-10-13 18:50:37 +02:00
  • 54e351f296 Merge develop branch, resolve conflicts Griatch 2018-10-13 17:19:38 +02:00
  • 1f3d8d1b96 Merge branch 'master' into develop Griatch 2018-10-13 17:16:47 +02:00
  • 3fbd74b332 Fix (again) of tag batch creation Griatch 2018-10-13 16:59:07 +02:00
  • bedebdd524 Update changelog. Griatch 2018-10-13 11:28:41 +02:00
  • 3bd34087ce Add confirmation question to new accounts/delete switch Griatch 2018-10-13 11:26:31 +02:00
  • ead69148b7 Merge branch 'develop-accounts-delete-switch' of https://github.com/whutch/evennia into whutch-develop-accounts-delete-switch Griatch 2018-10-13 11:03:47 +02:00
  • 965e973294 Move delaccount functionality to @accounts/delete Will Hutcheson 2018-10-12 16:37:27 -05:00
  • 5f9047b161 Make Session.execute_cmd consistent with Account/Object by accepting the session keyword Griatch 2018-10-10 23:26:20 +02:00
  • 13a3fff270 Redirects system errors from user-facing return to error log. Johnny 2018-10-10 01:15:19 +00:00
  • c7f041d6d0 Corrects additional incorrect guest authentication method. Johnny 2018-10-10 00:57:39 +00:00
  • ed26a522c8 Changes method used for guest authentication. Johnny 2018-10-10 00:48:54 +00:00
  • d78cd56279 Implements create() and authenticate() on DefaultGuest object; migrates DefaultAccount.authenticate_guest(). Johnny 2018-10-10 00:41:27 +00:00
  • f943b3e179 Adds create() method to DefaultScript and unit test for DefaultScript.create(). Johnny 2018-10-09 23:41:04 +00:00
  • 18bcc4ffa6 Modifies Account.create() to use Character.create() on lesser multisession modes. Johnny 2018-10-09 23:21:39 +00:00
  • 3935f42cd8 Adds unit tests for create() methods. Johnny 2018-10-09 23:04:22 +00:00
  • 8ea87f4727 Bugfixes. Johnny 2018-10-09 23:04:01 +00:00
  • b25fb14811 Resolves merge conflict. Johnny 2018-10-09 22:23:45 +00:00
  • 0dcb4e8af2 Implements create() methods on DefaultObject, DefaultCharacter, DefaultRoom and DefaultExit. Johnny 2018-10-09 22:20:06 +00:00
  • d27482f4fc Implements create() method migrated from CmdCreate on DefaultObject. Johnny 2018-10-09 20:29:12 +00:00
  • 19d9883343 Updates docstring to expand MM acronym for clarity. Johnny 2018-10-09 20:28:47 +00:00
  • 52c84b44b5 Handle prototype modules with non-dicts as global variables Griatch 2018-10-08 19:03:15 +02:00
  • 3b75780b40 Make tutorial_world roots give clearer errors. Allow home/quit from dark room. Resolves #1584. Griatch 2018-10-08 18:50:33 +02:00
  • c153a1d7e4 Resolve bug when trying to examine self when unprivileged Griatch 2018-10-08 18:20:35 +02:00
  • cb44de5532 Merge branch 'master' of https://github.com/evennia/evennia into puzzles Henddher Pedroza 2018-10-07 15:10:49 -05:00
  • e42c6fd8c3 Merge branch 'master' into develop Griatch 2018-10-07 21:17:51 +02:00
  • 40eb691cd4 Create hash password when creating irc bot. Griatch 2018-10-07 21:17:40 +02:00
  • 34915980c4 Adds CRUD views for characters. Johnny 2018-10-07 17:26:19 +00:00
  • 2282513267 Merge branch 'master' into develop Griatch 2018-10-07 19:18:09 +02:00
  • 1bd683a962 Manual merge conflict Henddher Pedroza 2018-10-07 11:55:57 -05:00
  • b863364635 Replace FIXMEs with TODOs Henddher Pedroza 2018-10-07 11:50:59 -05:00
  • 14eea024bb Correct tag handling in prototype; fix unittests Griatch 2018-10-07 18:45:28 +02:00
  • 41bfea38f9 Prototypes automatically adds 'prototype_key' and such prevents objects/puzzle-parts matching during puzzle resolution. Fix tags processing in spawner Henddher Pedroza 2018-10-07 11:30:42 -05:00
  • a2e8b27ee4 Update docker file to better handle starting without an existing game folder Griatch 2018-10-07 18:29:25 +02:00
  • fdc4550e19 Cleanup of account tests with more mocking Griatch 2018-10-07 14:31:36 +02:00
  • fe14dfddef Fix bug in unittest that would cause occational name collision Griatch 2018-10-07 12:31:43 +02:00
  • 68ff0ac9d6 Clarify prototype_key replacement in modules; address #1676. Griatch 2018-10-07 10:50:35 +02:00
  • 77cf8075d9 Clarify prototype_key replacement in modules; address #1676. Griatch 2018-10-07 10:50:35 +02:00
  • a3b37d60ed Debug code: comparing .tags.all() vs tags.get() Henddher Pedroza 2018-10-06 19:29:32 -05:00
  • a0f113ad52 Merge branch 'master' of https://github.com/evennia/evennia into puzzles Henddher Pedroza 2018-10-06 16:07:09 -05:00
  • c0c36a8641 Merge branch 'master' into develop Griatch 2018-10-06 21:20:10 +02:00
  • 550a25820d Fix unittests. Implement #1675. Griatch 2018-10-06 21:00:31 +02:00
  • 8b1ab0bc85 Remove debug info Griatch 2018-10-06 19:06:44 +02:00
  • b5c6a483ac Fix bug in spawning with attributes Griatch 2018-10-06 19:05:57 +02:00
  • 7133492630 Be more lenient with spawning old, more free-form prototypes Griatch 2018-10-06 19:00:54 +02:00
  • 1a130a830d Merge pull request #1673 from strikaco/loginurlfix Griatch 2018-10-06 17:29:05 +02:00
  • 67fecbe3fc 0.8.0 port Henddher Pedroza 2018-10-06 08:00:23 -05:00
  • a5b4f41397 [fix] Correct missing caller arg in security message Griatch 2018-10-06 14:21:24 +02:00
  • be8f5b93fa Merge branch 'commands' of https://github.com/strikaco/evennia-dev into strikaco-commands Griatch 2018-10-06 14:15:40 +02:00
  • 5922ee5bbb Merge branch 'master' of https://github.com/evennia/evennia into puzzles Henddher Pedroza 2018-10-06 06:56:50 -05:00
  • c7907cbf6c Merge conflict Henddher Pedroza 2018-10-06 06:56:24 -05:00
  • bd2a2356b6 More unworking testing Griatch 2018-10-06 05:19:06 +02:00
  • dca73c707c Merge pull request #1672 from friarzen/master-historyjs-fix Griatch 2018-10-06 05:09:19 +02:00
  • d3c6359b09 Makes lazy reversals not lazy; prevents errors from manifesting out of scope. Johnny 2018-10-05 22:34:34 +00:00
  • e37b324229 Adds dynamic get_*_url() fields to DefaultObject and children and static get_*_url() fields to DefaultAccount. Johnny 2018-10-05 22:30:12 +00:00
  • 95577487a7 Adds get_absolute_url() and get_admin_url() methods to DefaultObject, DefaultCharacter, Account and DefaultRoom objects. Johnny 2018-10-05 22:02:20 +00:00
  • 66fa1a5584 Adds generic listview template. Johnny 2018-10-05 21:08:22 +00:00
  • 6c56d59114 Adds links to charman views. Johnny 2018-10-05 21:08:00 +00:00
  • c5f2ac171c Adds character management/deletion views and some other changes. Johnny 2018-10-05 21:07:44 +00:00
  • 0886b8ef28 Removes character update form. Johnny 2018-10-05 21:07:07 +00:00
  • 0ed56ad78f Adds template for character management list view. Johnny 2018-10-05 21:06:42 +00:00
  • d124c0630b Adds pagination and incorporates on base template where applicable. Johnny 2018-10-05 21:06:10 +00:00
  • 06b7b74a27 Renames chargen form. Johnny 2018-10-05 21:04:01 +00:00
  • 221ca9462e Merges accidental branch. Johnny 2018-10-05 20:19:14 +00:00
  • b0cd7d33e5 Implements character management and update views. Johnny 2018-10-05 20:16:01 +00:00
  • 6d8643d6f3 Adds a generic form to templates. Johnny 2018-10-05 19:43:23 +00:00
  • bfe5680eff Fixes storage of creator_id to dbhandler. Johnny 2018-10-05 19:22:23 +00:00
  • 1c3791417c Fixes incorrect LOGIN_URL and LOGOUT_URL by means of reverse_lazy call. Johnny 2018-10-05 19:01:38 +00:00
  • 465215ef51 Fixes incorrect LOGIN_URL and LOGOUT_URL by means of reverse_lazy call. Johnny 2018-10-05 19:01:38 +00:00
  • c57877b827 Limits number of characters on quickselect to 10. Johnny 2018-10-05 19:01:05 +00:00
  • 40f5f283ad Implements web-based character creation. Johnny 2018-10-05 18:59:55 +00:00
  • 52fb3674dc Fix #1668 - up arrow key regression Brenden Tuck 2018-10-04 19:59:30 -04:00
  • 0531afceef Stylizes password_change form. Johnny 2018-10-04 22:54:48 +00:00
  • a465b6c39f Adds authenticated dropdown with links to password change form, create/manage characters, and character quickselect. Johnny 2018-10-04 22:54:35 +00:00
  • 36755c4bd4 Still not responding Griatch 2018-10-04 22:36:25 +02:00
  • 79d122a1dd Adds account registration form. Johnny 2018-10-04 20:21:02 +00:00
  • 9b924fc07e Adds include block for messages. Johnny 2018-10-04 20:05:55 +00:00
  • 927a104462 Adds hook to retrieve messsages and an include for the actual blocks. Johnny 2018-10-04 20:05:32 +00:00
  • aae242a411 Enables django.contrib.messages via INSTALLED_APPS and adds a context processor for it. Johnny 2018-10-04 20:04:37 +00:00
  • f9369f2784 Converting the AMP, not working yet Griatch 2018-10-04 21:46:16 +02:00
  • 32c8d0fce2 Updates style of password reset forms to use Bootstrap instead of Django Admin. Johnny 2018-10-04 18:17:32 +00:00
  • db5b68e943 Adds link to password reset form. Johnny 2018-10-04 17:19:52 +00:00
  • 63c8ae5bd5 Fixes failure to display error messages and display form as standalone. Johnny 2018-10-04 00:33:32 +00:00
  • a0e3afd9a4 Adds template tag to override body. Johnny 2018-10-04 00:32:38 +00:00
  • bad3ffb4c5 Updates Bootstrap to v4 stable. Johnny 2018-10-04 00:08:23 +00:00
  • a19d2e10a5 Adds logging to create/puppet/update/delete commands. Johnny 2018-10-03 20:47:27 +00:00
  • 21d66ab625 Moves account creation logic from Commands module to Account class. Johnny 2018-10-02 20:23:23 +00:00
  • b4cc3d0ac2 Continued conversions Griatch 2018-10-02 21:32:44 +02:00
  • 2d7d6a8b78 Remove PuzzlePartObject and typeclass dependency Henddher Pedroza 2018-10-02 15:17:15 +01:00