Commit Graph

44 Commits

Author SHA1 Message Date
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
hydrabolt
6589814789 Beautify and sendMessage also takes channel IDs 2015-08-13 23:23:07 +01:00
hydrabolt
e1ada38234 sendMessage now also takes a Message instead of a Channel if wanted
To help reduce verbosity
2015-08-13 23:17:20 +01:00
hydrabolt
04872a4397 Merge branch 'master' into indev 2015-08-13 23:09:07 +01:00
hydrabolt
38ab62a26d Fixed crucial bug in example
Example now has error handling
2015-08-13 23:05:21 +01:00
hydrabolt
a7e9fcc2cd getChannelLogs now returns actual error instead of empty List 2015-08-13 22:45:16 +01:00
hydrabolt
b35763a0c9 2.2.0 2015-08-13 21:46:47 +01:00
hydrabolt
68d93a0d7a added private messages, better cache tracking and channel/server creation/deletion and signals 2015-08-13 21:43:55 +01:00
hydrabolt
70c20c63ea 2.1.1 2015-08-12 23:33:33 +01:00
hydrabolt
5fc8a096c1 Fixed some caching issues and list issue
When leaving a server, it is now removed from the known list. Also, the
list "removeElement" function is improved to actually work!
2015-08-12 23:33:27 +01:00
hydrabolt
f306d7bd5e 2.1.0 2015-08-12 23:24:00 +01:00
hydrabolt
dff0804854 Added server creation, server leaving/deletion and invite creation. 2015-08-12 23:23:24 +01:00
hydrabolt
7e9e7c39c0 2.0.2 2015-08-12 16:38:36 +01:00
hydrabolt
075c5aa3dc updated readme 2015-08-12 16:38:28 +01:00
hydrabolt
c57895e358 2.0.1 2015-08-12 16:37:20 +01:00
hydrabolt
eaf8dee62f small example fixes 2015-08-12 16:37:06 +01:00
hydrabolt
3e4f0fb74c small fixes and additions to examples, added deepFilter to list 2015-08-12 16:35:17 +01:00
hydrabolt
0013891764 2.0.0 2015-08-12 16:06:01 +01:00
hydrabolt
dda5d4272e Most arrays are now using lists. 2015-08-12 16:05:35 +01:00
hydrabolt
401073f897 Merge pull request #1 from hydrabolt/examples
Add some examples and improve older ones
2015-08-12 13:05:19 +01:00
meew0
7fd5f8f5a6 Fix query.js to properly deal with users with spaces in their name. 2015-08-12 14:03:21 +02:00
meew0
365746f288 Fix formatting.js code formatting and add a comment 2015-08-12 13:56:25 +02:00
meew0
cd2b79393a Add an example to show message formatting 2015-08-12 13:54:39 +02:00
meew0
8d403a0274 Add an example to show channel logs 2015-08-12 13:54:27 +02:00
meew0
d4cd1ec6f8 Add an example that shows the bot status events 2015-08-12 13:30:46 +02:00
meew0
2a1e3a7e69 Add comments to presence.js 2015-08-12 13:24:42 +02:00
meew0
c0c8b7322d Add comments to avatar.js 2015-08-12 13:21:43 +02:00
meew0
9f049e5e18 Add comments to pingpong.js 2015-08-12 13:17:36 +02:00
hydrabolt
4af5353bdf Fixed small issue in getChannelLogs
Now also returns the last message and not the penultimate as the latest
2015-08-12 12:13:17 +01:00
hydrabolt
ddf74b76d8 added examples 2015-08-12 11:51:08 +01:00
hydrabolt
af3dce6122 1.2.2 2015-08-12 11:49:00 +01:00
hydrabolt
554a65ed0b Unified failure handling
Instead of a callback on login, the way to detect and failure is using
the on disconnected event.
2015-08-12 11:40:14 +01:00
hydrabolt
1ecc852635 1.2.1 2015-08-11 22:36:32 +01:00
hydrabolt
af22935c47 readme update 2015-08-11 22:36:23 +01:00
hydrabolt
8de8b6d20e minor bug fix 2015-08-11 22:30:37 +01:00
hydrabolt
07db06f1c1 1.2.0 2015-08-11 21:24:04 +01:00
hydrabolt
62d0581c90 minor fixes
slightly more stable, removed redundant functions and added one or two
features ;)
2015-08-11 21:23:52 +01:00
hydrabolt
0c1c3446ff 1.1.0 2015-08-11 17:07:35 +01:00
hydrabolt
f243e1112d minor small fixes 2015-08-11 17:07:31 +01:00
hydrabolt
6887e0d6bc Made it better! Much better caching 2015-08-11 16:55:32 +01:00
hydrabolt
4edaba5a1f 1.0.2 2015-08-10 23:10:07 +01:00
hydrabolt
a7c9dafe06 1.0.1 actual
works!
2015-08-10 23:05:38 +01:00
hydrabolt
30204f2ce5 1.0.1 2015-08-10 15:26:07 +01:00
hydrabolt
06ef7251ec Initial commit 2015-08-10 14:36:26 +01:00