decent-chat / decent

Open source messaging platform for the modern web
https://meta.decent.chat
GNU General Public License v3.0
21 stars 5 forks source link

decent.js #277

Closed bates64 closed 6 years ago

bates64 commented 6 years ago

Towards resolving #259. But also a thing I wanted to do anyway. See the decent.js package for more information; it's essentially what discord.js is to Discord.

Slightly more geared toward API spec 1.0.0 (eg. does not handle authorization-requiring servers as those are removed), but it works with the current 0.1.0 implementation, since there's no actual server implementing 1.0.0-preview yet.

PullJosh commented 6 years ago

Want a review on this or should I wait until later?

bates64 commented 6 years ago

A review would be cool, although it's not yet done @PullJosh. Still need to cover the rest of the API eg. deleting messages.

bates64 commented 6 years ago

This should be complete now :tada:

bates64 commented 6 years ago

Still need an actual review (merge, ask for changes) of this please, guys.

PullJosh commented 6 years ago

I'm sure @towerofnix would be thrilled to do it. :stuck_out_tongue:

PullJosh commented 6 years ago

Login/out event please!

bates64 commented 6 years ago

@PullJosh done in preact branch.

bates64 commented 6 years ago

Hi can this get merged please