about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat
AgeCommit message (Collapse)AuthorFilesLines
11 daysweechat: 4.3.2 -> 4.3.3Alexis Hildebrandt1-2/+2
Release notes: https://github.com/weechat/weechat/releases/tag/v4.3.3
2024-06-15treewide: remove myself from packages I don’t useEmily2-2/+2
I’ve had an extended absence from Nix work and no longer actively use a bunch of packages I used to maintain, so remove myself as a maintainer from things I can’t usefully review/test changes for as I ease back into things. This does unfortunately leave a few packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`, and `python3Packages.jsonmerge`).
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt3-3/+3
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt5-5/+5
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-07weechat: 4.3.1 -> 4.3.2Alexis Hildebrandt1-2/+2
2024-05-31weechat: 4.3.0 -> 4.3.1Alexis Hildebrandt1-2/+2
2024-05-28weechat: 4.2.2 -> 4.3.0Sergei Trofimovich1-4/+4
Changes: https://weechat.org/files/doc/weechat/ChangeLog-4.3.0.html
2024-05-22Merge pull request #308652 from bwkam/fix-matrix_upload-weechatJörg Thalheim1-4/+5
weechat-matrix: substitute matrix_upload
2024-05-15weechatScripts.autosort: init at 3.10Florian Klink2-0/+31
This provides autosort, which automatically keeps buffers sorted and grouped by server.
2024-05-03weechat-matrix: change --replace to --replace-failbwkam1-5/+5
2024-05-03weechat-matrix: substitute matrix_upload with the right nix store pathbwkam1-0/+1
2024-04-07weechat: 4.2.1 -> 4.2.2Alexis Hildebrandt1-2/+2
2024-02-24weechatScripts.wee-slack: 2.10.1 -> 2.10.2R. Ryantm1-2/+2
2024-01-23weechat-unwrapped: 4.2.0 -> 4.2.1Sergei Trofimovich1-2/+2
Changes: https://weechat.org/files/releasenotes/ReleaseNotes-devel.html#v4.2.1
2024-01-21weechat-unwrapped: 4.1.3 -> 4.2.0Naïm Favier1-2/+2
https://github.com/weechat/weechat/releases/tag/v4.2.0
2024-01-21Merge pull request #282431 from trofi/weechat-unwrapped-updateNaïm Favier1-2/+2
weechat-unwrapped: 4.1.2 -> 4.1.3
2024-01-20weechat-unwrapped: 4.1.2 -> 4.1.3Sergei Trofimovich1-2/+2
Changes: https://weechat.org/files/doc/weechat/ReleaseNotes-4.1.3.html
2024-01-03weechatScripts.weechat-notify-send: 0.9 -> 0.10R. Ryantm1-2/+2
2023-12-04weechat-unwrapped: 4.1.1 -> 4.1.2Sergei Trofimovich1-2/+2
Changes: https://weechat.org/files/doc/weechat/ChangeLog-4.1.2.html
2023-10-27weechat: 4.1.0 -> 4.1.1Alexis Hildebrandt1-4/+4
2023-10-24Merge pull request #261174 from ncfavier/weechatNaïm Favier2-2/+17
weechat: 4.0.5 -> 4.1.0
2023-10-24weechat: 4.0.5 -> 4.1.0Naïm Favier2-2/+17
https://github.com/weechat/weechat/releases/tag/v4.1.0
2023-10-22weechatScripts.weechat-matrix: Fix compatibility with matrix-nio 0.21Rob1-4/+13
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
2023-09-25Merge pull request #256871 from Mic92/wee-slackWilliButz1-2/+2
weechatScripts.wee-slack: 2.10.0 -> 2.10.1
2023-09-24weechat: 4.0.4 -> 4.0.5Naïm Favier1-2/+2
https://github.com/weechat/weechat/releases/tag/v4.0.5
2023-09-23weechatScripts.wee-slack: 2.10.0 -> 2.10.1Jörg Thalheim1-2/+2
Diff: https://github.com/wee-slack/wee-slack/compare/v2.10.0...v2.10.1
2023-08-25weechatScripts.wee-slack: 2.9.1 -> 2.10.0Jörg Thalheim1-2/+2
Diff: https://github.com/wee-slack/wee-slack/compare/v2.9.1...v2.10.0
2023-08-22weechat-unwrapped: 4.0.3 -> 4.0.4Naïm Favier1-10/+3
https://github.com/weechat/weechat/releases/tag/v4.0.4
2023-08-21weechat-unwrapped: patch for perl 5.38 locale issuesarcnmx1-1/+8
2023-08-08weechat: 4.0.2 -> 4.0.3Naïm Favier1-2/+2
https://github.com/weechat/weechat/releases/tag/v4.0.3
2023-08-01weechat: set mainProgramAnselm Schüler1-0/+1
2023-07-14Merge pull request #242645 from Mic92/multilineJörg Thalheim1-3/+3
weechatScripts.multiline: 0.6.3 -> 0.6.4
2023-07-12weechat: 4.0.1 -> 4.0.2Alexis Hildebrandt1-2/+3
2023-07-10weechatScripts.multiline: 0.6.3 -> 0.6.4Jörg Thalheim1-3/+3
2023-06-30Merge pull request #240788 from ncfavier/weechatNaïm Favier1-2/+2
weechat-unwrapped: 4.0.0 -> 4.0.1
2023-06-30weechat-unwrapped: 4.0.0 -> 4.0.1Naïm Favier1-2/+2
https://github.com/weechat/weechat/releases/tag/v4.0.1
2023-06-26weechat-unwrapped: fix build with missing featuresNaïm Favier1-0/+1
All plugins are required to build documentation. If you really want to build incomplete docs, enable this option: -DENABLE_DOC_INCOMPLETE=ON
2023-06-25weechat: 3.8 -> 4.0.0Naïm Favier1-4/+4
https://github.com/weechat/weechat/releases/tag/v4.0.0
2023-04-20weechatScripts.wee-slack: 2.9.0 -> 2.9.1Jörg Thalheim1-2/+2
Diff: https://github.com/wee-slack/wee-slack/compare/v2.9.0...v2.9.1
2023-03-03weechatScripts.weechat-matrix: Require matrix-nio[e2e]Martin Weinelt1-1/+1
2023-02-23Merge staging-next into staginggithub-actions[bot]1-1/+1
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-19python310Packages.logbook: Normalize attribute, pname, dirnameMartin Weinelt1-2/+2
2023-01-08weechat: 3.7.1 -> 3.8Naïm Favier1-2/+2
https://github.com/weechat/weechat/releases/tag/v3.8
2022-10-22Merge master into staging-nextgithub-actions[bot]1-2/+2
2022-10-21weechat: 3.7 -> 3.7.1Naïm Favier1-2/+2
https://github.com/weechat/weechat/releases/tag/v3.7.1
2022-10-16Merge master into staging-nextgithub-actions[bot]1-0/+2
2022-10-16weechatScripts.matrix: fix buildJörg Thalheim1-0/+2
2022-10-11weechat: re-enable docsNaïm Favier1-1/+1
The doc build was failing because of an unpatched `/usr/bin/env` shebang in the `pygments.rb` gem, and weechat uses asciidoctor with the pygments highlighter. Adding `python3` to `pygments.rb`'s `buildInputs` fixes it.
2022-10-09weechat: add PHP supportNaïm Favier2-8/+21
Add PHP support, but do not include it in the wrapper by default, because - it doesn't build on Darwin, - it doubles the closure size, - there are no official scripts written in PHP, - it's probably broken: the [example PHP script](https://weechat.org/files/doc/stable/weechat_scripting.en.html#register_function) from the manual fails to load. Enable build-time tests (except on Darwin as they don't build). Remove `-DENABLE_JAVASCRIPT=OFF`, which was made the default upstream [a long time ago](https://github.com/weechat/weechat/commit/340d6646a6371e2f224d392c9b1b44c8a20b5074). Add myself as a maintainer.