Commit graph

107 commits

Author SHA1 Message Date
InspectorCaracal
d483c3d8d3 minor discord bugfixes and polish 2022-12-01 21:50:19 -07:00
InspectorCaracal
049e40910b update for removal of /name 2022-11-30 15:39:22 -07:00
InspectorCaracal
e8d0754d7d addressing requested changes 2022-11-29 16:33:12 -07:00
InspectorCaracal
9a225c7ad4 add tests for new command 2022-11-28 18:29:58 -07:00
InspectorCaracal
4e7222ea7f cleanup and comments 2022-11-27 22:56:13 -07:00
InspectorCaracal
cd529281f3 discord integration 2022-11-26 14:30:20 -07:00
Griatch
a461a97576 Format code imports 2022-11-10 22:21:12 +01:00
Griatch
006681f9d0 Another fix for CmdPage 2022-11-06 17:17:40 +01:00
Griatch
00757677b7 Fix access bug using page/last. 2022-11-06 17:05:20 +01:00
Griatch
353e4c0aa7 Ran formatting on code 2022-10-31 20:43:27 +01:00
homeofpoe
39752261a8 Update comms.py
Move around the f to outside of the string.
2022-10-27 09:40:39 -07:00
homeofpoe
2cf69c89e6 Update comms.py
Extend fstring usage for consistency and clarity and fixing my gaff
2022-10-25 16:23:54 -07:00
Cory F. Cohen
a05ec09f51 Fix various typos in several files.
All are in comments and docstrings, and none should be controversial
in any way (e.g. British versus American spelling).
2022-06-21 21:12:45 -04:00
Griatch
8f1f604708 Missing f-string marker in channel error msg 2022-03-27 18:56:37 +02:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
628afe9367 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
01af303457 Examine-cmd support for script/channels. Resolve #2375. 2022-01-09 14:13:22 +01:00
Griatch
7cfb9e3b42 Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
Griatch
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +02:00
Griatch
2a8cc57bbe Add strip_unsafe_input/INPUT_CLEANUP_BYPASS_PERMISSIONS helpers to strip unsafe input on a per-command level. Resolves #1738. 2021-10-09 16:27:58 +02:00
Griatch
3218d74381 Run migrations! Added data migration for channel aliases 2021-05-14 23:39:42 +02:00
Griatch
51bef9bf97 Move alias/connect setup to channel class rather than cmd 2021-05-14 21:53:23 +02:00
Griatch
055bbcfee3 Fix bugs, correct one-line format_grid function 2021-05-13 09:06:12 +02:00
Griatch
770fac275d Fix error in yesnoquestion causing lockout 2021-05-11 23:57:09 +02:00
Griatch
adf484b9df Add channel sub-permission checks for admin/manage switches 2021-05-11 23:19:09 +02:00
Griatch
c9d40e7c81 Expand channel help entry 2021-05-10 23:28:41 +02:00
Griatch
7e2a446bda Added new docs for Channels and Msg 2021-05-09 22:37:43 +02:00
Griatch
43651ac867 Allow sending channel message without = for non-space targets 2021-05-09 17:43:28 +02:00
Griatch
88a48e6842 Correct help lunr search boosts 2021-05-08 18:31:42 +02:00
Griatch
f5fd398480 New FileHelp system to create help entries from external files 2021-05-08 15:11:53 +02:00
Griatch
bbfb77022e Fixing unit tests for Channel command 2021-05-06 01:04:53 +02:00
Griatch
2da679cdd1 Adopt old comm commands to new channel system. Allow using page without an equal sign if target name has no spaces. Not passing tests 2021-05-02 23:18:29 +02:00
Griatch
e301a1410f Start add help subtopics 2021-04-25 21:39:46 +02:00
Griatch
a10a297c55 Fix alias regexes 2021-04-25 16:14:43 +02:00
Griatch
ae9578e1de Remove channel nick-replace from inputfunc 2021-04-24 22:44:05 +02:00
Griatch
3c4578b648 Add working unit tests for new channel command 2021-04-22 21:21:58 +02:00
Griatch
aa5a07f6d0 Continuing unittest work 2021-04-19 09:19:15 +02:00
Griatch
92a0e79b08 More work to add standard channel command 2021-04-16 00:38:54 +02:00
Griatch
6d973f3617 Continuing implementing new channel command 2021-04-14 22:44:11 +02:00
Griatch
2776aa2e20 Adding a new central channel command 2021-04-13 23:56:53 +02:00
Griatch
5aed34c844 Make evennia lib importable without created gamedir 2021-02-27 13:39:14 +01:00
Griatch
32a13b63e7 More nodes to menu-tutorial contrib 2020-10-04 15:53:37 +02:00
Griatch
8c443a9b07 Clean up 'page' listing output 2020-10-04 13:44:12 +02:00
Griatch
a3c34f5f39 Run black on sources 2020-09-19 14:02:03 +02:00
Griatch
c4a9e620e9 Add two default commands to __all__ tuple. Resolve #2189 2020-09-05 23:34:08 +02:00
Griatch
69d85bd184 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
Griatch
4ea6209123 Ran black on branc 2019-12-16 20:31:42 +01:00
Griatch
c2c7fa311a Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
Griatch
5716faa064 Make comm-commands act on the default Channel class. Resolves #1569 2019-08-14 21:05:44 +02:00
Griatch
8a6ec779da Make grapevine connect and work 2019-06-23 18:59:45 +02:00