weechatRN icon indicating copy to clipboard operation
weechatRN copied to clipboard

Weechat relay client for iOS using websockets

Results 11 weechatRN issues
Sort by recently updated
recently updated
newest added

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.37. Release notes Sourced from ua-parser-js's releases. v0.7.37 Version 0.7.37 Fix misidentified WebView token as device model Increase UA_MAX_LENGTH to 500 Add new browser: Alipay,...

dependencies

This is because ` _buffer_line_added` is sent for *all* open buffers in weechat (via wee-slack). Until all these messages are processed, the UI is very sluggish. We only care about...

This was added to weechat-android and it's a bit more intuitive than tab completion on mobile.

New for 2.9 will be a `handshake` command that can be used before `init` to exchange a nonce for more secure password handling. This would need to be implemented in...

Right now, weechatRN is hard-coded with a path of `/weechat`. This should be configurable.