Commit Graph

76 Commits

Author SHA1 Message Date
Jeremy Zhang
ad833434dd Renamed webhook icon to guest icon for preperation of avatars in the client 2017-09-24 01:22:07 +00:00
Jeremy Zhang
62b4c30d52 Copy all channels to a seperate list before iterating 2017-09-22 02:10:37 +00:00
Jeremy Zhang
fd5a851d2a cleanup db message fix, guild_id 2017-09-22 01:42:49 +00:00
Jeremy Zhang
f46d33c943 Delete the messages before fetching new messages 2017-09-22 01:39:43 +00:00
Jeremy Zhang
495a08ea12 Fixes to cleanup and fetch scripts 2017-09-22 01:33:55 +00:00
Jeremy Zhang
91f926bfe3 Delete inactive channel messages and better print stmts 2017-09-22 01:18:30 +00:00
Jeremy Zhang
c0798bd5b1 Better cleanup db msgs? 2017-09-22 00:53:59 +00:00
Jeremy Zhang
aed6192364 Firing delete message twice fix 2017-09-16 17:16:34 +00:00
Jeremy Zhang
46f5594763 Filter presence updates to prevent updating everything, which might create cpu hog 2017-09-16 16:53:39 +00:00
Jeremy Zhang
c23b71d050 Implement server webhook icons as cosmetics & fixes 2017-09-13 05:55:51 +00:00
Jeremy Zhang
8a7e3322b9 Remove global header when the bot is not connected to the database 2017-09-11 20:33:20 +00:00
Jeremy Zhang
25cd964403 Initial support for channel categories 2017-09-09 21:46:00 +00:00
Jeremy Zhang
8be753b0c3 Remove mysql specific utf config to discordbot utilities files 2017-09-09 04:20:39 +00:00
Jeremy "EndenDragon" Zhang
c2a5180f55 Add logging location to discordbot example config 2017-09-07 12:05:58 -07:00
Jeremy Zhang
5df40bf558 Fix real timestamp in messages from changing during edits 2017-09-07 05:42:31 +00:00
Jeremy "EndenDragon" Zhang
71b29cd75d Set logging location in config 2017-09-06 21:00:09 -07:00
Jeremy "EndenDragon" Zhang
600627d2e2 Allow the bot to work with not having Administrator permissions (#47) 2017-09-06 17:59:22 -07:00
Jeremy Zhang
0cfcb42ac4 Update and delete messages even if not in discordbot messages cache, and raise max_messages deque 2017-09-06 04:58:46 +00:00
Jeremy Zhang
a99b0075bc Discordbot emit on role update typo fix 2017-09-05 07:37:04 +00:00
Jeremy "EndenDragon" Zhang
aa9075f484 Inital postgresql implementation (#46) 2017-09-04 23:54:54 -07:00
Jeremy Zhang
871c8fc22f New .com domain! 2017-09-01 04:45:35 +00:00
Jeremy Zhang
a3971960e1 Don't alter avatar urls for now 2017-08-30 00:25:25 +00:00
Jeremy Zhang
654dd3faf3 Automatic webhook creation and deletion, Resolves #42 2017-08-27 21:50:41 +00:00
Jeremy Zhang
0631ccc96d Change to static image and color sidebar fix 2017-08-25 23:37:54 +00:00
Jeremy Zhang
e3f57500ff Realtime updating channel list 2017-08-25 06:37:14 +00:00
Jeremy Zhang
d1225e5273 Realtime emoji and discord member sidebar fix 2017-08-22 07:53:41 +00:00
Jeremy Zhang
0539efb204 WS Realtime for message actions and Sidebar members list presence update 2017-08-22 07:01:40 +00:00
Jeremy Zhang
4ed2d14bc3 Basic websockets authentication handling 2017-08-21 04:26:51 +00:00
Jeremy Zhang
72649f069e Basic message relaying via WS 2017-08-20 19:56:54 +00:00
Jeremy Zhang
fb8cfe3abc Converted webapp portion to python 3.5. Resolves #32 2017-08-19 00:33:50 +00:00
Jeremy Zhang
68d8882d3e Fix mentions with nicknames 2017-08-10 02:56:45 +00:00
Jeremy Zhang
77bde8f258 Better nickname support
- Username field will not be overwritten with the nickname.
- Mentions work again!
- User chip will show nickname instead of username if present
- Authenticated embed users sidebar nickname support
2017-08-10 02:05:05 +00:00
Jeremy Zhang
3b5707cd15 Hotfix for webhooks not showing up in the embeds. Message author object sometimes gives User for webhooks. User objects does not have nicknames. Check if the user/author object has nick attribute. 2017-08-03 22:39:30 +00:00
JustMaffie
2ace5f7040 Implement nickname support
Nicknames will be shown in both the embed and discord.
2017-08-02 19:03:39 +00:00
Jeremy Zhang
eaf55ba027 Modify github links to TitanEmbeds organization 2017-07-30 23:10:35 +00:00
JustMaffie
45df6b19fc Added a protection against crash chars that make discord crash, this is not available to be disabled, this only helps out your server. 2017-07-29 23:52:24 +02:00
Jeremy "EndenDragon" Zhang
82db716b61 Moved some text fields over to longtext type (#21) 2017-07-10 04:37:52 +00:00
Jeremy Zhang
087606bd40 Implemented Webhooks to make sending messages look more real, as an option 2017-07-01 06:52:21 +00:00
Jeremy Zhang
3c82b3b6b0 Custom discord.py version 2017-06-30 07:16:34 +00:00
Jeremy "EndenDragon" Zhang
a90d59efad Bot cleandb (#20)
* Initial Code

* Cleanup database commit
2017-06-24 15:02:34 -07:00
Jeremy Zhang
38df1a8ed0 Add default error reporting channel id to config example and raise heartbeat sending interval whoops 2017-06-13 02:36:38 +00:00
Jeremy Zhang
7d3c099bd7 Wait until database is online for all events before processing 2017-06-13 02:29:39 +00:00
Jeremy Zhang
9b79871f2b Send message to channel when connection to database changes 2017-06-13 02:16:45 +00:00
Jeremy Zhang
2647753007 Show global header message when bot loses connection with server 2017-06-13 01:39:49 +00:00
Jeremy Zhang
30092fde01 Implemented Visitor View -- kinda betaish still 2017-06-09 04:22:33 +00:00
Jeremy Zhang
0b96794120 Backend support for discordio links and able to edit in admin panel 2017-06-04 05:32:23 +00:00
Jeremy Zhang
f25669e1bc Add emoji capability to bot 2017-05-30 01:05:43 +00:00
Jeremy "EndenDragon" Zhang
9661a7cbce Typo in request offline members 2017-05-27 12:18:52 -07:00
Jeremy Zhang
49edcce60d Fetch Last Messages Util 2017-05-27 11:29:55 -07:00
Jeremy Zhang
5cb224e20c Changed unicode encoding in mysql, it is being lazy with 3 chars not 4 2017-05-27 10:50:52 -07:00