-
Sopel itself did this some time ago (sopel-irc/sopel#2261) for 8.0. The `setuptools` project discourages new usage of its `pkg_resources` library, and I should also note that a fresh installation of P…
-
Use the cinch library to handle the IRC connection.
-
## Immediate advantages
### UNIX domain sockets for JSON-RPC
- Old feature request: https://github.com/bitcoin/bitcoin/issues/5029
- UNIX sockets have been added to [ZMQ](https://github.com/bitcoin…
-
IRC messages can be pretty much arbitrary sequences of bytes, and are fairly often not valid UTF-8. Libraries for handling IRC messages should use Vec/&[u8] rather than Rust strings.
-
Infrequently I've seen these:
```
/data/project/anon/anon/node_modules/wikichanges/node_modules/irc/lib/parse_message.js:39
message.command = match[1];
^
TypeError: Can…
-
IRC messages can be pretty much arbitrary sequences of bytes, and are fairly often not valid UTF-8. Libraries for handling IRC messages should use Vec/&[u8] rather than Rust strings.
-
Lately, I've been going through and trying to improve the project docs as much as possible (and I think they've gotten a lot better!). One notable deficiency to me is that much of the protocol specifi…
aatxe updated
6 years ago
-
**Describe the bug**
Hi everyone, I've been trying to use the latest release of CollaboraOffice with Nextcloud integrations and have been having issues with using Zotero when trying to add references…
-
```
$ ./lurker.py irc.foonetic.net 6697 lurker lurker3 \#builds
loaded okay
autoloaded module: convo
autoloaded module: static
autoloaded module: alerts
autoloaded module: dice
autoloaded module: last…
-
To fully benefit from [labeled-response](https://ircv3.net/specs/extensions/labeled-response), we should provide an easy way for plugins to send a message and run code on a reply without manually mana…