Commit Graph

65 Commits

Author SHA1 Message Date
hydrabolt
c42b95aad1 Switched to VSCode, reformatted 2015-08-22 18:28:31 +01:00
hydrabolt
d3d4c68b5e added user tracking 2015-08-22 12:01:15 +01:00
hydrabolt
91c69cf555 fixed . instead of , 2015-08-22 11:47:37 +01:00
hydrabolt
4498310eab Merge remote-tracking branch 'origin/master' 2015-08-21 14:01:04 +01:00
hydrabolt
9572236b69 Added file sending 2015-08-21 14:00:39 +01:00
Aigachu
0366b58ca3 Fix get channel by name function. 2015-08-20 19:54:40 -04:00
Aigachu
aacbf2cca8 Added function to get channel by name. 2015-08-20 19:46:13 -04:00
hydrabolt
68db1f6ac0 Changing the clients username will trigger a userupdate 2015-08-20 19:33:32 +01:00
hydrabolt
be787e0951 2.7.1, user updates are now tracked 2015-08-20 18:57:39 +01:00
hydrabolt
c2607997dc Added username changing 2015-08-20 18:31:20 +01:00
hydrabolt
6ade919bc3 Client now reworks with PM 2015-08-20 17:21:56 +01:00
hydrabolt
369cdcd7de 2.6.7 - update to support an apparently new discord api change 2015-08-20 17:02:59 +01:00
hydrabolt
f65515fa55 Fixed the list... again! 2015-08-20 16:55:43 +01:00
hydrabolt
ebd29e6abd 2.6.2, added case-insensitive filtering and edit message error catching 2015-08-20 15:56:41 +01:00
hydrabolt
14143f95b0 2.6.2, cache error handling 2015-08-19 21:35:10 +01:00
hydrabolt
f990c8a1cc added debugging 2015-08-18 21:08:04 +01:00
hydrabolt
4fc859bcbe Added Token Caching, v2.6.1 2015-08-18 19:01:45 +01:00
hydrabolt
93361925ab Added joining servers and better message handling 2015-08-17 21:02:18 +01:00
hydrabolt
d1fbdd6ae8 Documentation updates and major bug fix
Clients no longer die when a URL is sent
2015-08-16 20:58:23 +01:00
hydrabolt
4773df9fc8 started documenting 2015-08-16 17:48:55 +01:00
hydrabolt
9422a56d4e small improvements 2015-08-16 12:51:57 +01:00
hydrabolt
41df7da781 minor bug fixes 2015-08-15 23:43:33 +01:00
hydrabolt
46e3a58c05 removed annoying time update messages 2015-08-15 23:37:49 +01:00
hydrabolt
277e4929c4 small speed fix 2015-08-15 23:22:37 +01:00
hydrabolt
4b5e229df9 websocket opened whilst logging in 2015-08-15 23:14:40 +01:00
hydrabolt
9ce332563b log speeds 2015-08-15 23:03:23 +01:00
hydrabolt
5685c5f4ce added updating of messages 2015-08-15 22:34:09 +01:00
hydrabolt
44a9844e0c small fixes to hb 2015-08-15 21:06:19 +01:00
hydrabolt
73e9e9ec4c fixed some internal callbacks 2015-08-15 21:01:47 +01:00
hydrabolt
1b1d027f1e fixed PM issues 2015-08-15 18:59:47 +01:00
hydrabolt
c4c9df80c6 Moved to the internals to declutter main class 2015-08-15 18:36:27 +01:00
hydrabolt
4e3b6262ca Added message framework 2015-08-15 15:25:51 +01:00
hydrabolt
b0fb506221 Now includes getter functions to limit the amount of filters required 2015-08-15 14:02:42 +01:00
hydrabolt
a3225b3107 Minor bug fix when starting PMs 2015-08-14 22:52:51 +01:00
hydrabolt
8bf04df9e5 User is now set properly 2015-08-14 22:31:00 +01:00
hydrabolt
65713a869a error proofed some things 2015-08-14 21:51:48 +01:00
hydrabolt
8409f6c5d6 turbo charged caching of servers - needs full implementation
no point making extra requests, servers are cached,  and they're cached
properly.
2015-08-14 21:43:10 +01:00
hydrabolt
2758f33710 beginning of efficient caching 2015-08-14 21:33:35 +01:00
hydrabolt
776dda9bff small fixes 2015-08-14 21:03:34 +01:00
hydrabolt
b6821dab42 bot debugs and minor bug fix 2015-08-14 20:56:25 +01:00
hydrabolt
35c38bf2bb Fixed error handling and added more functions to hydrabot 2015-08-14 18:42:53 +01:00
hydrabolt
d5e4e7ba8b Updated bot and added some more helpful features, such as isPM to messages to discover whether a message is from a PM 2015-08-14 17:43:51 +01:00
hydrabolt
725f504bf9 small fix 2015-08-14 16:05:49 +01:00
hydrabolt
76cf78c5a1 Allow the class objects to be accessed 2015-08-14 13:37:07 +01:00
hydrabolt
fa7fb4bd37 YAN fix 2015-08-14 13:29:34 +01:00
hydrabolt
5f490f26fb major fix 2015-08-14 13:28:33 +01:00
hydrabolt
a6bcb7befb Added method to test whether string is ID 2015-08-14 12:38:49 +01:00
hydrabolt
a0d4fa930c Caching Server now gets actual ID 2015-08-14 12:33:46 +01:00
hydrabolt
e4723c7dfe Added more properties to the server 2015-08-14 11:48:44 +01:00
hydrabolt
d3ae0ccb8c Events are only received when the Client is ready for it
Without this, any messages received during startup could cause crashes
2015-08-13 23:28:30 +01:00