Commit graph

5987 commits

Author SHA1 Message Date
Griatch
d4f9421b8f Update CHANGELOG 2020-01-17 22:44:10 +01:00
Griatch
8f7a549d0b Merge conflicts 2020-01-17 22:29:07 +01:00
Johnny
37e3e1856f Resolves trailing whitespace. 2020-01-13 20:46:42 +00:00
Johnny
6c030a53ad Uses utils.dbref() for dbref validation. 2020-01-13 20:40:46 +00:00
Johnny
64b484ae6c Improves existing and implements additional tests for multitype filtering. 2020-01-13 20:12:09 +00:00
Johnny
501264d1e8 Cleans up some verbiage and syntax for fallback idrange. 2020-01-13 20:10:51 +00:00
Johnny
6013312dde Removes extraneous codeblock, fixes generator reuse, and addresses an unbound local error with rendering. 2020-01-13 19:01:33 +00:00
Griatch
a27a8c3df3 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
Johnny
197d7f48c7 Adds checks for null search terms and dbref range. 2020-01-10 21:32:21 +00:00
Johnny
79582505e3 Makes CmdFind querying use iterators to minimize memory ballooning. Refactors some redundant rendering code. 2020-01-10 20:56:44 +00:00
Griatch
e59cad7160 Allow EvMore text argument to be a list 2020-01-10 17:56:45 +01:00
Griatch
48f4530c98 Merge branch 'master' of github.com:evennia/evennia 2020-01-08 22:47:55 +01:00
Griatch
837fe16507 Clarify the cmdset update warning in settings_default.py 2020-01-08 22:47:45 +01:00
Griatch
5be040461c
Merge pull request #2009 from frnknstn/throttle_settings
put account create and login throttle parameters in the settings files
2020-01-07 10:41:14 +01:00
Griatch
76723e5c29 Fix stupid bug in holds() lockfunc 2020-01-07 10:16:21 +01:00
Peter Finlayson
e606453bd5 add account create / login throttle parameters to the settings files
(cherry picked from commit e70330d81b2c24dddc004ee65e66f4942cb3350b)
2020-01-06 16:07:49 +02:00
Griatch
9649295827 Guard against HTTP input on the Telnet port. Resolve #2004 2019-12-20 20:22:55 +01:00
Griatch
db3e53c95b Fix regression in Tag querying when only having one category 2019-12-20 18:50:55 +01:00
Griatch
602ef02c5b Resolve merge conflicts 2019-12-16 20:35:36 +01:00
Griatch
064bf30d3c Ran black on master branch 2019-12-16 20:33:38 +01:00
Griatch
3cc5701f66 Ran black on branc 2019-12-16 20:31:42 +01:00
Griatch
8fa546b12b
Merge pull request #2003 from strikaco/accountadmin
Fixes TypeError with Account characters property if unset
2019-12-16 19:11:21 +01:00
Griatch
1a7583c55b
Merge pull request #2002 from strikaco/creation
Fixes issue where accountless character creation fails (#1921)
2019-12-16 19:09:32 +01:00
Griatch
5b685f8110
Merge pull request #2001 from strikaco/objcopy
Fixes failure of copy() method to replicate categorized attributes and tags
2019-12-16 19:07:09 +01:00
Griatch
2cad5ae647
Merge pull request #2000 from strikaco/msgrender
Fixes Msg str rendering where no key attribute exists for sender
2019-12-16 19:04:07 +01:00
Griatch
9576770007
Merge pull request #1999 from strikaco/db_tag_improve
Typeclass get_by_tag scalability improvements and weighted tag querysets
2019-12-16 19:02:13 +01:00
Griatch
7ad0330997
Merge pull request #1998 from strikaco/memleak_fixes
Stops Attribute/Tag handlers from caching when TYPECLASS_AGGRESSIVE_CACHE is disabled
2019-12-16 18:55:00 +01:00
Griatch
9879d3af5e
Merge pull request #1991 from borwick/master
Task needs to be started if pause() was previously called
2019-12-16 18:53:33 +01:00
Johnny
1d57beeeb8 Adds try/catch block to allow method to fail open and log error. 2019-12-04 20:00:31 +00:00
Johnny
bc7b68088a Fixes ValueError where characters list is presumed to be iterable. 2019-12-04 19:50:05 +00:00
Johnny
afabb6ff2a Fixes create() method failure where no account was provided. 2019-12-04 19:18:39 +00:00
Johnny
245ddb92c8 Adds test for home kwarg in create() (#1921) 2019-12-04 19:01:41 +00:00
Johnny
c4a0448409 Fixes failure of copy() method to replicate categorized attributes and tags (#1972) 2019-12-04 18:39:33 +00:00
Johnny
17bef4306d Fixes str rendering of message objects where sender does not have a 'key' attribute. 2019-12-04 03:42:03 +00:00
Johnny
1c107e0c71 Refactors get_by_tag to allow weighted searches. 2019-12-04 03:15:35 +00:00
Johnny
b098107021 Modifies filter chain to use Q objects. 2019-12-04 00:42:08 +00:00
Johnny
708bcf28a3 Fixes situation where attributes and tags continue to be cached when TYPECLASS_AGGRESSIVE_CACHE is set to False. 2019-12-03 21:40:00 +00:00
John Borwick
7c6b1d2492 Task needs to be started if pause() was previously called 2019-11-16 15:26:27 -08:00
Griatch
41365fdc0c Merge branch 'master' of github.com:evennia/evennia 2019-10-31 20:02:10 +01:00
Griatch
878ce99672 Return store_key from TickerHandler.add and accept store_key kwarg to TickerHandler.add, for easier management. 2019-10-31 19:59:01 +01:00
Griatch
e845d02a30
Merge pull request #1983 from driscoll/bugfixes
Replacing deprecated method from cgi with html.escape()
2019-10-30 19:15:41 +01:00
Kevin Driscoll
1773c3f6d3 Replacing deprecated method from cgi with html.escape() 2019-10-30 13:28:35 -04:00
Griatch
ff7b73981a Fix serialization for Class store, add more log error on dbserialize error. Resolve #1979 2019-10-28 17:45:25 +01:00
Griatch
b83f710864 Ran black on sources 2019-10-27 22:37:32 +01:00
Tehom
7fed39ad46 Add index to typeclass path. Closes #1975 2019-10-27 20:38:16 +01:00
Griatch
9e5145fe54 Merge branch 'develop' of github.com:evennia/evennia into develop 2019-10-27 20:37:42 +01:00
Griatch
7e4640ed3a
Merge pull request #1978 from TehomCD/add-index-to-typeclass-path
Add index to typeclass path. Closes #1975
2019-10-27 20:36:15 +01:00
Griatch
918b162aee
Merge pull request #1962 from mdaizovi/master
add blank=True
2019-10-27 20:35:27 +01:00
Griatch
fe90548f25
Merge pull request #1973 from Henddher/unit_tests3
Increase coverage in evennia/utils/eveditor.
2019-10-27 20:28:04 +01:00
Griatch
33fd9c13bd
Merge pull request #1977 from Henddher/issue1970
validatorfuncs.duration() returns incorrect datetime.timedelta() Closes #1970
2019-10-27 20:26:31 +01:00