Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make admins empty when name/email undefined #225

Merged
merged 1 commit into from
Oct 19, 2019
Merged

Conversation

TehomCD
Copy link
Member

@TehomCD TehomCD commented Oct 19, 2019

Resolves an error that pops up when the ADMIN_NAME and ADMIN_EMAIL values are undefined, which resulted in ADMINS being truthy but invalid.

@TehomCD TehomCD merged commit df7c88f into stable_orphan Oct 19, 2019
@TehomCD TehomCD deleted the empty-admins branch October 19, 2019 21:38
TehomCD added a commit that referenced this pull request Nov 22, 2020
Please note, if you're a game currently using Arx that has a populated
database, this could cause your migrations to get in a bad state. The
easiest solution is to delete all rows from the 'django_migrations'
table and do 'evennia migrate --fake'. That will tell django to treat
your current database state as having performed all operations that the
migrations would have run, which should be the case.

Squashed commit of the following:

commit c05bb0869c8aad652b4ea1a0bcb91bbce4455b5f
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Nov 22 14:13:01 2020 -0500

    Erase migrations. Need to --fake migrate

commit 71be7e7ab6e5a1e41d2f50a46b40b56e9fa396df
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Nov 21 00:45:34 2020 -0500

    Change attr -> trait

commit 062f6455d93a04b79d875c2ecd2a692ea0c1a2e3
Author: ApostateCD <45469716+ApostateCD@users.noreply.github.com>
Date:   Wed Nov 18 12:53:25 2020 -0500

    Adding TP Crystals (#358)

    * Adding TP Crystals

    * Blackify

commit e59387feca70b1b250cc51862e3b8c1d9e80ccd1
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Nov 15 14:56:07 2020 -0500

    Add __str__ method

commit 07495d083efb63e72c690f68f8fa4cf31f7566d5
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Nov 15 14:51:51 2020 -0500

    Add PlayerPosition model

commit d8351a50fc739505ffd21c25ded00aa5ba50bfcb
Author: Tehom <surly.mime@gmail.com>
Date:   Thu Nov 12 14:34:08 2020 -0500

    Fix syntax error

commit 9e4fb651a0b19afc14deea843009ee568e1578dc
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Nov 11 01:22:43 2020 -0500

    Fix remaining stat references

commit 8bfdf8f2d6ee3749f992783f4ca0c17eef656cd2
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Nov 11 01:00:54 2020 -0500

    Fix a few bugs

commit 5f16c529e6cecc6858b99da4171ad18db6900e2d
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Nov 10 11:11:01 2020 -0500

    Add traits model and migration

commit 8465d18547321af533f381205e66d5f4cdae39e1
Author: dvoraen <42825596+dvoraen@users.noreply.github.com>
Date:   Sun Nov 1 08:38:50 2020 -0800

    Adjust for private roll to staff, and name display (#356)

commit 20471e165313c21e3de6076846c1d63f85752843
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Nov 1 00:41:19 2020 -0400

    Add sorting

commit e9df59af00c264babb0f34c4c9d7d56a337dc029
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Nov 1 00:21:51 2020 -0400

    Fix display links

commit adedcdf80ea4cfcf3b5bad8cba082ed80fbe669d
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Nov 1 00:08:02 2020 -0400

    Change to character name in list_display

commit fee7dbf3d11977d4878586567cd0d88a3f7b62a2
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Oct 31 15:09:41 2020 -0400

    Make matches check distinct

commit f516aca2d56af32f762924a578c9af88077ae94d
Author: ApostateCD <45469716+ApostateCD@users.noreply.github.com>
Date:   Sat Oct 31 13:57:00 2020 -0400

    Updated Prayer Display (#355)

    * Updated Prayer Display

    * blackened

commit e108bb0e465a92de07827f565cd44a5f87b520a1
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Oct 31 13:35:59 2020 -0400

    Change list display

commit 2392184f7bfee0405674dc0dff130def82b9ecfb
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Oct 31 13:34:13 2020 -0400

    Override choices for list_filter for different default

commit 3558ed224e6bc806a6a93ebf4f2dad40eb4e99db
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Oct 31 13:24:53 2020 -0400

    Fix prayer display

commit 547edb7cc200c8c654b31e271657a3da0327b678
Author: ApostateCD <45469716+ApostateCD@users.noreply.github.com>
Date:   Sat Oct 31 13:14:05 2020 -0400

    Add prayer app (#354)

    * Create skeleton for prayer app

    * Add stubs for tests and commands

    * Finish prayer command and add admin models

    * Remove stubs created by mistake

commit cc8b4c3bbef5e71cdabcfd5e53359e39467a0814
Author: dvoraen <42825596+dvoraen@users.noreply.github.com>
Date:   Mon Oct 12 17:08:34 2020 -0700

    Petition # Display && @check/vs Display (#350)

    * Petition ID shown on inform.

    * Cosmetic improvement to @check/vs

    * Adding GITHUB_TOKEN like Coveralls wants.

commit 64119381371bb75521f5fff672aae5a437b86435
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sun Oct 11 17:52:33 2020 -0400

    Add coveralls support for PRs (#349)

    Add coveralls integration to our test suite

commit d6f84c77f209c25ca09b2dbf485294c49a4d93ff
Author: dvoraen <42825596+dvoraen@users.noreply.github.com>
Date:   Sun Oct 11 12:38:53 2020 -0700

    Private check (#344)

    * Fix XP check and Guest login errors (#307)

    * Attempt to revoke Guest authentication

    * Override evennia middleware

    * Attempt our own middleware

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

    * Private @check rolls!

    * Adding tests; fixed staff double-message.

    * Redundant call.

    * Fixed double-send bug.

    * Removed redundant check.

    * Minor docstring and comment updates.

    * Added minor redundancy check

    * Added redundancy test.

    * Updated CmdStatCheck get_help() string

    * Tehom's change requests.

    * Forgot to update the tests like a doofus.

    * ReBlacked

    * Default argument gotcha-be-gone

    * Tweaks as suggested

    Co-authored-by: Kami <that.kami@gmail.com>
    Co-authored-by: Kami Hines <aka.avarice@gmail.com>
    Co-authored-by: Dave Brannigan <surly.mime@gmail.com>

commit fa4490affb5220d46bf460398fd73fb2352329a3
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 10 14:35:49 2020 -0400

    Convert to actions (#347)

    * Try adding action for running tests

    * Migrate before running tests

commit 68048bd4c4a77ac767e751bf74b8cb4bc5f3c76a
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 10 13:44:27 2020 -0400

    Fix tests (#346)

commit 5e2a1cec9c73f05556ac32ca7013ce00c93d7523
Author: Kami <that.kami@gmail.com>
Date:   Fri Oct 9 17:19:15 2020 -0700

    Filter unviewable objects from character search (#345)

    * Remove 'favor' command from weekly bonus xp list

    * Note for when when CmdFavor gets restored

    * Filters out unviewable objects from character searches; Closes Arx-Game/arxcode#326

    * #$%^ing blackify

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit d013ba1d9e2f562cc10005c3dc81fc80a1d0423c
Author: Kami <that.kami@gmail.com>
Date:   Thu Oct 8 11:57:17 2020 -0700

    Fix bugs introduced by oldcheck & USER_TZ (#343)

    * Remove 'favor' command from weekly bonus xp list

    * Note for when when CmdFavor gets restored

    * Fix bugges related to @check and TZ settings

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit 5ef1ce6665e96a0e02c52ae9c1cf008783d14e1e
Author: Edward Monical-Vuylsteke <edward.monical-vuylsteke@vevo.com>
Date:   Sun Oct 4 18:16:28 2020 -0700

    Provide dockerization support. (#341)

    * Provide dockerization support.

    * Provide black reformatting.

commit f7fc5df81f0589b6874e4fe9673e9fa6db321d30
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sun Oct 4 18:27:38 2020 -0400

    Blacken codebase (#332)

    * Blacken codebase

    * Manually reformat two files black died on

commit 70342494e597d0eb6332b6eb9aa4b27be397333a
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sun Oct 4 10:03:21 2020 -0400

    Add new rolling command (#328)

    * Add new rolling command

    * Change old check to not be default

commit 566a9630e555615890ed68daec95df2b05c8d32a
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Sep 1 21:29:38 2020 -0400

    Fix missing global because those are great fucking ideas

commit 868263346399caaf1d5ff2030a86314ce79ee160
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Sep 1 21:27:47 2020 -0400

    Future proof against evennia fuckup

commit 9be89002ddbd38ce1db4314ac84a178b5ec1f893
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Aug 28 13:25:25 2020 -0400

    Upgrade Pillow due to CVEs

commit 99f12375855059f6d0bab703ccade811ae4ab135
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Aug 23 23:42:14 2020 -0400

    Fix empty NamePaginator

commit 04d547076453a625ee068c637ca6a36af42ffa93
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Aug 23 13:53:25 2020 -0400

    Allow submittion of NEEDS_INPUT player actions during staff break

commit 9d2f4938364363dff1a06d00d585fd8742afed73
Author: Stephen Ritterbush <sritterbush@gmail.com>
Date:   Sat Aug 22 09:43:53 2020 -0500

    New Feature: clues/tagsearch  (#252)

    * Update social.py

    Updated Donate helpfile
    'Costs 5 AP' changed to 'Costs 1 AP'

    * Automate Helpfile

    Alters the donate helpfile so that it will automatically update the AP value the helpfile lists in the future, should the cost to run the command ever change again.

    A slightly more complex test run to be sure I'm doing this right.

    * Update social.py

    * Revert "Update social.py"

    This reverts commit 1f29713b60fa3c4755dd2b938fc2185d05ac6b53.

    * Revert "Automate Helpfile"

    This reverts commit a10a5f41440812781f31300a0f9cea4c828fcf30.

    * Update social.py

    * Update social.py

    * Update home.py

    * Update social.py

    * Update home.py

    * Update home.py

    Reverted the change due to the Travis CI error. Not a valid way to write this solution.

    * Update social.py

    * Update investigation.py

    * Update investigation.py

    * Update investigation.py

    * Update web/character/investigation.py

    Co-authored-by: dvoraen <42825596+dvoraen@users.noreply.github.com>

    * Apply suggestions from code review

    Fixing the logic

    Co-authored-by: Stephen Ritterbush <sritterbush@gmail.com!>
    Co-authored-by: Dave Brannigan <surly.mime@gmail.com>
    Co-authored-by: Dave Brannigan <brannigd@hotmail.com>
    Co-authored-by: dvoraen <42825596+dvoraen@users.noreply.github.com>

commit 455457c86d637af1d76a6e8ca6c775ed18d82e66
Author: Kami <that.kami@gmail.com>
Date:   Wed Aug 12 07:19:33 2020 -0700

    Remove 'Favor' from bonus commands (#322)

    * Remove 'favor' command from weekly bonus xp list

    * Note for when when CmdFavor gets restored

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit 0e9547c324043c3d32fd880e027726514baa34f4
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Jul 22 22:09:29 2020 -0400

    Disable favor command

commit 2f347c63b587ed95094a00d35fd66979e5fcb298
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jul 19 14:09:05 2020 -0400

    Correct rank assignment

commit 2a4e1f4afa3807f8e8958661caeeb44794680dbf
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jul 19 13:52:25 2020 -0400

    Add rank check for plot removal

commit ccd45ebafa7e5df81d2798af2f8c84fe17942c65
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jul 19 13:33:34 2020 -0400

    Add story command, org/plots commands

commit d1a5d7ca688a55ec27a98ffee0eab4913130fa13
Author: Sean Sabbage <sgsabbage@gmail.com>
Date:   Thu Jul 2 22:17:32 2020 +0100

    Petition inform fixes (#194) (#317)

    * Saves changes to the petition settings
    * Add tests
    * Check the inform target for permission to view_petitions, rather than the petition owner

commit 84382b618cb6ddc2cce575badcc42d27ffd97770
Author: dvoraen <42825596+dvoraen@users.noreply.github.com>
Date:   Fri Jun 26 22:46:06 2020 -0700

    Place Name Highlight Redux (#315)

    * Fix XP check and Guest login errors (#307)

    * Attempt to revoke Guest authentication

    * Override evennia middleware

    * Attempt our own middleware

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

    * Refactor of TT message creation... mostly.

    * Consistency with name usage and tt/say oops fixed.

    * Renamed tt_msg variable to avoid ambiguity.

    * Fixed a stupid mistake.

    * Cleaned up CmdTableTalk.func() for tt say case.

    Co-authored-by: Kami <that.kami@gmail.com>
    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit b4b20847e7f515d3d4a7964c8dfb93c32f57aaa3
Author: dvoraen <42825596+dvoraen@users.noreply.github.com>
Date:   Sun Jun 21 09:04:39 2020 -0700

    TT Color Highlighting (#312)

    * Fix XP check and Guest login errors (#307)

    * Attempt to revoke Guest authentication

    * Override evennia middleware

    * Attempt our own middleware

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

    * Bug fix and test for wild = signs.

    * Add highlight_place switch and TT code.

    * Setting access fixed.

    * Added place highlight color setting.

    * Added place_color to help string.

    * Added place_color to @settings help

    * Bugfix in event of undefined color.

    Co-authored-by: Kami <that.kami@gmail.com>
    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit 3b4eedc8d02321a654c732c52fd471562cab0903
Author: Kami <that.kami@gmail.com>
Date:   Fri Jun 19 15:27:42 2020 -0700

    Quests (#310)

    Add quests, a way of tracking storyline progress for characters.

    Authored-by: Kami Hines <aka.avarice@gmail.com>

commit f738eca5b648a19ea0939bbeb8e4eb60dc17e203
Author: dvoraen <42825596+dvoraen@users.noreply.github.com>
Date:   Thu Jun 18 06:20:05 2020 -0700

    @check/retainer (#309)

    * Reorganized @check.func(); initial retainer code.

    * Adding retainer kwarg and kwargs fixes.

    * Added notes and retainer call.

    * Removed retainer keyword. Breaks flashback test.

    * Fixing my Roll code break.

    * Initial tests and error message fixes.

    * Retainer skill/stat lookup and notes.

    * Added mock retainer creation and retainer lookup.

    * Retainer stat/skill access and formatting.

    * "Random" dice check tests.

    * Added /retainer/flub test.

    * Fixed self-only bug with caller using own name.

    * Fix for final test sending two messages.

    * Fixing more merge issues.

    * Removed deprecated .db from retainer lookup.

commit 2bba22264cddeab0bc728e7083140d1c5916481a
Author: Kami <that.kami@gmail.com>
Date:   Tue Jun 9 17:43:28 2020 -0700

    Fix XP check and Guest login errors (#307)

    * Attempt to revoke Guest authentication

    * Override evennia middleware

    * Attempt our own middleware

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit 492f7d41c17f4a302fbb1436968339fb481c0f87
Author: Kami Hines <aka.avarice@gmail.com>
Date:   Sat Jun 6 18:57:40 2020 -0700

    Remove extra argument

commit 0079c9286409453c977fb8fa51be7f3842b9c4ea
Author: Kami <that.kami@gmail.com>
Date:   Tue May 19 07:09:38 2020 -0700

    Trade command (#299)

    * create exchanges module

    * verify an input is digit

    * Add logic to trade

    * Add trade commands

    * Add tests and finish create method

    * Add tests

    * Adjust Tests

    * Finish testing and add command

    * Add a masked identity test

    * Conform test import lines

    * Fix a typo

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit 01c5bc2de2b1986d7b6af60ad842d9ce575167c0
Author: Tehom <surly.mime@gmail.com>
Date:   Mon May 4 22:16:56 2020 -0400

    Move abilities to traitshandler

commit 1cc04cabbaa45862955e21337b8cbaa74a6b0b28
Author: Tehom <surly.mime@gmail.com>
Date:   Sun May 3 14:27:42 2020 -0400

    Convert most things to using traitshandler now, opening door for more seamless backend changes

commit c0ef73fd36dc8fac8b629ee682ebf7062ed1c9be
Author: Tehom <surly.mime@gmail.com>
Date:   Sat May 2 19:43:37 2020 -0400

    Replace more stat/skills calls with traithandler and remove market/import

commit 27114549947021f473b2f685f8cc8f83290c6b26
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Apr 27 18:50:09 2020 -0400

    Add get_highest_skill, called from haggle

commit 1655b976c9e5d3ea69b395e79258f7667807dda7
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Apr 19 01:49:20 2020 -0400

    Add traitshandler

commit 8c9edb2f6e0912b56885256952b0e9b8902c1e88
Author: Tehom <surly.mime@gmail.com>
Date:   Sat May 2 12:01:24 2020 -0400

    Sell resources for less

commit fa9e5c5b8ab2853a2fae716e30228b4c2aab1c1c
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Apr 28 14:55:51 2020 -0400

    Fix channels for guests

commit b639a08646635a003cb1c8e6ca50daffb2deb7f0
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Apr 28 11:51:57 2020 -0400

    Change to floor division

commit 5814b8cea0365333c6cab69b7ab0c22da56ed26e
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Apr 28 11:49:12 2020 -0400

    Fix import to use cost mods

commit 00096b137e1ee0f2d1f1fa2f7ca84096d8e9cbb5
Author: LeBulldoge <alexey13031@gmail.com>
Date:   Tue Apr 28 01:40:50 2020 +0200

    Hotfix for overwriting messages and case sensitivity (#294)

commit 957aebd509c5a7289ba78adc4b84ff6f837ac52f
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Apr 27 18:52:03 2020 -0400

    Change online default to True

commit e630365f46d25e6be4b69e9cf39d5d780b1b1117
Author: LeBulldoge <alexey13031@gmail.com>
Date:   Tue Apr 28 00:49:36 2020 +0200

    Feature: Channel mentions (#291)

    * Added channel mentions

    * Removed an extra line

    * Changed the algorithm to be per receiver, added global mentions to process

    * Switched back to using 'key' instead of 'name'

    * Added highlighting of multiple names per message
    Added a 'highlight_all_mentions' setting

    * Removed duplicate code

commit 9e757d1dd44a190da9d6ba04175798412fe64f9f
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Apr 25 17:17:32 2020 -0400

    Nerf the shit out of haggling

commit 86f83b444ddd850af009d3b4641da8479d37084d
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Apr 22 23:59:38 2020 -0400

    Make cost multiplier affect haggle

commit f31238913d7511a277fb2524228cd921bb48d0bd
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Apr 22 16:19:59 2020 -0400

    Add way to change market prices globally

commit c4ba57255416a3516e3560c75559078fbd28448c
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Apr 19 17:05:27 2020 -0400

    Fix other crafting switches

commit 17b15e948ed588e0796dc1c5abd6f686116d8620
Author: LeBulldoge <alexey13031@gmail.com>
Date:   Sun Apr 19 22:13:45 2020 +0200

    Hotfix caller to crafter (#290)

commit 435dfbe22651f7fdba9bcce079fcc51243784f2f
Author: LeBulldoge <alexey13031@gmail.com>
Date:   Sun Apr 19 17:00:29 2020 +0200

    Fix shop recipe availability (#288)

    * Shouldn't be able to craft recipes not present in the shop's recipe list

    * Added some tests for the shop CmdSet

    * Fixed a broken test

commit 9e39e7c5b4e9e16b206d800daa7591e32b72fa11
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Apr 6 14:06:29 2020 -0400

    Randomly choose skill/knack in case of ties for highest

commit ed8eea7ea4b813a8cd326416df6f2ca08e1cf87b
Author: Kami <that.kami@gmail.com>
Date:   Thu Apr 2 06:09:21 2020 -0700

    Fix a bug and add tests (#282)

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit b8b759aa64ceb73a9ff995e881cccf5b45831ecd
Author: Kami <that.kami@gmail.com>
Date:   Tue Mar 31 10:39:48 2020 -0700

    Using Knacks in Work (#281)

    * refactor Work roll to prioritize knacks

    * Add test, fix bug, adjust help file

    * Remove comments

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit 5c57a1425a79cc601d2185b96943d936a6a6dff9
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Mar 28 21:40:28 2020 -0400

    Make NEEDS_PLAYER exempt from Plot status

commit 3cfe16ee9e57d058b8022854f452aa5038dcdbe9
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Mar 28 19:39:40 2020 -0400

    Reset weekly_total in action requirements in weekly event script

commit 6bc850189925833bb479afa32905212b7d8960a4
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Mar 28 19:22:01 2020 -0400

    Add admin and migration

commit 97b44c8d7633be6fa15f522b12b39a4ce3d3e4f6
Merge: 2ef51392 c4806eeb
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Mar 28 19:09:45 2020 -0400

    Merge branch 'add-action-requirements'

commit c4806eeb80e92992dc0e4dde0c334ce424e6039e
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Mar 28 19:08:23 2020 -0400

    Finish adding commands for players to meet requirements

commit b04f23fe65a940577f53a83f44a2d401c46d57d5
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Mar 28 15:36:15 2020 -0400

    Add meeting resource/army requirements

commit 2ef5139219eee0b89f1add49bda9b4839d003201
Author: Kami Hines <aka.avarice@gmail.com>
Date:   Tue Mar 24 20:51:30 2020 -0700

    override twisted err message in scripts

commit 1e98ffdeff32146acd84e67c22fd0c75034ad870
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Mar 25 00:41:13 2020 -0400

    Start working on player command

commit 2ef81471c5eca7a6c4487051dde92755080ac539
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Mar 22 13:20:18 2020 -0400

    Finish GM command

commit 49649fa752783cadcc653c6455237e84316f4750
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Mar 22 12:38:35 2020 -0400

    Add informs, handle clues

commit 6ad8651a3659e095eb796ac36be33b5f42c2694c
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Mar 22 00:35:56 2020 -0400

    Add PlotRequirement model with stubs

commit 4441e7d3df0024b62acf562f213116223c9b1823
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Mar 21 18:03:21 2020 -0400

    Fix import in attacks

commit 05323698f475beb2f8105a3b193dba88c93c05b1
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Mar 17 22:35:51 2020 -0400

    Add member admin that doesn't crash the server

commit fca7892a7dac27427f1cfa225b05c6862cee5927
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Mar 17 22:17:15 2020 -0400

    Up the max fields for admin form

commit ebc99711241ded7a87000624029c88ed3eefbac2
Author: Kami <that.kami@gmail.com>
Date:   Sun Mar 15 07:05:29 2020 -0700

    Petition Informs fix (#277)

    * Fix member query for informs and add test

    * Add petitionSettings creation to dompc setup

    * Add check for evennia's default docstring in paxforms

    Co-authored-by: Kami Hines <aka.avarice@gmail.com>

commit e0dd03e66b9e46e71ef4105eee254eebd5195988
Author: ApostateCD <45469716+ApostateCD@users.noreply.github.com>
Date:   Sun Mar 8 18:48:01 2020 -0400

    fix db lock inv bug (#275)

commit 88f96ec1c6415458895e8026751622c76c41d4cd
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Feb 29 12:16:54 2020 -0500

    Change protege rules

commit 73a543e9b7b3ddb776a39a61cb50a49a109a771f
Author: Kami <that.kami@gmail.com>
Date:   Wed Feb 19 20:24:25 2020 -0800

    Fix rounding issues (#272)

commit 6cf43f7b782f8536a9f3876edf2736f1cd3a60b3
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Feb 16 11:36:49 2020 -0500

    Add Pravus fealty

commit 8b8255ef0894447bd4d038a788ba27e90b504215
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Feb 15 11:45:13 2020 -0500

    Change to use GAME_INDEX_ENABLED now that Evennia added that setting

commit a402fb23f1d530c5b07eedce8f6da9a604aefe2d
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Feb 8 20:29:25 2020 -0500

    Add codeowners file

commit 892e8115453bf8e986b1add73785bc16b70f2ed4
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Feb 8 00:03:55 2020 -0500

    Fix null fame and bad clues arg errors

commit 20b76f9aa67dfa28e128b59b3b8d5ab98ba0f5f4
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Feb 7 23:37:15 2020 -0500

    Fix revelations command

commit 6c21c9f9e6baf6892a5af967ace980039458faa0
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Feb 7 23:29:35 2020 -0500

    Fix float indices

commit 886c5be035feb12effc9ee8001799601eedb17d4
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Feb 7 22:53:52 2020 -0500

    Fix another minor bug

commit d1429930e8183738f80d2f4b9f7016b5eaf57bd1
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Feb 7 22:50:48 2020 -0500

    Fix minor bug

commit b4e18ae7331ccb9a767164fe647777b1679cbc77
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Feb 4 19:27:31 2020 -0500

    Fix recipe sorting

commit b92f8913588a1568c3f25f73871364bfb3988b52
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Feb 2 15:08:15 2020 -0500

    Fix a few bugs

commit cba0297206eed5b2698b5d2dd88e1ae641836e9e
Author: Kami <that.kami@gmail.com>
Date:   Thu Jan 30 16:12:44 2020 -0800

    fix a string (#267)

commit a42951ba5026495ed92e1c0e7058af22d5364f95
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Jan 27 19:23:31 2020 -0500

    Fix some display issues

commit 47ddc946d08ef3116e7c3f6c7b784c7c5df78517
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Jan 27 18:46:40 2020 -0500

    Fix shops, action point cost refunding

commit dd1edbfa18e3638dd811c61ea8ed51eefc20bdc4
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Jan 20 17:14:00 2020 -0500

    Fix training

commit 799003b4bba7faec034af68aabccac5d2f2d87a4
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jan 19 22:12:12 2020 -0500

    Remove validators

commit b66a8124852e3e7b95f9df45f75b2e73de196311
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jan 19 13:35:51 2020 -0500

    Cast variables passed to randint to int

commit 632b45dda7cef1118da37d60579838b5b7222f96
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jan 19 10:46:28 2020 -0500

    Add override for CmdOOC

commit f0263768b6ba7fb8b0bf9c650991ffa24a0aae00
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jan 19 10:06:44 2020 -0500

    Add override of system.CmdTime and change key to overrides.CmdArxLock

commit 199990b63bbc3aab4d23890c331b1341fc5a2865
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jan 18 22:25:42 2020 -0500

    Fix indexing and attribute error

commit 181fa434d8908c52256f4e68a9d5026934dac956
Author: Sheila Miguez <github@codersquid.com>
Date:   Sat Jan 18 16:07:31 2020 -0600

    Change flashback navigation (#250)

    Change the 'Back to' navigation to go
    to flashbacks instead of the character
    page

commit 808cd710ad2fb9f1842bdaba3bf11d089f860f54
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jan 18 16:48:27 2020 -0500

    Fix API call, mark safe, some @file bugs

commit 883734daf90e16ecae000e7e0807b0d2a76a7e3d
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jan 12 19:46:23 2020 -0500

    Fix knack crit and attribute error in destroy command

commit 2e99b45ae2e4613e83340c8fc73bfd16cc4bed96
Author: Tehom <brannigd@hotmail.com>
Date:   Sat Jan 11 20:48:39 2020 -0500

    Fix notable

commit 4ab6ae3c3031a41684e6360cd075545073c07093
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jan 11 20:22:19 2020 -0500

    Remove has_player and get_numbered_name, fix various errors

commit f948035437bcaf1e55e273846496735574037145
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Jan 10 23:32:05 2020 -0500

    Fix here

commit c736a67c326a78a5f209bd4218466dcc789aeea6
Author: Tehom <brannigd@hotmail.com>
Date:   Fri Jan 10 22:07:17 2020 -0500

    Add billion webclient changes

commit f62bd0fa21c6a9eae0bf521eb01e0910e36af05b
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Jan 10 21:36:41 2020 -0500

    Fix various errors

commit ca598a55851cda2600181392b9233d50f351753f
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Dec 30 18:15:05 2019 -0500

    Add atomic to RenameModel migrations for compatibility with older sqlite versions

commit 851b471ab5e869ddcbdb349c665db6b95cb7c293
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 29 22:31:20 2019 -0500

    Fix migrations

commit 0ed9bdcf107b5d15976d86b2e8f3807c45015e22
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 29 13:00:04 2019 -0500

    Stub for fixing broken foreignkeys script

commit a058f390d0212eb95428270cf49f25fab2a87c1e
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 28 14:54:26 2019 -0500

    Fix migrations. Now running into integrity errors of invalid join table rows

commit c34c840050edd0b8c653bfe9bd5a161299d6760c
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 28 12:46:43 2019 -0500

    Fix remaining tests. Still to do: fix migrations

commit 08fd1dd74b9a2e09823581865898bdae03f39b30
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 28 01:00:38 2019 -0500

    Account for different rounding in xp spends because of course it's fucking different in python 3. Down to 3 test failures

commit e658391f7a586e4a508098166b9d047c66340e2d
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 27 23:14:56 2019 -0500

    Fix a few more floor division cases and sort problems now that sets and keys are random

commit 3744f2a464018f018db2027456429ae778a45ad2
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 27 22:41:25 2019 -0500

    Fix tracebacks, 13 test failures left

commit 9e81d4451bb4bb0a2a0856e96b8ace3bff95b191
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 27 17:11:53 2019 -0500

    Start Python 2 to 3 conversion. 70 tests failing

commit b153842ee96ea5c016683124f842b51f927dcd85
Author: Stephen Ritterbush <sritterbush@gmail.com>
Date:   Tue Dec 17 23:17:54 2019 -0600

    Fixing Help Donate (Because I broke it) (#248)

    Fix donate help file

commit ed034ae4120fa9e083fc7263367b11d523431a5d
Author: Stephen Ritterbush <sritterbush@gmail.com>
Date:   Tue Dec 17 17:25:32 2019 -0600

    donate help v4 (#247)

    * Update social.py

    Updated Donate helpfile
    'Costs 5 AP' changed to 'Costs 1 AP'

    * Automate Helpfile

    Alters the donate helpfile so that it will automatically update the AP value the helpfile lists in the future, should the cost to run the command ever change again.

    A slightly more complex test run to be sure I'm doing this right.

    * Update social.py

    * Revert "Update social.py"

    This reverts commit 1f29713b60fa3c4755dd2b938fc2185d05ac6b53.

    * Revert "Automate Helpfile"

    This reverts commit a10a5f41440812781f31300a0f9cea4c828fcf30.

    * Update social.py

    * Update social.py

    * Update home.py

    * Update social.py

    * Update home.py

    * Update home.py

    Reverted the change due to the Travis CI error. Not a valid way to write this solution.

commit 727c27e8eccde9c6b0a1888c3ca429e06b1d4e6f
Author: Stephen Ritterbush <sritterbush@gmail.com>
Date:   Mon Dec 9 17:58:54 2019 -0600

    Update social.py (#240)

    Updated Donate helpfile
    'Costs 5 AP' changed to 'Costs 1 AP'

commit 98c6a01345d9541726d16630207f384fe324f5e5
Author: ApostateCD <45469716+ApostateCD@users.noreply.github.com>
Date:   Sat Nov 30 23:31:48 2019 -0500

    Change prestige values (#237)

    * Change prestige values

    * fixed test

commit d05e8dad1f7c60d5d9805ce08d24ff8b75804194
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Nov 9 13:05:59 2019 -0500

    Add verbose game name, make connection screen configurable

commit 30148068fd44bcbe756c5ee56d0182fca73a2d85
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Nov 9 12:48:23 2019 -0500

    Change approval email to use settings for servername

commit def33908557035262cf50bad99c7a57e6d75af41
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Fri Oct 25 13:00:32 2019 -0400

    Remove caller argument from appsmanager to prevent constraint errors (#228)

commit 09d2bb737feafde295906108bb6e5e6591938ec3
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Thu Oct 24 20:33:54 2019 -0400

    Create apps manager when not found (#227)

commit 1699b21ad56d1d4e19c7ca7089ffc4fb8f2e5e25
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 19 17:38:18 2019 -0400

    Make admins empty when name/email undefined (#225)

commit bc00ed4a821e606805773474945d9036c92846da
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 19 15:11:12 2019 -0400

    Fix import error (#224)

commit ac9bf403b7ec3b2235517fe00d9a93a1c6d1ab87
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 19 14:25:55 2019 -0400

    Create rosters on demand (#222)

commit 072dfd61072260b730ec1a1307817a57334f2390
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 19 14:02:28 2019 -0400

    Create guest channels if they don't exist (#221)

commit faed48454bc5a2803c53bb338ea852b57304c868
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 19 13:05:38 2019 -0400

    Add in missing value from GAME_INDEX_LISTING to config (#220)

commit 88cee80e59613fc0b9da13c63ad113c91bc205ff
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Sat Oct 19 12:47:56 2019 -0400

    Convert more settings to be pulled from settings.ini (#219)

commit 9be1da7c5324b0f220db939ee636e221472f2a37
Author: Kami <that.kami@gmail.com>
Date:   Mon Oct 14 17:29:07 2019 -0700

    Weekly Event Income Test (#217)

    * Add initial scripts tests

    * Add social stats for testing

    * Test transaction results

    * Add test for failed transaction

    * Change a Script import path

    * Add notes

commit e612961b6a4071a5580a916a1bba956b135c2851
Author: Sheila Miguez <github@codersquid.com>
Date:   Mon Oct 14 19:26:30 2019 -0500

    Add area to org pages (#214)

commit def6bc9ef604e7576876d74cffad1e2520bcb246
Author: Kami <that.kami@gmail.com>
Date:   Mon Oct 7 15:54:35 2019 -0700

    Fix IndexError in gmnotes command (#213)

commit c15a01dc00a5bbad784e86737a9f7d4182cc593e
Author: Kami <that.kami@gmail.com>
Date:   Sun Oct 6 20:30:18 2019 -0700

    Mark investigation inactive when its clue_target is learned (#212)

commit abf53f2018243b33681efa78ee34ca447db9c187
Author: notcutty <talal.abdelaziz@gmail.com>
Date:   Sat Oct 5 07:04:16 2019 -0500

    Adds marital status and birthday to the website character sheet template (#210)

    * Adds marital status and birthday to the website character sheet template

    * Update sheet.html

commit cd326cf9313079fe56c8bcb70bac582cfa6197e1
Author: notcutty <talal.abdelaziz@gmail.com>
Date:   Sat Oct 5 07:01:44 2019 -0500

    Shows discounts the player receives in shops for buying items, and displays price paid after purchase. (#209)

commit ff69c78770d12e178ec17355138b4527b3222b77
Author: Kami <that.kami@gmail.com>
Date:   Wed Oct 2 17:04:06 2019 -0700

    Disallow resources into closed investigations (#208)

    * Stop closed investigations from accepting resources

    * Add tests and fix bug

commit dfcaf34a0d57f9d9572f3b61390f82ceeee9ec24
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Sep 8 09:40:26 2019 -0400

    Update django version for security remediation

commit 2a66bbb29e71169654e492f51b09a4f4a14da528
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Sep 8 09:26:08 2019 -0400

    Add migration for changing ordering of petitions

commit 24370b6bbcf94f328bc76fc44be6c75681edfd25
Author: Sheila Miguez <github@codersquid.com>
Date:   Sun Sep 8 08:23:16 2019 -0500

    Order petitions from old to new (#198)

    fixes #193

commit af209530e9064ca1fbec884d7ec9cdb70afc6ce1
Author: Kami <that.kami@gmail.com>
Date:   Thu Sep 5 21:06:33 2019 -0700

    Fix display strings for armies (#197)

commit b250be362d5b4edae8fc1c7179029c89ee4f255b
Author: Kami <that.kami@gmail.com>
Date:   Mon Aug 26 16:47:31 2019 -0700

    Lets plotroom wipe location and vice versa (#196)

commit fb59b8e359e5b4b0c038332d5ded44ee851eb5b0
Author: Kami <that.kami@gmail.com>
Date:   Thu Aug 22 20:19:44 2019 -0700

    Fix Flashback allow cmd (#192)

commit d3a6cdf7905f12ab645f411766a21cf06ac71189
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Aug 20 00:58:24 2019 -0400

    Fuck super() in 2.7

commit b512dd07431e7359c1f593f53e0eab3aade7ec96
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Aug 19 00:42:26 2019 -0400

    Fix perfume

commit 60ad969bc147dfc445d59c6fcfc48837f1422b5b
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Aug 14 22:43:27 2019 -0400

    Fix attribute error

commit 580980ae1c425a4d7759c0edbd1e7591935edbbf
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Aug 14 22:37:10 2019 -0400

    Fix attribute

commit acd6b02a7c11dcbbdbee84bb2183aba80c2aeae3
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Aug 14 22:32:54 2019 -0400

    Add current investigations to Clue Changeform and exclude placeholders from targeting

commit b7d56df43d76fb751e73d1ff0a3a868b1c358445
Author: Kami <that.kami@gmail.com>
Date:   Wed Aug 14 19:04:50 2019 -0700

    Add server config for cost of writing new clues (#189)

commit 27623b1f8790192b829c4ddc25672639b2daf759
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Aug 10 13:09:42 2019 -0400

    Use class-defined default_desc as fallback for desc

commit e0d629316e6f879a13b489b7a63e194b6e95eba3
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Aug 3 14:49:59 2019 -0400

    Fix petition permissions

commit 3435cce89c49f18238aeb0afff6787161d3606d2
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Aug 3 13:00:38 2019 -0400

    Small petition fixes

commit 505153238e32e58511c23194d3a4ac33a35025dc
Author: Zironic <zironicum@gmail.com>
Date:   Sat Aug 3 17:36:45 2019 +0200

    Fixed some bugs and improved color coder (#185)

    * Fixed some bugs and improved color coder

    * Added U for unread to help colorblind or screenreaders

commit 57d7daf4c3f9627589e6a09aa20feba44dbf7723
Author: Zironic <zironicum@gmail.com>
Date:   Fri Aug 2 23:43:24 2019 +0200

    Petitions (#178)

    * Added buy orders

    * Add files via upload

    * Buy orders

    * Humanized Inventory, Org and Model

    * Bank, Invest, Donate, Praise humanized.

    * Missed one

    * Now without the silly typo

    * Command to check who has a certain propriety

    * Ability to check peoples score

    * Changed alias to proprietors/proprieties

    * Fixed helpfile too

    * Issue 37, clue filter, Issue 22, request help from multiple targets, Issue 47, recieve

    * Removed unneccesary aliasing

    * Added propriety to the OOC command set

    * Improved petition functionality

    * Added migration to make Travis happy and hooked in the cleanup.

    * Removed silly automerge artifact.

    * Fixed minor bug with get or create

    * Sometimes automerge does dumb things.

    * Update arx_utils.py

    * Update petitions_commands.py

    * Thanks Travis

    * Sometimes automerge does dumb things.

    * Various cleanup

    * 120 line length

commit dc1c228e0e99750aeb481a9dcb003686e1dbc30a
Author: Sheila Miguez <github@codersquid.com>
Date:   Sun Jul 28 23:11:26 2019 -0500

    Show all action resources in web view #181 (#183)

commit a51ead87edd14f521929e49aa4ffe71ba4b25f57
Author: Kami <that.kami@gmail.com>
Date:   Sun Jul 28 20:59:29 2019 -0700

    Prevent RPEvent main host from inviting self as guest (#184)

commit ec683a548f9a4cf5adf7b333da5938aa0f5bea09
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jul 21 00:48:16 2019 -0400

    Change to exclude

commit 8bea520096d6ac9cc1a26be9e26db1fb4a7b70d1
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jul 21 00:31:17 2019 -0400

    Add distinct

commit fcb8f42a46d7f431f0cc2a3a434a50f20383852f
Author: Kami <that.kami@gmail.com>
Date:   Sat Jul 20 21:17:35 2019 -0700

    Implement org member-based recipes (#176)

commit dddfe9146fb5bf050cc3f0c0b37c563d4708f259
Author: Kami <that.kami@gmail.com>
Date:   Thu Jul 18 16:06:38 2019 -0700

    Restore default cal command (#175)

commit e5734d65d2fdc210fb5638a173ea42c5bc7eacdb
Author: Kami <that.kami@gmail.com>
Date:   Wed Jul 17 17:32:11 2019 -0700

    Switch bboard post to use event display method rather than form (#174)

commit 7b78f2a1790aae7c34a915c8cab24997ce5d3c2c
Author: Kami <that.kami@gmail.com>
Date:   Tue Jul 16 19:19:42 2019 -0700

    Fix bugges (#173)

    * Catch nonetype error in xp transfer

    * Negate case sensitivity in knack skills/stats

    * Add silver in Story action tests

commit b5016548aab3ad3da743f86677464b91b5cf5dfc
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jul 14 16:11:42 2019 -0400

    Modify admin

commit ac90fabd913e6c34aa5fe3692234dc8991c639a9
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jul 14 10:58:23 2019 -0400

    Fix flashback inlines

commit abea3a69a643d2c0aefd009aa11f2c6bd4ea942d
Author: Kami <that.kami@gmail.com>
Date:   Sun Jul 14 06:58:46 2019 -0700

    Fb uninvite bug (#172)

    * Fix bug for flashback uninvite

    * Adjust Flashback admin

commit f6cb63f5d0eff5f1e5d4dc9b920d4bb841d79bcc
Author: Sheila Miguez <github@codersquid.com>
Date:   Sun Jun 23 13:16:23 2019 -0500

    Add title and theory number to informs

commit 5c12b373c1b47af38ada975461f52f7ef046bbbd
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jul 6 15:43:03 2019 -0400

    Update travis shit so twisted works with current version of forked evennia on linux

commit f5ecccc006d6ad9f03db41e84cd3c559dc7c0914
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Jul 5 20:51:44 2019 -0400

    Remove colliding aliases

commit c21f273af92d2f2ad030e5c35be65c2d1d4097b9
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jun 23 15:47:35 2019 -0400

    Add increased AP regen for not being busy, higher AP costs for actions

commit cde68618bd9627321e4d705c90a09a5b897f2453
Author: Sheila Miguez <github@codersquid.com>
Date:   Sun Jun 23 11:17:43 2019 -0500

    Do not display clue table for missing clues #164

commit b593354ecf7c4821e90be038c3ec4b1bdfdc2643
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jun 23 13:46:27 2019 -0400

    Fix broken imports in plots models

commit 5d589893c6f12c4bdd5d11b32cd189d458057f0a
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jun 22 20:41:02 2019 -0400

    Change formatting of tags in clue_list template

commit 710dee68a39356d6f0ee3a4d2f5942f1bab8b0b9
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jun 22 20:31:52 2019 -0400

    Convert prefetch to cached property

commit 3ac2783f6cca9372d70629950e22f5b866a8eccb
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jun 22 12:02:47 2019 -0400

    Add select_related to clues display

commit ab7c90a120287bc9f21fcf95ca061af34ad81d84
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jun 22 11:49:39 2019 -0400

    Prefetch queries in KnownClues view

commit f2ea261e01983eac2077ecd4f6c56fc883035b08
Author: Sheila Miguez <github@codersquid.com>
Date:   Sat Jun 22 00:21:05 2019 -0500

    Display tags for clues on web

commit 8696c991a0481ec7b3b5d54b709dedfd64f6d9fd
Author: Kami Hines <aka.avarice@gmail.com>
Date:   Fri Jun 21 19:25:15 2019 -0700

    Filter lore subcategories out of main lore list

commit 382ff23ede180b6cb5edcfcf6103c5a17a0a46c8
Author: Kami <that.kami@gmail.com>
Date:   Fri Jun 21 06:07:34 2019 -0700

    Web Lore cosmetic fix (#160)

    * Add lore topics to world page

    * Update web views

    * Fix typo

commit 6acdba551de9fc3f68571fc77b3339d063ecb49b
Author: Kami <that.kami@gmail.com>
Date:   Thu Jun 20 21:27:56 2019 -0700

    Add lore topics to world page (#159)

commit 0e3d00d5c952f9ac9d3481a76f2101c1352dbceb
Author: Kami <that.kami@gmail.com>
Date:   Mon Jun 17 17:40:44 2019 -0700

    Orgstance fix (#154)

    * Fix tag getter for bb_orgstance method

    * Fix arg

commit 9b9b5fd0f2f4d6818efb8b326573ba178e9c3639
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Jun 10 01:23:20 2019 -0400

    Force investigations to roll when being set active

commit cdcb60395462c893671d0dadc86252c32c9791c2
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jun 8 00:32:49 2019 -0400

    Fix subscriber list

commit f4762309a45d12f2891f27afd58fdc4d84480cbc
Author: Kami <that.kami@gmail.com>
Date:   Wed May 29 20:10:41 2019 -0700

    Test flashback display (#153)

    * Fix create view

    * Fix missing user feedback

    * Fix typo

commit b6b2d6e62471c8f98a43a4cf0baf351cd9b748bc
Author: Kami <that.kami@gmail.com>
Date:   Wed May 29 19:52:34 2019 -0700

    Fix create view (#152)

commit 16f3776834177bd33d42e3d745c44e6aef1fe3f0
Author: Kami <that.kami@gmail.com>
Date:   Wed May 29 18:49:53 2019 -0700

    Flashback options (#151)

    Fix web views

commit 5b01a0686745eb1f1a1c2f665691c8c1d6242693
Author: Kami <that.kami@gmail.com>
Date:   Wed May 29 17:18:28 2019 -0700

    Flashback options (#150)

    Fixes migration

commit 501fc5a837d73cfff103c29de69f0ea57853978b
Author: Kami <that.kami@gmail.com>
Date:   Tue May 28 21:19:11 2019 -0700

    Flashback options for Issue #121 (#149)

    * Add involved characters to Flashback display

    * Add help file intent

    * Plan flashback cmds

    * Start refactor for FlashbackParticipant through model

    * Add to Flashback through model and flirt with Tehom

    * Correct a few properties for new Through model

    * Add display for player involvement

    * Add FlashbackPostPermission through model

    * Add /allow switch for back-post visibility

    * Adjust views for post permissions

    * Adjust unit tests

    * Add conclude switch and xp

    * Refactor timeline builder into model for similar viewing

    * Fix some cmd details

    * Add views divider sugar and fix querysets

    * Add credits after web-view summary

    * Fix some queries

    * Create bb migration

    * Start migration work

    * Add migration bulk_create and fix some queries

    * Fix previous orgstance change

    * Fix typo

    * Fix all the unit tests

commit 7689bf6ef026067f9312e275cda6d33444b5c720
Author: Kami <that.kami@gmail.com>
Date:   Mon May 27 20:58:17 2019 -0700

    Add npc_create to @admin_domain cmd (#148)

commit 9918b3293836393b0128473bb29d3f2023eba72b
Author: Tehom <surly.mime@gmail.com>
Date:   Mon May 27 14:27:42 2019 -0400

    Make max fashion model per week check MAX_FASHION_PER_WEEK serverconfig

commit aa4df2b9c9421338b73d5b3b9086477578435390
Author: Tehom <surly.mime@gmail.com>
Date:   Mon May 6 19:26:28 2019 -0400

    Fix rolls for things without a modifier handler

commit 2d2df5c34faf7b95c427e8c0d2fb58a6f6627863
Author: Tehom <surly.mime@gmail.com>
Date:   Sat May 4 14:21:27 2019 -0400

    Fix attribute error, add crit chance

commit 68afe79509b159ffda3b9901537f1aa97deb90ad
Author: Tehom <surly.mime@gmail.com>
Date:   Sat May 4 11:00:58 2019 -0400

    Add character knacks feature

commit 3aef52230ddf0a80ad7480699f9038233229c26e
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Apr 23 00:39:51 2019 -0400

    Refactor dominion models

commit 955a93565b4c9a69e8c891ea22d46a45b542706d
Author: Edward Monical-Vuylsteke <emonical@misfitlabs.org>
Date:   Mon Apr 15 18:03:33 2019 -0700

    This commit stops progression of domains (including growth and lawlessness) as well as zeros out these fields. (#134)

commit d033bcf23898272d4863e7611e14b6e6dc793fa8
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Apr 12 19:46:32 2019 -0400

    Prevent duplicate message on sending a vision

commit 4a57857c5e3b549fe66677f423ae1816f2fffd07
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Feb 27 03:19:37 2019 +0000

    Add plots/editbeat and /outstanding, Resolves #68, Resolves #106

commit 1e5d4a2f7ac1e93745dec9b20fc17a5a6ba91883
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Fri Feb 22 04:22:13 2019 +0000

    Edit out command for next pass

commit 5e4a134f64640c78caab72c2637c31b3ac4d1817
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Fri Feb 22 03:05:31 2019 +0000

    Adjust checks to only restrict GM cast options

commit 4334b69f14a70a4cbcbd211532fdf318b19cb5a3
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Thu Feb 21 13:41:55 2019 +0000

    Add plot/cast cmd and roster valid_flashbacks property

commit 7568fa978908b9bf76ae6b9f6b7ae8838d0d1bdd
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Thu Feb 21 05:36:05 2019 +0000

    Change pose/history sender to string to preserve masks

commit b3119b584fee724aee90815465808f9e6b07ee7a
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Thu Feb 21 03:27:28 2019 +0000

    Adjust args in color @settings to auto-prefix if necessary

commit 1f60562229cf721152c2f5d7eafdfbf65a8e6370
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Feb 13 19:55:21 2019 -0500

    Add static copy. Need to add /static to .gitignore once I'm sure there's nothing in there that's changed from its origin file

commit 0e5143ac219159120f6e6e93c4823cff24eaecf1
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Thu Feb 14 00:06:22 2019 +0000

    Fix http reference

commit 764f0c96e8e75bcd6945038e1cf7d2a27710a638
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Feb 13 23:11:04 2019 +0000

    Add shardhaven_editor template

commit e16bb0ca3d584b6d69ae8f5aeb59cf8dec13abbb
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Feb 13 05:16:41 2019 +0000

    Refactor shardhaven editor out of static

commit 9d1aa4541a6cba1e61cc51a758a01b4c0fc80993
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Feb 12 17:07:03 2019 -0500

    Fix django versions

commit 7240857f821f6d281cf97f75eaf6509617c7294b
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Feb 6 21:25:02 2019 +0000

    Fix mixin typo

commit 1bff78150f6f6a2ae8fb70f6447af54d4df27660
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Feb 6 21:03:02 2019 +0000

    Refactor confirm_command to cmd mixins and del nattributes post-disconnect

commit b0871bb8ad341a210ddb29fac870dfa8b3cf3f3f
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Feb 5 12:41:24 2019 -0500

    Add check for can_see_secret_orgs perm to list_topics view

commit 5a63a3d41c915a42583def954206dac2a6fa9f88
Author: Dave Brannigan <surly.mime@gmail.com>
Date:   Fri Feb 1 09:22:27 2019 -0500

    Update README.md

commit b9f8d6ffaf9fcf078a9ad60c97aa43ac254ba6c4
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Jan 29 03:39:35 2019 -0500

    Fix test

commit dae745c3c36e6842fa3abe7296cc4762cc1d6b91
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Tue Jan 29 08:17:26 2019 +0000

    Add LoginRequiredMixin to Flashback view

commit 2d49642ba25ecc42e37b89654dd66e52e431059f
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Tue Jan 29 06:38:31 2019 +0000

    Add hype command check

commit 4f572eb668f0f99971eff37ef9dedfddb56cfee4
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Tue Jan 29 05:55:22 2019 +0000

    Teenyfix riposte's do_attack call to have attacker kwarg

commit cc69b6c05b5ba88e8f4b5451729e91ed4497846d
Author: Tehom <surly.mime@gmail.com>
Date:   Thu Jan 24 13:50:07 2019 -0500

    Fix search for singles. Remove unused legacy code

commit 396681a62d4356f55b6c0207eb7d6826138f320a
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Jan 23 12:22:10 2019 -0500

    Add optional message to awardxp

commit 621e79612aeebc8e004a940a0f085ff3c7fa73ad
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Jan 22 14:20:18 2019 -0500

    Remove put alias from drop

commit 3305047c9681e224e52b4527b8be057c439dc203
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Tue Jan 22 09:09:25 2019 +0000

    Add in outfit/get

commit 2f038e1c5e21e35d4cbcd9a7a62bb003138525f0
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Jan 21 05:16:14 2019 -0500

    Remove automatic reroll from saving the clue

commit 3c05b3acb3e42e601608547c0a2f72da2e44f1b0
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jan 20 00:25:08 2019 -0500

    Add reply command

commit 2ad3d2cc0cf4ed02a46c6273f58fae33ffcc7b42
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Jan 16 03:41:15 2019 +0000

    Change work/invest prestige return

commit f86d70238d7b83cdd35322c5666169957c2bcea1
Author: Rachel Blackman <seattlesparks@mac.com>
Date:   Tue Jan 15 04:16:06 2019 +0000

    Merged in packetdancer/arx/fealty-fix (pull request #148)

    Correct issue in is_npc check for fealty chart.

commit de6a80b6e80e64f7fd07b5f9f68df00b2a4f2abd
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Jan 14 20:34:58 2019 -0500

    Update dependency due to security vulnerability

commit 3dfbe7ad87e09a0d0bd537079971061f8ae0b44a
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Jan 13 11:03:44 2019 -0500

    Change startgear to support masks. Change some print statements to use logging instead.

commit d5d27e030c12ced9c55eeedb08d4e87887cd5cb7
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Jan 5 03:27:45 2019 -0500

    Fix some http links, add secure websocket URL

commit 962a6fcdc3e6a41265c6d5ca767cfcdb82a14f96
Author: Tehom <surly.mime@gmail.com>
Date:   Thu Jan 3 17:30:45 2019 -0500

    Add favor to weekly commands

commit c86ccd7f511631372a6017e02236949512238810
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Jan 2 20:46:45 2019 -0500

    Fix favor description for sheet/recognition

commit cb37d1509a8ded20aaa93969d488dec1a01ef410
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Jan 2 20:38:07 2019 -0500

    Order favor/all by date

commit 5cb34f7d5cbc6f6bf8e1020523842b1113d26a54
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Jan 2 20:25:38 2019 -0500

    Make favor degrade over a month. Hide secret orgs from proprieties. Increase favor pool by factor of 5

commit 477800ea7abd78aeb4282bd76158dd9a01fac8c9
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 30 16:33:49 2018 -0500

    Migration to fix incorrect defaults in TextFields

commit 0f50df0dccd8b2f3d6739fbf14c9e3e34aa83705
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Sun Dec 30 05:49:18 2018 +0000

    Add weekly rp tool to @randomscene

commit 116974866f32abcf88c5beb41e41fde80aff9764
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 29 17:39:08 2018 -0500

    Optimize some django admin searches

commit ae46c6c06fdf7678371ac4148c7764f600f04949
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 29 03:08:40 2018 -0500

    Fix a few minor bugs

commit 965f3b0f5264b7c6cd0d3a563736760ecdbcfa8d
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 28 04:30:31 2018 -0500

    Try to fix issue with idles being modified in loop

commit 7c442d51c2734bd35cdbe8751d2fd026ab8710c1
Author: Tehom <surly.mime@gmail.com>
Date:   Thu Dec 27 14:46:09 2018 -0500

    Refactor org view

commit 577f5b8275476b57ab2b05bbeb51d3ba5f9ced57
Author: Tehom <surly.mime@gmail.com>
Date:   Thu Dec 27 12:03:15 2018 -0500

    Increase donation and work/invest prestige by factor of 5

commit 092f37ee0093a67d839c525afa519470a3ab5729
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Dec 25 23:32:50 2018 -0500

    Create utility function for getting full url of a link that leverages django's sites framework

commit dfa29757fdea27cfde2975762c339c6698b6b048
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Tue Dec 25 03:21:13 2018 +0000

    Refactor queryset string method to utils

commit 501fcb66f20a45807f13bd3a9cd86115c88c1a1e
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Tue Dec 25 02:45:25 2018 +0000

    Add kb to admintools search

commit 40067db85087bb3964db5f5f331b131a5388c184
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Dec 24 03:05:31 2018 -0500

    Fix query

commit 15cfad673d543d7c286b95d65e5804c98f36485f
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Mon Dec 24 07:57:52 2018 +0000

    Add /all switch and order_by to Propriety command

commit 88881cf1212ab7a333d9e7859ea13ffc6d9f9717
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Mon Dec 24 07:07:39 2018 +0000

    Fix typos

commit a0be43b53ff5752facb3bea2028ac948863271a9
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Dec 24 01:55:43 2018 -0500

    Fix tests

commit baf7c2ae8afe331b21a82c701604c3e84b046755
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Mon Dec 24 06:44:43 2018 +0000

    Add org display for propriety command

commit 8c2c7ead256c759e672dab191caadb6790577377
Author: Zironic <zironicum@gmail.com>
Date:   Mon Dec 24 06:12:27 2018 +0100

    Some humanization for Inventory, Org and Model (#77)

    * Added buy orders

    * Add files via upload

    * Buy orders

    * Humanized Inventory, Org and Model

    * Bank, Invest, Donate, Praise humanized.

    * Missed one

    * Now without the silly typo

    * Command to check who has a certain propriety

    * Ability to check peoples score

    * Changed alias to proprietors/proprieties

    * Fixed helpfile too

    * Issue 37, clue filter, Issue 22, request help from multiple targets, Issue 47, recieve

    * Removed unneccesary aliasing

    * Added propriety to the OOC command set

commit efca9cea3b6dc3eb28b6fc2626e0bc9762239b5b
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 23 08:48:41 2018 -0500

    Add exception handling in migration for Travis. Prevent lore command search from breaking for guests.

commit 9fbc447ed8afa851589a3a95f9c3f61972359d01
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 23 04:30:31 2018 -0500

    Add lore command, migrate help entries and theme question posts to lore knowledge base.

commit 630c8f2ddea5bd00c786b2794466103dd5517eab
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 22 01:33:25 2018 -0500

    Fix tests for helpdesk

commit a9b8856a47193d363bfb3183c8eee816d0d6feea
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 21 22:18:50 2018 -0500

    Fix typo in helpfile

commit dc75e2be5b5d75ea3865d704bc45fdbdd2885e99
Author: Dave Brannigan <tehom@arxmush.org>
Date:   Fri Dec 21 20:54:29 2018 -0500

    Add gm_notes field to plot admin.

commit 0a4ed6a303fd4047d3dd5518ec9e5210ad322806
Author: Dave Brannigan <tehom@arxmush.org>
Date:   Fri Dec 21 18:17:45 2018 -0500

    Change syntax to add quick notes to characters/objects, viewnotes

commit 30b5dd41bcd1fc5e70e4969d8d5d850d4d43c947
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Dec 19 13:00:10 2018 -0500

    Make visions show up is sent via sendclue, allow visions to be sent by ID

commit 91dc47c900b7d33921099c4860314c1f6809ac04
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Dec 19 09:45:24 2018 -0500

    Update template override for wss with latest evennia fix to prepare for LetsEncrypt

commit a7faada289e1d686b3127d0ec09646f61b5b7479
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Dec 19 06:04:40 2018 +0000

    Fix a test :3

commit 848926b2d51a906035ae5b4d2eed131e6f71d167
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Dec 19 05:51:01 2018 +0000

    Add BrokeredSale deletion when amount depletes

commit 69343210630bc4e324cae6c627874767f2f817e5
Author: NV/Tehom <brannigd@hotmail.com>
Date:   Wed Dec 19 02:55:44 2018 +0000

    Add missing header for Previous Events view

commit d00aed38de583bc6dd2320ebbe0c41707db001af
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Dec 18 21:38:40 2018 -0500

    Fix attribute error in inform

commit f7542d5421b05aac256f78e3423429167c54aca4
Author: Rachel Blackman <seattlesparks@mac.com>
Date:   Wed Dec 19 01:54:35 2018 +0000

    Merged in packetdancer/arx/prestige-fix (pull request #147)

    Fix missing change.

commit e22d2d227e06f8d9422eda11d9370119c5e77ece
Author: Rachel Blackman <seattlesparks@mac.com>
Date:   Wed Dec 19 01:31:59 2018 +0000

    Merged in packetdancer/arx/prestige-nominate (pull request #146)

    Prestige nominations

    * Add optional long_reason to adjustments, make 'notable <character>' support using that instead.

    * Get social nomination command in place.

    * Add bbpost to Vox Populi when nomination is approved.

    * Change .db.char_ob to .char_ob to resolve merge conflict.

commit c15643022bb5e702bada517fd9850f4159db662f
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Dec 17 20:47:43 2018 -0500

    Try to fix violation of unique_together constraint for through field during bulk creation

commit 2d914c3dbb1654dc57853f537f4c1d3216aa5170
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Dec 17 20:30:28 2018 -0500

    Fix old db.char_ob references in templates. Fix ValueError in plot command

commit 3c811bb78be4feb9adea5dbdca06c695e3799e3f
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 16 22:42:34 2018 -0500

    Fix view, sendclue

commit fe7f17ad769170f1aed41c746e07d607f224822b
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 16 22:39:14 2018 -0500

    Fix another char reference

commit e14e7d9c09b1e66941b41f2876715616e0272fa0
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 16 22:21:28 2018 -0500

    Remove artifact.

commit 67777b4d7413d321142ec4b920e6efe6a6c5135b
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 16 22:17:07 2018 -0500

    Get traceback for outer error

commit 552b98f66b128e528a0675183fa2313dae4de81c
Author: Rachel Blackman <seattlesparks@mac.com>
Date:   Sun Dec 16 08:33:33 2018 +0000

    Merged in packetdancer/arx/prestige-tweaks-again (pull request #145)

    Make "notable <character>" use median for percentage, show prestige percentage on list for staff.

commit c5aba3bd005712a233080eee964bb0a0754d7031
Author: Rachel Blackman <seattlesparks@mac.com>
Date:   Sun Dec 16 05:49:51 2018 +0000

    Merged in packetdancer/arx/prestige-average-top (pull request #144)

    Make notable list average the top five of a given list to calculate the tiers.

commit 5d6e0e98f23c8c9f3cc84719779ffe41c5a9652d
Author: Rachel Blackman <seattlesparks@mac.com>
Date:   Sun Dec 16 05:27:18 2018 +0000

    Merged in packetdancer/arx/more-prestige-changes (pull request #143)

    More prestige changes

    * Change prestige tier calculation to percentage of current maximum.

    * Tweak 'notable' command to add 'infamous' switch, abilty to query a specific character.

commit fd1eabe25607a3c9a1fdc97170012e221c351f95
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 15 19:56:20 2018 -0500

    Fix bugs in edit action, global search of board posts, donate

commit ad89b49cc6d297178a8f3189bc38a87ba65efd80
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 15 15:08:08 2018 -0500

    Fix link to favicon.ico

commit 3e0819bdef8f5a111ea3806a3f576db400eff13e
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 15 14:57:44 2018 -0500

    Add handler500 for printing out traceback

commit b7d97d52f4d31d98478882004c20f865a17581cf
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 15 03:06:25 2018 -0500

    Add admin classes for new prestige models

commit e249d4f3308f116932787078b70449f152f57305
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 15 02:08:56 2018 -0500

    Remove unused score command, fix minor warnings

commit f68ed0eb0c7ab2df1f0581a15709455ee6490272
Author: Rachel Blackman <seattlesparks@mac.com>
Date:   Sat Dec 15 06:56:50 2018 +0000

    Merged in packetdancer/arx/prestige-rework (pull request #142)

    Prestige rework

    * Modeling no longer grants public bonus, and no longer requires an audience.

    * Move classproperty to arx_utils, add PrestigeTier and PrestigeCategory models.

    * Get "notable" command in and working, update adjustfame/adjustlegend.

    * Increase event largesse.

    * Fix tests.

commit 1c83823b646a19fc0a1027649cb632d928907cd1
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 15 00:39:43 2018 -0500

    Add display of gmnotes to @clue, sheet/secrets, and @gmnotes/viewnotes

commit 0ebb4b00de0b19a9b29c1480eea875dd247c8ffb
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 14 23:59:09 2018 -0500

    Remove last of .db.char_ob and .db.player_ob references. Add max proteges to patronage help file. Add help_entry_tags of patronage to it also.

commit d4bfba0ba0d397febed11e871e188d6e56599fef
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 14 22:59:31 2018 -0500

    Add more help_entry_tags for different commands

commit c1130476322f2b20b8936df6418d3d5fbae699bb
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 14 20:24:26 2018 -0500

    Fix tags in non-arx-commands

commit 5c609db3763ef31f812cff0d490217d84aed2d5f
Author: Dave Brannigan <tehom@arxmush.org>
Date:   Fri Dec 14 19:39:29 2018 -0500

    Add displaying of related help entries by tag list in commands.

commit 74e150550b2d647b324ffb5522d9225c816f22e6
Author: Tehom <surly.mime@gmail.com>
Date:   Thu Dec 13 02:30:24 2018 -0500

    Add test for node/spell discovery

commit 4ede86ca902fb2474a94cd103b1655eac2d24476
Author: Tehom <surly.mime@gmail.com>
Date:   Wed Dec 12 13:58:26 2018 -0500

    Remove urllib3 pinned requirement that had security vulnerability

commit 8084080112bc811d22656c93fbfd266f4d7d4d49
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Dec 11 20:43:27 2018 -0500

    Make plots query distinct

commit 909f4ec518f32c79bbe864a23d333ca711417dbe
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Dec 11 18:05:57 2018 -0500

    Change anima ritual to be based on telling a story, which is then recorded/reviewed by staff. Add discovery of spells/nodes via clues/revelations, respectively

commit 7ca4757cdfb996827e97f2566e09e115247bac00
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Dec 11 14:23:41 2018 -0500

    Fix help file for prprevelation, save gm notes attached to plot involvement

commit 1bb1879aafd717c82d23850e4d48209a7effa828
Author: Tehom <surly.mime@gmail.com>
Date:   Tue Dec 11 02:56:21 2018 -0500

    Create Anima Ritual coded effect. Still needs tests.

commit 4b140f708d965773d7c96780dbf5e805f0cdc946
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Dec 10 01:47:51 2018 -0500

    Make floor addition more likely. change investigation to have default from config file

commit 9977b25957947e03cbb7450951ff70e1272f452f
Author: Tehom <surly.mime@gmail.com>
Date:   Mon Dec 10 01:22:40 2018 -0500

    Made floor for investigation progress on successful roll more steady

commit 05ad555196d43e43339d323673e5f82769672ff1
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 9 20:15:33 2018 -0500

    Add adjustfame command

commit 20f5653708707b11bccaae4a7689befabdf8e41b
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 9 18:51:16 2018 -0500

    Fix minor bugs and cleanup

commit fa87b62080bade03a017982c99927e0c87e1a801
Author: Tehom <surly.mime@gmail.com>
Date:   Sun Dec 9 01:19:39 2018 -0500

    Finish DamageEffect. Need to add tests later

commit 86a8b03f3d8a0adf75fec1e3dbf40888a28c9424
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 8 22:45:53 2018 -0500

    Fix bug in chargen for getting discount on skill buys

commit c0ef530002e67221f61ea427254bbcc642a3f951
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 8 18:28:31 2018 -0500

    Also make workings check for combat, queue us if appropriate

commit 691bc54328746ab5176cb436243a3d8d5dc963e3
Author: Tehom <surly.mime@gmail.com>
Date:   Sat Dec 8 04:56:32 2018 -0500

    Add casting as combat action.

commit 595cd757e8d2ae5af34e8205fb7df8689f79ad7c
Author: Tehom <surly.mime@gmail.com>
Date:   Fri Dec 7 21:21:25 2018 -0500

    Filter out exhausted BrokerSales that have amount=0

commit f088d4b39d35458aabf6f36af937c8176974ab32
Author: Teho…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant