Commit graph

163 commits

Author SHA1 Message Date
hydrabolt
c32f600a6a Added channelUpdate listener 2015-09-27 17:54:03 +01:00
hydrabolt
16d2410450 Added setting of channel topics 2015-09-27 17:37:46 +01:00
hydrabolt
5559809aff Added channel.topic 2015-09-27 17:18:09 +01:00
hydrabolt
5819fb4daf Fixed unavailable message 2015-09-27 17:17:03 +01:00
hydrabolt
bef4985064 Removed debug info whoops 2015-09-27 17:06:16 +01:00
hydrabolt
223753408c Added support for server unavailability
it happened just now RIP discord server </3
2015-09-27 17:05:17 +01:00
hydrabolt
5fa7bace10 Added startTyping and stopTyping 2015-09-26 22:41:33 +01:00
hydrabolt
3094c223ec Added status setting
You can now run bot.setStatusIdle() or bot.setStatusOnline() (or any
aliases) to manually set the status of the bot.
2015-09-26 21:59:27 +01:00
hydrabolt
7f5050f979 Began to work on status setting 2015-09-26 21:53:23 +01:00
hydrabolt
76e9cef7e1 Added user presence tracking changes
User status in cache is now updated as well as firing the event
2015-09-26 21:45:13 +01:00
hydrabolt
ca1b4bdf0e Added shortcut to users from channel class 2015-09-26 21:43:49 +01:00
hydrabolt
2f9585a6b9 Added semi-functional statuses 2015-09-26 21:41:23 +01:00
hydrabolt
ae1202aa2d 3.3.4, added support for older node versions 2015-09-13 15:19:54 +01:00
hydrabolt
efe07dbfc5 Fixed reply method 2015-09-12 16:09:10 +01:00
hydrabolt
106addbb1a Added channel toString 2015-09-12 16:07:48 +01:00
hydrabolt
c904bdb3c3 added .users as well as .members in Server class 2015-09-12 16:05:52 +01:00
hydrabolt
c4d9405f64 Preparing for major API change, added authorisation param to request 2015-09-12 16:00:38 +01:00
hydrabolt
8b88fd1ea5 3.3.2, fixed PMs. 2015-09-12 15:49:56 +01:00
hydrabolt
527947dbd3 3.3.1 2015-09-12 15:46:22 +01:00
hydrabolt
012c706ab9 3.3.0 - added TTS capability 2015-09-05 13:57:15 +01:00
hydrabolt
064bbb169c actually build 3.2.2 changes whoops 2015-09-04 22:14:49 +01:00
hydrabolt
8d6ece0b35 Whoops, compiled the changes this time :P 2015-09-01 22:30:34 +01:00
hydrabolt
8a7629582a Fixed bug which stopped file sending 2015-08-30 21:59:00 +01:00
hydrabolt
68fd2ee9dd 3.1.4 - finalised message queueing 2015-08-30 21:51:02 +01:00
hydrabolt
be0be60947 added deletion queue 2015-08-30 21:42:09 +01:00
hydrabolt
2fdc5a3ff6 Added queue update message 2015-08-30 21:29:27 +01:00
hydrabolt
7b1e7d2efa Added sendFile queue 2015-08-30 20:27:47 +01:00
hydrabolt
c2e282c813 Added result storing in promise - useful for queue code 2015-08-30 16:25:42 +01:00
hydrabolt
bb53b65cf5 Implemented queuing 2015-08-29 19:47:11 +01:00
hydrabolt
b45d60eee8 Added message queue handling 2015-08-29 17:22:17 +01:00
hydrabolt
7b124901c6 Delocalised message sending, moved to one uniform function 2015-08-29 16:48:25 +01:00
hydrabolt
c14b2fafb6 Beginning to move send message functions to unified function 2015-08-29 16:30:25 +01:00
hydrabolt
8a1f99b049 Added queue as a setup option 2015-08-29 16:19:53 +01:00
hydrabolt
1c8c9d2da3 Join Server returns server properly
Previously if the client was already part of a server and attempted to
accept an invite to it again, it would stall and not work correctly.
2015-08-28 17:49:47 +01:00
hydrabolt
6b3cbdbde8 Added web and grunt scripts 2015-08-27 21:21:35 +01:00
hydrabolt
2137981bb9 Added the new gateway capability 2015-08-27 12:43:25 +01:00
hydrabolt
1176ca7022 added toString 2015-08-26 16:48:29 +01:00
hydrabolt
38e81c23c9 Updated tests and added file sending 2015-08-26 14:00:52 +01:00
hydrabolt
20b970ee9d Added filenamesand fixed sendMessage error handling 2015-08-26 13:14:20 +01:00
hydrabolt
206f8cfe1f Added error resolving 2015-08-26 13:12:51 +01:00
hydrabolt
8de0199bf5 resolve type of file and create stream from it 2015-08-26 13:11:11 +01:00
hydrabolt
b1deaf58db Began sendFile method 2015-08-26 13:07:06 +01:00
hydrabolt
669c379a62 Fixed self resolveDestination
Allows much better message sending from different methods, less bloaty
2015-08-26 13:05:13 +01:00
hydrabolt
2971eccbd2 Moved to resolve destination 2015-08-26 13:01:59 +01:00
hydrabolt
76a01592b2 Updated README and tests 2015-08-26 12:30:01 +01:00
hydrabolt
610e6847d1 rename references 2015-08-26 10:44:25 +01:00
hydrabolt
68b1df1b35 push files again 2015-08-26 10:43:23 +01:00
hydrabolt
d3089c11ab try and get travis to work by deleting lib cache 2015-08-26 10:41:46 +01:00
hydrabolt
b12540238c test script should wor 2015-08-26 10:33:16 +01:00
hydrabolt
ff5d2b242e build should work 2015-08-26 10:28:25 +01:00
hydrabolt
61cd96a83c updated package 2015-08-26 10:23:20 +01:00
hydrabolt
b5131b55ee 3.0.1 - removed unused import 2015-08-26 08:25:13 +01:00
hydrabolt
f8b2383baf version 3.0.0! 2015-08-25 23:02:25 +01:00
hydrabolt
2c1d13f9e0 Patch 2015-08-25 22:50:10 +01:00
hydrabolt
8254b916e1 Patches 2015-08-25 21:59:44 +01:00
hydrabolt
8337e3d540 Finalised ec6 rewrite! woo! 2015-08-25 19:06:52 +01:00
hydrabolt
dea786d90a added log retrieval 2015-08-25 18:56:56 +01:00
hydrabolt
ab424ce4a4 Added username changing 2015-08-25 17:32:49 +01:00
hydrabolt
8eb1afa371 Added message deletion 2015-08-25 16:59:11 +01:00
hydrabolt
b47d62b151 Added reply 2015-08-25 16:38:35 +01:00
hydrabolt
5f812f7c90 added message sending and PM channel resolving 2015-08-25 15:44:18 +01:00
hydrabolt
4f179901c6 Potential patch
when calling create server, a partial server was returned. fixed that
2015-08-25 14:42:38 +01:00
hydrabolt
dd941ab604 Fixed invites 2015-08-25 14:30:03 +01:00
hydrabolt
659fdf5bff Added leave server 2015-08-25 13:05:41 +01:00
hydrabolt
fb3bdcf079 Added callback fallbacks, create server & channels 2015-08-25 12:54:39 +01:00
hydrabolt
15f995c07c Added promises and logout 2015-08-25 11:49:59 +01:00
hydrabolt
f2e3be0bad Added full user tracking 2015-08-24 23:05:13 +01:00
hydrabolt
0da7945278 added user update listener 2015-08-24 22:56:51 +01:00
hydrabolt
00fdad1ecd Added user join/leave monitoring 2015-08-24 22:51:43 +01:00
hydrabolt
dff1d267c0 watch channel/server create 2015-08-24 22:41:57 +01:00
hydrabolt
278ceeee9c added channel deletion monitoring and uptime 2015-08-24 22:13:33 +01:00
hydrabolt
b3c030a8f5 fixed experimental 2015-08-24 21:46:59 +01:00
hydrabolt
0efc734154 Revert "experimental addition"
This reverts commit e473b03de5.
2015-08-24 21:10:18 +01:00
hydrabolt
e473b03de5 experimental addition 2015-08-24 20:25:12 +01:00
hydrabolt
7b7d7ad1af fixed message cache updating 2015-08-24 18:34:38 +01:00
hydrabolt
ead8287881 added message update listening 2015-08-24 18:31:39 +01:00
hydrabolt
090b9dbcff Added message deletion 2015-08-24 18:13:53 +01:00
hydrabolt
14cbcc4873 stuff 2015-08-24 17:32:39 +01:00
hydrabolt
97a6ff2772 fixed how channels and users are cached 2015-08-24 17:30:20 +01:00
hydrabolt
1f77ed226a rewriting... woo 2015-08-24 17:07:41 +01:00
hydrabolt
31a0cba0d1 added keepalive 2015-08-23 22:12:07 +01:00
hydrabolt
0f9c1b8dad Finished caching 2015-08-23 21:19:48 +01:00
hydrabolt
344f8d73a4 Added User Class 2015-08-23 19:33:52 +01:00
hydrabolt
35b61312b9 Deleted examples, beginning to write in EC6.
Examples and Hydrabot will soon live in a separate repo which is better
suited to learning - this is so the main package isn't bloated.
2015-08-23 16:55:23 +01:00
hydrabolt
9572236b69 Added file sending 2015-08-21 14:00:39 +01: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
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
419ac718e8 2.6.5, bug fixes 2015-08-20 16:43:06 +01:00
hydrabolt
68ffb1410b filter list change 2015-08-20 16:03: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
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
5685c5f4ce added updating of messages 2015-08-15 22:34:09 +01:00
hydrabolt
73e9e9ec4c fixed some internal callbacks 2015-08-15 21:01:47 +01:00