Commit Graph

23 Commits

Author SHA1 Message Date
hydrabolt
c3b6dba6be Fixed colours 2015-10-28 12:13:09 +00:00
hydrabolt
acd7dfc404 Added deleting of roles 2015-10-26 16:02:13 +00:00
hydrabolt
1d3c61333c fixed add member to role 2015-10-26 15:41:56 +00:00
hydrabolt
08ffd473e4 added updating roles 2015-10-26 13:29:01 +00:00
hydrabolt
0f02856a8c Added role creation and new role listening
bot.createRole(server, cb(err, ServerPermissions))

and

bot.on("serverRoleCreate", server, ServerPermissions)
2015-10-26 12:06:38 +00:00
hydrabolt
154300dfbd Minor test, works 2015-10-04 00:23:19 +01:00
hydrabolt
b130b2400b updated indexing 2015-10-04 00:00:30 +01:00
hydrabolt
aed7d3c1c2 began to work on update listening 2015-10-03 23:40:29 +01:00
hydrabolt
4eacab784d Fixed evaluation and added basic deletion following 2015-10-03 23:13:33 +01:00
hydrabolt
e046467d92 Added permissions directive 2015-10-03 20:33:36 +01:00
hydrabolt
4e117b85d9 Member role *should* be used properly across the API
The Client now SHOULD add roles properly to members, as they leave it up
to the Server class.
2015-10-03 20:18:49 +01:00
hydrabolt
ad286b9081 Updated member class, server now creates members 2015-10-03 20:00:44 +01:00
hydrabolt
b264b61718 Servers now manage server-wide permissions
Servers now create ServerPermissions objects for roles
2015-10-03 19:44:08 +01:00
hydrabolt
6967f5e649 Created serverPermissions and roles array 2015-10-03 19:04:22 +01:00
hydrabolt
f36e61ac2a Added equals object to documentation, counting as a minor 2015-09-28 20:59:53 +01:00
hydrabolt
c904bdb3c3 added .users as well as .members in Server class 2015-09-12 16:05:52 +01:00
hydrabolt
1176ca7022 added toString 2015-08-26 16:48:29 +01:00
hydrabolt
dd941ab604 Fixed invites 2015-08-25 14:30:03 +01:00
hydrabolt
fb3bdcf079 Added callback fallbacks, create server & channels 2015-08-25 12:54: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
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