Commit Graph

16 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
a7e9fcc2cd getChannelLogs now returns actual error instead of empty List 2015-08-13 22:45:16 +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
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
dff0804854 Added server creation, server leaving/deletion and invite creation. 2015-08-12 23:23:24 +01:00
hydrabolt
3e4f0fb74c small fixes and additions to examples, added deepFilter to list 2015-08-12 16:35:17 +01:00
hydrabolt
dda5d4272e Most arrays are now using lists. 2015-08-12 16:05:35 +01: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
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
8de8b6d20e minor bug fix 2015-08-11 22:30:37 +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
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
a7c9dafe06 1.0.1 actual
works!
2015-08-10 23:05:38 +01:00