Nick Jennings

Results 108 issues of Nick Jennings

The code can be further simplified, callbacks can be less generic and more readable.

type:technical-debt
package:core

moved from https://github.com/sockethub/sockethub-platform-irc/issues/21 Implement configurable connect timeout values per-platform

type:feature
package:core

Using `debug`parent wrappers for `info`, `warn`, `error, `debug` as base logging functions.

type:feature
type:technical-debt
package:core

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':...

info:discussion
info:needs-investigation
package:platform-irc

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...

type:bug
state:waiting-on
state:blocked
package:platform-irc

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

info:needs-investigation
package:platform-xmpp