summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat/scripts
Commit message (Collapse)AuthorAge
* weechatScripts.weechat-matrix: Fix compatibility with matrix-nio 0.21Rob2023-10-22
| | | | | | weechat-matrix script crashes at load time due to changes in matrix-nio. Patching 'matrix/config.py' from this commit fixes it: https://github.com/poljar/weechat-matrix/commit/feae9fda26ea9de98da9cd6733980a203115537e
* weechatScripts.wee-slack: 2.10.0 -> 2.10.1Jörg Thalheim2023-09-23
| | | | Diff: https://github.com/wee-slack/wee-slack/compare/v2.10.0...v2.10.1
* weechatScripts.wee-slack: 2.9.1 -> 2.10.0Jörg Thalheim2023-08-25
| | | | Diff: https://github.com/wee-slack/wee-slack/compare/v2.9.1...v2.10.0
* weechatScripts.multiline: 0.6.3 -> 0.6.4Jörg Thalheim2023-07-10
|
* weechatScripts.wee-slack: 2.9.0 -> 2.9.1Jörg Thalheim2023-04-20
| | | | Diff: https://github.com/wee-slack/wee-slack/compare/v2.9.0...v2.9.1
* weechatScripts.weechat-matrix: Require matrix-nio[e2e]Martin Weinelt2023-03-03
|
* python310Packages.logbook: Normalize attribute, pname, dirnameMartin Weinelt2023-02-19
|
* weechatScripts.matrix: fix buildJörg Thalheim2022-10-16
|
* weechatScripts.wee-slack: 2.8.0 -> 2.9.0WilliButz2022-09-20
| | | | https://github.com/wee-slack/wee-slack/releases/tag/v2.9.0
* Merge pull request #181444 from flokli/weechat-autosort-3.9Florian Klink2022-07-22
|\ | | | | weechatScripts.weechat-autosort: add to maintainers, 3.8 -> 3.9
| * weechatScripts.weechat-autosort: set license to gpl3PlusFlorian Klink2022-07-22
| |
| * weechatScripts.weechat-autosort: 3.8 -> 3.9Florian Klink2022-07-14
| |
| * weechatScripts.weechat-autosort: add myself to maintainersFlorian Klink2022-07-14
| |
* | Update pkgs/applications/networking/irc/weechat/scripts/weechat-grep/default.nixFlorian Klink2022-07-22
| | | | | | Co-authored-by: Moritz Böhme <mail@moritzboeh.me>
* | weechatScripts.weechat-grep: init at 0.8.5Florian Klink2022-07-14
|/
* weechat-matrix: fix startup crashProfpatsch2022-06-27
| | | | | | Python 3.10 has a bug in its SSL module. Fixes: https://github.com/NixOS/nixpkgs/issues/178540
* python310Packages.python-magic: normalise attrSandro Jäckel2022-05-07
|
* weechat-otr: Fix build and knownVulnerabilitiesAlvar Penning2022-04-09
| | | | | | | | | | | | | | | | | | | First, this closes #167972 by explicitly disabling Python tests for the backported pycrypto library. Those tests were written for Python 2 only. Furthermore, the meta.knownVulnerabilities attribute was added as the last weechat-otr upstream release was in 2018-03 [0] and the backported Debian package of pycrypto is from 2020-04 [1]. As there are no known vulnerabilities for weechat-otr itself, pycrypto "is unmaintained, obsolete, and contains security vulnerabilities" [2]. Even with Debian's patches, this is no good situation. As weechat-otr being a security and privacy related software, it should be made obvious, that its code base is old and unmaintained. [0] https://github.com/mmb/weechat-otr/releases/tag/v1.9.2 [1] https://salsa.debian.org/sramacher/python-crypto/-/tags/debian%2F2.6.1-13.1 [2] https://www.pycrypto.org/
* weechatScripts.zncplayback: init at 0.2.1Alyssa Ross2021-09-27
|
* weechatScripts.edit: init at 1.0.2 (#135786)Jason Felice2021-09-21
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* weechatScripts.url_hint: init at 0.8Jason Felice2021-08-25
|
* applications/networking: /s/name/pname&version/Felix Buehler2021-07-19
|
* Merge pull request #129186 from KenMacD/weechat-matrix-0.3.0Jörg Thalheim2021-07-08
|\ | | | | weechat-matrix: 0.2.0 -> 0.3.0
| * weechat-matrix: 0.2.0 -> 0.3.0Kenny MacDermid2021-07-03
| |
* | weechatScripts.highmon: init at 2.7Gauvain 'GovanifY' Roussel-Tarbouriech2021-07-06
| |
* | weechatScripts.buffer_autoset: init at 1.2Gauvain 'GovanifY' Roussel-Tarbouriech2021-07-01
|/
* weechatScripts.weechat-go: init at 2.7Gauvain 'GovanifY' Roussel-Tarbouriech2021-06-30
|
* pythonPackages: websocket_client -> websocket-clientSandro Jäckel2021-06-15
|
* weechatScripts.wee-slack: 2.7.0 -> 2.8.0Martin Weinelt2021-05-26
| | | | https://github.com/wee-slack/wee-slack/releases/tag/v2.8.0
* weechatScripts.weechat-matrix: fix matrix_sso_helper pathRobert Gerus2021-05-24
| | | | | | | | | | | | server.py tries to launch a matrix_sso_helper binary when connecting to a homeserver that uses some SSO mechanism instead of plain login and password, but doesn't have $out/bin in $PATH. Using substituteInPlace to patch server.py so that the helper process is started by using its actual filesystem location instead of relying on $PATH. Fixes: https://github.com/NixOS/nixpkgs/issues/124186
* Merge pull request #112883 from alyssais/weechat-matrixSandro2021-04-19
|\ | | | | weechatScripts.weechat-matrix: make patchable
| * weechatScripts.weechat-matrix: make patchableAlyssa Ross2021-02-11
| | | | | | | | | | If an overlay adds patches, they wouldn't be applied because we were copying from directory out of src.
* | weechat-notify-send: fixed meta.homepage mispellingkat witch2021-03-24
| |
* | weechatScripts.wee-slack: 2.6.0 -> 2.7.0Jörg Thalheim2021-02-24
| |
* | weechatScripts.multiline: init at 0.6.3Alvar Penning2021-02-17
|/
* weechatScripts.weechat-matrix: fix PYTHONPATHAlyssa Ross2021-02-02
| | | | | | | | | | | | | matrix.py tries to import its dependencies, and its own code from $out/${python.sitePackages}, and neither of these worked because nothing was telling Python where to load that stuff from. Using patchPythonScript made it so matrix.py could find its dependencies, but it still wasn't able to find its own code, so that had to be added to program_PYTHONPATH beforehand so patchPythonScript would include it as well. Fixes: https://github.com/NixOS/nixpkgs/issues/89499
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* weechatScripts.colorize_nicks: init at 27Alyssa Ross2020-12-09
|
* Merge pull request #87640 from emilazy/weechat-matrix-0.2.0Ryan Mulligan2020-11-23
|\ | | | | weechat-matrix: 0.1.0 -> 0.2.0
| * weechat-matrix: 0.1.0 -> 0.2.0Emily2020-05-12
| |
* | Merge pull request #82814 from tobim/init/weechat-notify-sendLassulus2020-08-24
|\ \ | | | | | | weechat-notify-send: init at 0.9
| * | weechat-notify-send: init at 0.9Tobias Mayer2020-08-16
| | |
* | | maintainers: rename geistesk to oxziAlvar Penning2020-08-15
| | | | | | | | | | | | | | | For reasons I have renamed my GitHub account and would like to include this name change here.
* | | weechat*: remove myself as maintainerMaximilian Bosch2020-07-20
| | | | | | | | | | | | I don't use this anymore, so I don't bring any value here.
* | | weechatScripts.weechat-otr: fix pycrypto buildJörg Thalheim2020-07-06
| | |
* | | weechatScripts.wee-slack: 2.5.0 -> 2.6.0Jörg Thalheim2020-05-09
| |/ |/|
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | python3Packages.weechat-matrix: unstable-2020-01-21 -> 0.1.0Tony Olagbaiye2020-04-02
| |
* | weechatScripts.wee-slack: 2.4.0 -> 2.5.0Benjamin Esham2020-03-25
|/ | | | | | | | wee-slack now (optionally) depends on a data file called weemoji.json that allows it to translate between Slack emoji names (like "slight_smile") and Unicode codepoints. For convenience, the derivation now installs this file and patches the script so that the user doesn't need to do any extra configuration to use it.