]> git.cworth.org Git - turbot/history - turbot/puzzle.py
puzzle_copy: Copy the solution list as well
[turbot] / turbot / puzzle.py
2022-01-08 Carl Worthpuzzle_copy: Copy the solution list as well
2021-01-12 Carl WorthUse a double dash separator for the m in the channel...
2021-01-12 Carl WorthAdd find_puzzle_for_puzzle_id
2021-01-12 Carl WorthFix comment string for find_puzzle_for_sort_key
2021-01-10 Carl WorthFix to work with old puzzles that don't have a type...
2021-01-09 Carl WorthAdd both round and "-m" (for META), if appropriate...
2021-01-09 Carl WorthRename each sheet we copy from the template
2021-01-09 Carl WorthExtend puzzle search to include type and tags
2021-01-09 Carl WorthUse a deep copy when comparing a puzzle to detect state...
2021-01-09 Carl WorthAdd a /tag command to add or remove tags from puzzle
2021-01-09 Carl WorthPut solution after puzzle name in /hunt reports
2021-01-09 Carl WorthSort all meta puzzles before all non-meta puzzle in...
2021-01-09 Carl WorthAdd a "meta" checkbox when creating/editing a puzzle
2021-01-09 Carl WorthFix a typo in a comment
2021-01-09 Carl WorthAdd display of round(s) in /puzzle output
2021-01-09 Carl WorthDon't re-set channel and sheet name or channel topic...
2021-01-09 Carl WorthUnify code to rename channel, set channel description...
2021-01-09 Carl WorthImplement a dialog box to edit a puzzle
2021-01-07 Carl WorthWire up a function to handle the edit_puzzle button
2021-01-07 Carl WorthAdd an edit button next to each puzzle
2021-01-05 Carl WorthAdd state string to list of puzzle attributes matched...
2021-01-05 Carl WorthAdd search terms to the /hunt command
2021-01-05 Carl WorthFarm blocks-creation code out to various supporting...
2021-01-01 Carl WorthRefuse to create a new puzzle with the same URL as...