Commit Graph

  • 0c38d47ef6 Added support for new game objects (#332) Brussell 2016-05-08 11:47:22 -05:00
  • 42fd07c5e7 Whoops abalabahaha 2016-05-08 00:55:48 -07:00
  • 2a1d516a28 Update lastMessageID abalabahaha 2016-05-08 00:23:52 -07:00
  • 68c1e122c0 Revise member property handling abalabahaha 2016-05-08 00:21:36 -07:00
  • af333ef4cc Some fixes abalabahaha 2016-05-08 00:16:20 -07:00
  • 963b22e6ce Fix #331 abalabahaha 2016-05-08 00:09:58 -07:00
  • 726c0e9ed5 Fix setting own nick abalabahaha 2016-05-08 00:03:29 -07:00
  • fb49ad7d93 Fix Message Sending and Support New Features. The library now supports all the game streaming and URL stuff and is fixed for roles #328 hydrabolt 2016-05-07 15:33:00 +01:00
  • 2eca16dee6 Consistently rename selfMute/selfDeaf abalabahaha 2016-05-04 19:55:19 -07:00
  • 46bcd3f5e3 Add nickname permission constants (#320) Manuel Kraus 2016-05-05 01:57:52 +02:00
  • bc443df11d Added DM support, DM Creation and DM Deletion hydrabolt 2016-05-03 17:50:33 +01:00
  • ab17375248 Added GuildUpdate handling, and setting guilds details hydrabolt 2016-05-03 16:42:38 +01:00
  • 9700f8577b roles have positions too abalabahaha 2016-05-02 17:44:22 -07:00
  • ad84aa84b8 Some doc fixes (#315) Manuel Kraus 2016-05-02 22:05:09 +02:00
  • 82ac3d1c44 Remove TODO list, now tracked by issue #313 hydrabolt 2016-05-02 13:07:55 +01:00
  • a0418a2551 update TODO list whoops hydrabolt 2016-05-01 21:14:23 +01:00
  • ebfc2169d5 Added ClientUser modification support hydrabolt 2016-05-01 21:12:42 +01:00
  • 5125407151 Fix some incorrect docs references abalabahaha 2016-05-01 10:17:16 -07:00
  • f95c588d87 Added Guild Deletion hydrabolt 2016-05-01 14:51:46 +01:00
  • ba82722264 Document awaitResponse abalabahaha 2016-04-30 17:25:28 -07:00
  • 96ed5a1e52 Clarify joining server with OAuth bots abalabahaha 2016-04-30 13:35:05 -07:00
  • 1f5002ae41 Nickname mention detecting, channel and role mentions in cleanContent abalabahaha 2016-04-30 13:01:06 -07:00
  • e48f2ffae3 Add setNickname docs abalabahaha 2016-04-30 11:58:12 -07:00
  • 3a0426482e update TODO list hydrabolt 2016-04-30 18:27:34 +01:00
  • 90cf787759 I think I got ChannelUpdate working?? hydrabolt 2016-04-30 18:22:09 +01:00
  • 249b6f919a Null unset nicks abalabahaha 2016-04-29 19:37:15 -07:00
  • b47540d6eb Testing nickname support abalabahaha 2016-04-29 19:25:06 -07:00
  • 2341c83638 Added channel.delete() hydrabolt 2016-04-27 16:25:57 +01:00
  • 68e1549361 Fix the updateServer documentation meew0 2016-04-27 16:36:34 +02:00
  • b436fac5c4 Fix presence update bug (#297) hydrabolt 2016-04-26 17:46:34 +01:00
  • 2d3116d505 Added guild.createChannel(name, type) hydrabolt 2016-04-26 17:44:42 +01:00
  • e9d7dfaee3 Added message.edit(content) hydrabolt 2016-04-24 17:30:58 +01:00
  • 618d8bb957 Simplified client.rest.methods.DeleteMessage, now only takes a message instead of a channel and a message. hydrabolt 2016-04-24 16:41:23 +01:00
  • 1676a5e73f Bridged WebSocket Events and REST Requests. Now REST Requests will respond exactly like WS Events to data hydrabolt 2016-04-24 16:30:58 +01:00
  • 9322c0bbd7 Fix Constants changes (#293) Manuel Kraus 2016-04-24 06:18:25 +02:00
  • 619139f871 Fix starting PMs abalabahaha 2016-04-23 10:15:29 -07:00
  • a5517c2c3b Fix obligatory content on sendFile (#292) Bruno Moreira 2016-04-23 17:32:15 +01:00
  • 68a21ee679 Potentially fix autoReconnect without internet abalabahaha 2016-04-22 18:14:47 -07:00
  • ad338c6a29 Fix logout + autoReconnect loop abalabahaha 2016-04-22 18:04:28 -07:00
  • d18fcdbeea Merge pull request #290 from BrunoMoreira991/indev abalabahaha 2016-04-22 17:52:22 -07:00
  • ca251423ea Blank the browser property abalabahaha 2016-04-21 23:41:13 -07:00
  • 6f466a401e Fix use of Array as String Resolvable on sendFile with content BrunoMoreira991 2016-04-22 01:27:23 +01:00
  • c42e303b7b Add Message Deletion via message.delete() hydrabolt 2016-04-21 18:50:46 +01:00
  • a2841f285c Add TODO list hydrabolt 2016-04-21 18:40:26 +01:00
  • 03caddb4b5 Add Rate Limiting, see hammerandchisel/discord-api-docs#20 hydrabolt 2016-04-21 18:24:08 +01:00
  • f3e1760538 add channel.sendMessage and channel.sendTTSMessage hydrabolt 2016-04-21 17:42:52 +01:00
  • b6842d3e07 Make client.user.game use the proper format abalabahaha 2016-04-20 20:18:25 -07:00
  • 907f4f4b27 Update readme example to use loginWithToken abalabahaha 2016-04-20 20:16:18 -07:00
  • 283c99dee8 Fix weird options comments abalabahaha 2016-04-20 20:12:52 -07:00
  • b8283a8f29 src/client/websocket/packets/WebSocketPacketManager.js Unify ready and reconnecting properties into a single status property and future-proof Message class The state of the WebSocketManager is now represented by a single status property, removing emittedReady and reconnecting as representations of state. Message class will now also cache users it isn't aware of that appear in mentions and authors. hydrabolt 2016-04-20 17:45:20 +01:00
  • acc9c9bf12 src/client/websocket/packets/WebSocketPacketManager.js src/structures/datastore/WebSocketManagerDataStore.js Added "rough" reconnection attempting The following however still needs to be done: 1) stop trying after a certain amount of time 2) increasing timeout between each timeout 3) re-evaluate the current method of how reconnecting is handled internally hydrabolt 2016-04-19 20:24:23 +01:00
  • da42b422f0 Added Permission evaluation for channels and EvaluatedPermissions class. hydrabolt 2016-04-18 19:31:36 +01:00
  • 00327a5776 Add MessageUpdate handling hydrabolt 2016-04-18 18:12:57 +01:00
  • d437fd31cf MessageDelete handling hydrabolt 2016-04-18 18:06:31 +01:00
  • c947e172d6 Add MessageCreate handler, set up Message class and add ability to Cache messages hydrabolt 2016-04-18 17:55:21 +01:00
  • 7f4751e7c4 add PermissionOverwrites class in preparation for permission evaluation hydrabolt 2016-04-18 17:23:37 +01:00
  • c36cc3b551 Added GuildMembersChunk handler; untested hydrabolt 2016-04-18 16:54:14 +01:00
  • ce2cf382b3 TypingStart handler hydrabolt 2016-04-18 16:39:57 +01:00
  • d1d13f5c85 Added VoiceStateUpdate handler and DataStore for VoiceChannels. Also added toString methods to Guilds, DMChannels, ServerChannels and Users. hydrabolt 2016-04-17 19:12:29 +01:00
  • 685d7b622c Fix READY bug when logging in with email/password, add UserUpdate packet handler hydrabolt 2016-04-17 18:37:15 +01:00
  • abc3f9e2fa Presence tracking hydrabolt 2016-04-17 18:20:57 +01:00
  • 71a4cd6a93 Added full Role tracking hydrabolt 2016-04-17 15:43:12 +01:00
  • bbf7be7dfa Tracking of GUILD_ROLE_CREATE/UPDATE/DELETE events hydrabolt 2016-04-17 15:17:18 +01:00
  • 4de1f4ce99 Created Role class and permission evaluation within Roles hydrabolt 2016-04-17 15:03:23 +01:00
  • 533d49d7d4 Fix potential permissionsOf crash abalabahaha 2016-04-16 23:51:49 -07:00
  • 0d2b504bde Merge pull request #278 from nicholastay/275_friendfix abalabahaha 2016-04-16 23:15:42 -07:00
  • 41ead870b7 Update friend_remove cases (should fix #275) Nicholas Tay 2016-04-17 16:11:51 +10:00
  • 30f5e2943a Create Member class, stop storing member data separately and merge into one class with a User hydrabolt 2016-04-16 23:24:52 +01:00
  • ccffe09bca remove unused shim object.entries hydrabolt 2016-04-16 23:01:58 +01:00
  • 9956e43c8e initial hydrabolt 2016-04-16 22:58:49 +01:00
  • a3cd539eac no-optional command in README and OAuth invite accepting warning abalabahaha 2016-04-16 10:56:33 -07:00
  • 9083893d79 7.0.1 7.0.1 abalabahaha 2016-04-16 10:49:48 -07:00
  • 197c416642 Some docs updates abalabahaha 2016-04-16 10:46:17 -07:00
  • 487f3ea4f4 Sketchy autoreconnect abalabahaha 2016-04-15 23:08:55 -07:00
  • 0d93ce9fbd Docs update and updateServer option processing abalabahaha 2016-04-16 00:32:36 -07:00
  • dd71bb9e27 ability to send file via sendMessage abalabahaha 2016-04-15 20:10:30 -07:00
  • 5f1e1b989b updateServer with options abalabahaha 2016-04-15 19:30:01 -07:00
  • 3ed5f4fb90 Blocked users store, move some warn messages to debug abalabahaha 2016-04-15 19:29:35 -07:00
  • 864126976f Fix sendFile content abalabahaha 2016-04-15 18:16:57 -07:00
  • d0f2029fa6 Voice state update null check abalabahaha 2016-04-15 18:15:20 -07:00
  • 9251fd01ce sendFile with content abalabahaha 2016-04-13 10:50:03 -07:00
  • ecc35eecda Ratelimiter inconsistency fix abalabahaha 2016-04-13 02:06:18 -07:00
  • fc74912a8f Update leaveVoiceChannel docs entry abalabahaha 2016-04-13 01:06:11 -07:00
  • 3e243a25d3 7.0.0 webdists abalabahaha 2016-04-13 00:50:46 -07:00
  • 6b189cf3af 7.0.0 7.0.0 abalabahaha 2016-04-13 00:47:48 -07:00
  • 2842b97776 Throw errors on missing voice dependencies abalabahaha 2016-04-13 00:46:13 -07:00
  • 28fce9ea34 Some docs abalabahaha 2016-04-13 00:38:12 -07:00
  • afa5fa1758 Fixes abalabahaha 2016-04-13 00:05:08 -07:00
  • b7f20956d7 wait for most servers to be ready abalabahaha 2016-04-12 23:27:44 -07:00
  • 675ea93bc3 fix the forceFetch fix abalabahaha 2016-04-12 23:07:40 -07:00
  • 71dd084667 forceFetch fix abalabahaha 2016-04-12 23:01:45 -07:00
  • 78edc3b371 Merge pull request #266 from Programmix/indev abalabahaha 2016-04-10 13:58:37 -07:00
  • afde031267 Update voiceConnections on destroy Programmix 2016-04-10 13:49:13 -07:00
  • b6d1cb88cd Merge pull request #264 from nicholastay/patch-2 abalabahaha 2016-04-10 10:38:47 -07:00
  • c247a3979b Should be making the self friends stuff null if bot acc Nicholas Tay 2016-04-11 00:39:14 +10:00
  • db1435910d Fix for when other users move from different server to another across voice Nicholas Tay 2016-04-11 00:38:38 +10:00
  • bf78c441dd Add a backwards-compatible getter for the first voice connection, thanks @qeled meew0 2016-04-06 15:00:14 +02:00
  • 877eaab3c1 Scope fix for chunk requests during GUILD_CREATE Aaron Scherer 2016-04-05 15:50:56 -07:00
  • d53aabefb0 Fix an off by one error in volume transformation range checking meew0 2016-04-05 18:01:49 +02:00
  • d48458b80f Add an extra range check to the volume transformer, should hopefully fix #193 meew0 2016-04-05 17:33:14 +02:00