Nick Jennings
Nick Jennings
The code can be further simplified, callbacks can be less generic and more readable.
moved from https://github.com/sockethub/sockethub-platform-irc/issues/21 Implement configurable connect timeout values per-platform
Using `debug`parent wrappers for `info`, `warn`, `error, `debug` as base logging functions.
Change the UPDATE verb to the new format for changing a username: ``` { context: 'xmpp', '@type': 'join', actor: { '@id': '[email protected]/Home', '@type': 'person' }, object: { // optional '@type':...
Using `irc-socket` and trying to connect via TLS to an IRC server does not work, just hangs indefinitely. For reference when I get to addressing this issue. This works: ```javascript...
Ability to set (and receive notices about) modes on people (ie. yourself) or rooms. ``` javascript { "@type": "", // ? not sure what the verb should be "context": "irc",...
from the `irc-factory` docs: ``` Client.ctcp(target, type, message) This function lets us send a ctcp response to a person, we can listen to ctcp requests by hooking onto the ctcp_request...
https://github.com/67P/hyperchannel/issues/264