Commit graph

3779 commits

Author SHA1 Message Date
BlauFeuer
239b04d139 Disconnect reason argument default passed on
and made consistent with other places in code where it just uses an empty string.
2017-03-03 18:04:47 -05:00
BlauFeuer
7e6adb2fd9 Escape markup character when it ends a line 2017-03-03 18:01:27 -05:00
BlauFeuer
1e3d79c343 PEP 8 whitespace, remove unused assignment 2017-03-03 17:58:04 -05:00
BlauFeuer
d995e70827 Escape markup character on last line edge case
Also changes default reason argument type for simplicity and consistency with default reason on other similar methods.
2017-03-03 17:54:37 -05:00
Griatch
357e829d4e Make at_get_cmdset get receive a parallel kwarg. 2017-03-01 15:20:30 +01:00
Griatch
b73a0f8f8c Some minor language fixes. 2017-03-01 08:08:27 +01:00
CloudKeeper1
23a053c213 Added test for whisper command. 2017-03-01 08:08:27 +01:00
CloudKeeper1
44fdbc49cb Adjusted typos and indentation. 2017-03-01 08:08:27 +01:00
CloudKeeper1
b3140b6608 Added new Whisper command to Cmdset
Added command for use.
2017-03-01 08:08:27 +01:00
CloudKeeper1
270a10e8c7 Added Whisper Command.
Command to allow private speech between players in the same location.
2017-03-01 08:08:27 +01:00
Griatch
bb027fc208 Make correctly consider edit locks. 2017-02-28 19:31:47 +01:00
Griatch
7c9aff23c8 Add ability to send a specific command instance to the cmdhandler, bypassing cmdset lookup. Add the cmdobj and cmdobj_key keywords. 2017-02-28 15:30:22 +01:00
Griatch
5aba9cf253 Remove accidentally left-in evtable debugs that messed up unittests. 2017-02-28 13:45:12 +01:00
Griatch
c15d5a26c4 Add another errback handler for error in #1207. 2017-02-28 08:08:33 +01:00
Vincent Le Goff
e556c5e5d3 Fix #1234: use a mock datetime class to force UTC 2017-02-27 16:51:35 -08:00
Griatch
f48e8e1fab Make note of the timezone dependence of datetime.datetime.fromtimestamp. 2017-02-28 00:07:05 +01:00
Griatch
f0ef1a648e Still cannot replicate #1234; test to force-set UTC time zone to see
if that helps.
2017-02-27 23:59:47 +01:00
CloudKeeper1
f58ac47b63 Adjusted suggested use so that it works.
Previously gave an incomplete path leading to an importerror.
2017-02-27 22:46:48 +01:00
BlauFeuer
1b24bacc12 Suggested fix for #1231 + whitespace/docstring 2017-02-27 22:45:23 +01:00
Griatch
657b3585f8 Remove the deprecated .characters property from Player model, it was a leftover from another time (there is no such hard-coded relation; use sessions instead). Closes #1233." 2017-02-27 22:39:26 +01:00
Griatch
4424734867 Reverting change to unittest, cannot replicate issue #1234. 2017-02-27 22:26:47 +01:00
BlauFeuer
541d54ecc1 prettytable to EvTable and whitespace edits 2017-02-27 22:15:06 +01:00
BlauFeuer
bd7388c03d Whitespace and LGTM alert edits 2017-02-27 22:15:06 +01:00
BlauFeuer
1937c314bb Markup and PEP 8 updates 2017-02-27 22:15:06 +01:00
BlauFeuer
ce15140bdd banlist to use evtable, markup, LGTM, PEP 8 2017-02-27 22:15:05 +01:00
Griatch
86e0db7ea9 Implement suggested fix for cmdrate limiter. Resolves #1231. 2017-02-27 22:11:47 +01:00
Griatch
d301ddd921 Add possible fix for some unittest time issues, related to #1234. 2017-02-27 22:07:17 +01:00
Griatch
b04a50fe28 Shut down existing IRC/RSS bots if starting with IRC/RSS_ENABLED=False. Resolves #1238. 2017-02-27 22:01:08 +01:00
Griatch
effa618268 Fix typo in changelog. 2017-02-23 13:26:48 +01:00
Griatch
bacb63bfdf Update changelog to latest. 2017-02-23 13:26:29 +01:00
BlauFeuer
0dfd474eff Markup change, whitespace, comment, docstring edit 2017-02-20 22:02:54 -05:00
BlauFeuer
9be2db3f93 Markup change, whitespace and comment edits 2017-02-20 22:01:50 -05:00
BlauFeuer
f14667cdd6 Markup change, whitespace and typo fixes 2017-02-20 21:56:56 -05:00
BlauFeuer
6fae85c32a Markup string constant change, whitespace adjust 2017-02-20 21:53:49 -05:00
BlauFeuer
6ac3e0b4c9 Remove legacy default screen - no longer used 2017-02-20 02:52:23 -05:00
BlauFeuer
c2fa13107f Markup, whitespace, and code cleanup 2017-02-20 02:50:15 -05:00
BlauFeuer
5b86cc9bf4 Markup, whitespace, comment edits 2017-02-20 02:45:31 -05:00
BlauFeuer
0dfac7f737 Markup, whitespace, docstring and comments, code 2017-02-20 02:32:01 -05:00
BlauFeuer
37984adc58 Markup, whitespace, docstring and comment updates 2017-02-20 02:21:49 -05:00
BlauFeuer
7f6db31bd6 Markup, whitespace and code refactor 2017-02-20 02:07:38 -05:00
BlauFeuer
f33b562cf7 Markup and whitespace updates 2017-02-20 01:47:12 -05:00
BlauFeuer
5111fb9a1e Markup, whitespace, typo and code style fixes 2017-02-20 01:41:43 -05:00
BlauFeuer
dc1545cb27 Docstring, comments and whitespace fixes 2017-02-20 01:36:58 -05:00
Griatch
695cc4d218 Add basic unittests for the rest of the tutorial_world rooms. This concludes #1105. 2017-02-20 00:11:08 +01:00
Griatch
5a723697e7 Add unittests to tutorial world mob, objects and most rooms as per #1105. 2017-02-19 23:48:24 +01:00
Griatch
fd4f72f4d0 Add unittest for talking_npc contrib as per #1105. 2017-02-19 21:30:24 +01:00
Griatch
a0b1a0cac1 Add unittests for simpledoor and slow_exit contribs, as per #1105. 2017-02-19 21:06:03 +01:00
Griatch
42c13ee870 Add unit tests for mapbuilder, menu_login and multidescer contribs, as per #1105. 2017-02-19 20:21:07 +01:00
Griatch
108dd35ee7 Add unittest for mail contrib; fix some inconsistencies and refactor to better handle errors. 2017-02-19 19:24:00 +01:00
Griatch
23cfd3ba17 Make attribute cache behavior consistent with the non-cached return when returning non-found objects as per #1226. 2017-02-19 17:36:35 +01:00