Commit graph

120 commits

Author SHA1 Message Date
abalabahaha
d0e38c721d 8.2.0 2016-10-02 13:23:34 +09:00
abalabahaha
3bc6ea455d Fix voice channel joining 2016-09-19 03:41:08 +09:00
abalabahaha
da31ae589a 8.1.0 2016-08-02 07:21:33 +09:00
Gus Caplan
babf550459 Add tonicdev support (#479)
* example file for tonicdev

* add tonicdev to the package.json

* meh
2016-07-28 04:14:58 +09:00
abalabahaha
c63c39eb1f Bump deps 2016-07-24 09:18:14 +09:00
abalabahaha
2cd1104d3d 8.0.0 2016-06-09 11:41:04 +09:00
abalabahaha
5133096a12 Upgrade deps 2016-06-09 11:34:13 +09:00
abalabahaha
9083893d79 7.0.1 2016-04-16 10:49:48 -07:00
abalabahaha
6b189cf3af 7.0.0 2016-04-13 00:47:48 -07:00
meew0
c5732efdb1 Make tweetnacl an optional dependency, fixes #244 2016-04-02 11:21:30 +02:00
qeled
4d6cca72f4 Implement voice encryption support 2016-03-18 06:32:35 +03:00
abalabahaha
f0dd0cabdf 6.1.0 2016-03-15 22:04:52 -07:00
abalabahaha
6772222955 ESLint fixups 2016-01-31 15:08:04 -08:00
abalabahaha
5e97d309bf Bumpity some versions 2016-01-31 15:07:39 -08:00
meew0
76a5bec944 6.0.0 2016-01-31 16:01:56 +01:00
meew0
634a5bd737 Fix the webdists, this fixes #170.
Particular problems and how they were resolved:
 - The `fs-extra` module, used exclusively by TokenCacher, didn't have a browser version. I rewrote TokenCacher to not use fs-extra (see fdd4cfc7cc)
 - TokenCacher wouldn't work in the browser anyway due to lack of a file system. I made a shim (`Util/TokenCacher-shim.js`) that implements all TokenCacher functionality as null implementations, this causes `login` to always make a request.
 - Compressed packets couldn't be parsed because neither node's Buffers nor zlib were working correctly. Initially I tried to make a browser-only parser class that parses compressed `Blob` packets, but this didn't work out, so I just disabled compression by default.
2016-01-30 14:17:27 +01:00
meew0
151b98e0a2 Remove the fs-extra dependency from package.json 2016-01-30 12:10:02 +01:00
Amish Shah
57c086dc5f 5.3.2 2016-01-01 18:40:04 +00:00
Amish Shah
b927b223bb 5.3.1 2015-12-26 18:35:08 +00:00
Amish Shah
8e16abee96 Fixed server.detailsOf(user)
Now points to correct function
2015-12-26 18:16:42 +00:00
Amish Shah
0113202c2f Fixed voice_connection.stopPlaying
Now unpipes before destroying
2015-12-26 17:52:20 +00:00
Amish Shah
d93990822e Emergency bug fix
Stopped the client from assuming all errors were 429 errors
2015-12-22 23:36:01 -08:00
Amish Shah
a122f0994e Stuff 2015-12-13 20:10:33 +00:00
abalabahaha
4486b623f5 Build lib and update dependencies 2015-12-06 00:53:35 -08:00
abalabahaha
d624f82ba3 ESLint as dev dep 2015-12-05 09:25:56 -08:00
Amish Shah
e01b4eb114 v5.1.0 finalised bug fixes 2015-12-04 21:07:15 +00:00
Amish Shah
ac2398e47c started working on bug fixes and test scripts 2015-12-04 20:30:11 +00:00
Amish Shah
213379e669 Fixed compiled version
Downgraded babel until a working solution found
2015-11-22 17:13:52 +00:00
Amish Shah
7af5445b93 Added the loose plugin for better support 2015-11-22 15:20:30 +00:00
hydrabolt
4ba90f36fe Added cache.random() and node engine to package.json 2015-11-21 18:35:51 +00:00
hydrabolt
cbb69edf85 5.0.1 & docs 2015-11-21 15:51:07 +00:00
hydrabolt
409635d50a v5.0.0! Woo! 2015-11-20 22:12:02 +00:00
hydrabolt
544f7da139 Switched to dynamic entrypoint
Will be used when ES6 is fully available
2015-11-09 18:28:13 +00:00
hydrabolt
f5640fa5d0 Added opus as an optional 2015-11-07 21:36:43 +00:00
hydrabolt
856663ac32 4.1.1 2015-10-30 21:27:45 +00:00
hydrabolt
cbc8c6deaa 4.1.0 2015-10-29 18:52:51 +00:00
hydrabolt
51f818ee2a 4.0.0 2015-10-29 15:49:33 +00:00
hydrabolt
2eed36d297 Updated Colors 2015-10-28 11:19:51 +00:00
hydrabolt
a18823c47f Updated sendMessage and reply, client is eventemitter 2015-10-27 20:35:23 +00:00
hydrabolt
0f82202a6b Added npmignore for tinier installations 2015-10-25 22:05:15 +00:00
hydrabolt
b61c64fa48 3.9.0, chainable string modifiers 2015-10-25 19:27:43 +00:00
hydrabolt
f0ae575aa0 Updated grunt build file
Will now work on Electron between files (compiled in loose mode)
2015-10-25 17:52:29 +00:00
hydrabolt
72385494cb 3.8.3 2015-10-17 11:00:45 +01:00
hydrabolt
3578178941 Fixed PM Channel bug, 3.8.2
Clients no longer crashed when receiving PM channel messages.
2015-10-10 11:43:31 +01:00
hydrabolt
15b78b0108 3.8.1 2015-10-09 18:04:05 +01:00
hydrabolt
4a8261a369 Revert "Revert "3.8.0""
This reverts commit 51a3cadab7.
2015-10-03 15:40:54 +01:00
hydrabolt
51a3cadab7 Revert "3.8.0"
This reverts commit a815b624a6.
2015-10-03 15:40:42 +01:00
hydrabolt
a815b624a6 3.8.0 2015-10-03 15:40:16 +01:00
hydrabolt
4c91390217 3.7.2 2015-10-02 21:48:02 +01:00
hydrabolt
87901b7643 Are you happy yet travis build >_> 2015-10-02 21:46:16 +01:00