1
0
mirror of https://gitlab.com/questable/questable_bot synced 2025-04-03 13:56:52 +02:00

62 Commits

Author SHA1 Message Date
4609711624 Send 404 if quest/side_quest not found 2019-03-14 20:12:42 +05:30
28c33ee976 Add /update_*. Add checks. 2019-03-14 00:49:42 +05:30
7c99523cf1 Add /add_quest, /add_side_quest 2019-03-14 00:03:49 +05:30
aa0b388126 Add /get_quest, /get_side_quest 2019-03-13 19:49:55 +05:30
2a5ae51d71 Add get_quest, get_side_quest to player. 2019-03-13 19:49:15 +05:30
b3093fa1a4 Add /get_quests, /get_side_quests 2019-03-13 19:12:45 +05:30
2315b05f2c Add errors.py, get_player, /player. 2019-03-13 18:52:44 +05:30
1239cd08cc Add /auth 2019-03-13 18:30:35 +05:30
6d67f05093 Add get_player_from_token 2019-03-13 17:50:53 +05:30
4737f023e9 Add tokens UI 2019-03-11 21:11:09 +05:30
f5f81f5a93 Add delete_token() 2019-03-11 18:17:01 +05:30
9261247115 Add token table, get_tokens(), add_token() 2019-03-11 18:09:48 +05:30
6e55bae42c Move buttons to button_groups.py 2019-03-11 17:26:25 +05:30
095e7791d3 Fix escaping html 2019-02-26 18:07:14 +05:30
030276a23f Disable web page previews in List Quests/Side Quests 2018-12-26 21:12:50 +05:30
0fdabeabda Show priority in list quests/side quests 2018-12-21 21:30:24 +05:30
cef59c494e Add /rate. Remove vars for handlers. 2018-12-03 11:41:44 +05:30
38cffcf8b7 Add player status to main menu. 2018-11-26 20:04:17 +05:30
e78fa9caa1 Fix unable to delete side quests. 2018-11-17 12:54:52 +05:30
a80a7fbcc5 Add emojis. 1.1 2018-11-11 11:21:51 +05:30
7b0ea8bedc Add more emojis. Some minor changes to UI. 2018-11-11 00:52:08 +05:30
93aaebf655 Add emojis to main menu. 2018-11-10 23:40:31 +05:30
2fd5804e87 Update /help 2018-11-10 21:36:31 +05:30
0156419aed Fix typo 2018-11-10 16:00:52 +05:30
aab7f7cc29 Fix custom keyboard after edit quest. 1.0.1 2018-11-07 21:00:10 +05:30
e0c28b7410 Add /help 1.0 2018-11-07 20:11:02 +05:30
b66fda697b Add Delete Quest/Side Quest option.
Send /me on invalid input and reset state.
2018-11-07 19:46:07 +05:30
4c5b3de556 Close database on sigterm 2018-11-05 15:30:36 +05:30
83ced1b9a0 Fix webhook 2018-11-04 23:13:00 +05:30
9d7baf5b18 Add support for webhooks. 2018-11-04 20:16:21 +05:30
79a81bb9d1 Add template for systemd service. 2018-11-04 19:59:00 +05:30
c4d1452f8a Change text if no quests/side quests exist 2018-11-04 18:35:56 +05:30
28d2dc4244 Change CommandHandler to MessageHandler for unknown. 2018-11-04 13:47:38 +05:30
75eb985f94 Allow dropping state. Add /cancel.
Add delete_from_db to base_quest. Add drop_state. Send unknown commands
to message_handling. Add /cancel.
2018-11-04 13:28:08 +05:30
6b9687ffbe Add edit name, change priority, change difficulty 2018-11-03 23:00:26 +05:30
bbc97d4d4d Send XP earned when marked as done.
Changed send_status to take a prefix message that is send after name and
before the details
2018-11-03 19:18:28 +05:30
2cdc6cae09 Send error if Quest/Side Quest not found. 2018-11-03 19:04:06 +05:30
df944ed6ac Disallow checking for quests/side quests in between adding them 2018-11-03 18:57:51 +05:30
705b10abc9 Update quest/side quest view.
Quests/Side Quests have status listed. Completed quests only show a back
button
2018-11-03 16:29:06 +05:30
74424526d6 Add "Mark as done", add gifs to sample config for it. 2018-11-03 16:11:03 +05:30
fc6900e222 Back button in side quest view 2018-11-03 04:31:19 +05:30
e58c01201e Back button in quest view 2018-11-03 04:29:14 +05:30
48bce46990 Add listing quests / side quest details.
Sets status to eq/esq along with the qid in extra
2018-11-03 03:31:08 +05:30
6fda911046 Add List Quests/Side Quests 2018-11-01 22:54:56 +05:30
81f913047c Made bot case insensitive 2018-11-01 19:39:02 +05:30
0b74dcabf0 Add send_status, /me. Drop date from tables. 2018-11-01 18:27:01 +05:30
7fca63a2ab Complete adding quests and side quests.
Add add_name, add_imp, add_diff functions. Add states and relevant if
clauses. Add state of quest on first add.
2018-11-01 16:46:45 +05:30
260d1f6fde Modify DB. Add message handler. Deal with Add Quest/Side QUest.
Changed DB to not mark other fields as NOT NULL. Changed Side-Quest(s)
to Side Quests in start. add add_quest method that deals with "Add
Quests" and "Add Side Quests" messages.
2018-11-01 04:04:01 +05:30
1127673d28 Change state table to include extra field 2018-10-31 18:33:47 +05:30
3ffabd4ded Add get_side_quests to player. Fix other bugs. 2018-10-31 03:30:43 +05:30