Commit Graph

89 Commits

Author SHA1 Message Date
bc129289fc Use redis to store discord api related objects, so far messages only
Keeping the table for now in case the redis method does not work as hoped
2018-07-16 03:50:31 +00:00
ccf9aed9ec Add the ability to disallow words (banned words) 2018-07-09 01:37:46 +00:00
d540a4888b Only db commit on requests that change the database 2018-06-15 00:13:09 +00:00
e8424a63c8 Customizable msg posting timeout and msg length 2018-03-25 04:43:39 +00:00
05697402df Name CnD + DM stuff 2018-03-24 06:03:33 +00:00
105fe24a40 Support mentions for offline members 2018-03-19 19:04:51 +00:00
78af0891b1 Remove float conversion for dbl referrer 2018-03-19 01:35:03 -07:00
99afd2aeb7 Add voting statics to admin panel 2018-03-19 08:28:09 +00:00
11b6e447ae Bugfix usercard animations not showing 2018-03-04 08:18:21 +00:00
aa5a4fa79a Gif avatars for user cards 2018-03-04 08:10:15 +00:00
487f5756f5 Parse role mentions 2018-03-04 06:31:08 +00:00
33374e32fa Sidebar discord members image to ditch jpgs 2018-03-02 04:55:52 +00:00
572a3f0341 Not all emojis have the animated attr yet hotfix 2018-03-01 08:37:39 +00:00
63979835ab Animated Emoji Support, Closes #85 2018-03-01 07:57:51 +00:00
26aa56cc4e hotfix undefined variable for query 2018-02-27 07:30:05 +00:00
32c3491b54 Add voting page and track referrals 2018-02-27 07:22:58 +00:00
39dc966138 Switch github stargazer to voting on DBLorg 2018-02-18 22:50:24 +00:00
ba8b100e33 Make ids as strings for online embed users 2018-01-24 21:38:43 +00:00
b4e04a27c3 Hotfix member sidebar misbehaving, not showing role heiarchy 2018-01-23 22:59:34 +00:00
aa199ad818 Use a more optimal primary key and integer to store snowflakes 2018-01-23 21:08:55 +00:00
56d25d6ecb Commit to database on only on request teardown 2018-01-22 07:52:51 +00:00
2c949d911b Move tracking online users to redis 2018-01-21 03:15:02 +00:00
bf47f9457c Administrator can now disable misbehaving servers 2018-01-05 08:52:22 +00:00
348580dcbb Remove keyvalue properties in favor of redis 2017-12-29 17:40:32 +00:00
1785cb81c9 Fix user card for offline members to work 2017-12-09 18:47:22 +00:00
204858d011 Add user cards and badges, Closes #25 2017-12-07 06:49:32 +00:00
3af5dc703a Make sessions more permanent for discord logins 2017-12-01 04:08:20 +00:00
bba4950ddc Server administrators may disable captchas for guest users 2017-11-04 02:58:26 +00:00
d6c43e853b Return normal titan logo if guest icon does not exist and av fixes 2017-09-24 04:51:31 +00:00
e30171a8de Implement user avatars into the embed 2017-09-24 04:17:06 +00:00
ad833434dd Renamed webhook icon to guest icon for preperation of avatars in the client 2017-09-24 01:22:07 +00:00
1ac5ac3eeb Remove message cleanup from webapp 2017-09-22 00:59:37 +00:00
c0798bd5b1 Better cleanup db msgs? 2017-09-22 00:53:59 +00:00
a2461a9826 Square logo & meta additions 2017-09-21 07:54:19 +00:00
392c7ae69e Add recaptcha v2 to verify guest logins (#55) 2017-09-21 00:12:49 -07:00
f6b354f10d Make 422 status when titan failed to add user to guild 2017-09-20 21:20:06 +00:00
ff4d6a405a Change guest ratelimits to create 3 times per 30mins and lower time to change username to 10mins 2017-09-20 07:07:55 +00:00
a9a261634a Sanity check in case add member fails 2017-09-17 23:41:08 +00:00
80d89b49f8 Chat username discord colors! 2017-09-15 06:25:03 +00:00
286f395b72 Webhook truncate username if too long 2017-09-14 06:46:15 +00:00
f4176e65e1 Merge userbookkeeping file with utils 2017-09-13 22:01:07 +00:00
c23b71d050 Implement server webhook icons as cosmetics & fixes 2017-09-13 05:55:51 +00:00
25cd964403 Initial support for channel categories 2017-09-09 21:46:00 +00:00
1fac087b6d Use the api endpoint to only clean the keyvalue store for now. the messages should be handled by the external bot script 2017-09-09 05:01:02 +00:00
207e13b639 Cast user_id to string during comparison to fix guest posting 2017-09-09 02:30:23 +00:00
600627d2e2 Allow the bot to work with not having Administrator permissions (#47) 2017-09-06 17:59:22 -07:00
6a426618d6 Merge branch 'master' into websockets 2017-09-02 12:25:11 -07:00
12936455b0 Experiment, lower messaging post rate to 5 secs 2017-08-27 21:51:08 +00:00
654dd3faf3 Automatic webhook creation and deletion, Resolves #42 2017-08-27 21:50:41 +00:00
ac956106e9 Guest Username Change better websocket support 2017-08-25 07:45:59 +00:00