Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
matrix-org-irc
Advanced tools
This is a fork of node-irc, which is an IRC client library written in TypeScript for Node. This fork is used by the Matrix-IRC application service.
To use this package:
yarn add matrix-org-irc
node-irc
The node-irc
library isn't well maintained and there are a number of issues which are impacting development of the Matrix-IRC application service. We made the decision to fork the project in order to improve reliability of the application service. A summary of modifications from node-irc@0.3.12
are below:
== NICKLEN
.err_unavailresource
on connection with reserved nicks.names
support (incl. multi-prefix).@ > &
)setUserMode
to set a user's mode.encodingFallback
option which allows setting encoding to use for non-UTF-8 encoded messages.onNickConflict()
option which is called on err_nicknameinuse
. This function should return the next nick to try. The function defaults to suffixing monotonically increasing integers. Usage:
new Client("server.com", "MyNick", {
onNickConflict: function() {
return "_MyNick_";
}
});
FAQs
An IRC client library for node, written in Typescript.
The npm package matrix-org-irc receives a total of 54 weekly downloads. As such, matrix-org-irc popularity was classified as not popular.
We found that matrix-org-irc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.