about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
AgeCommit message (Collapse)AuthorFilesLines
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-14Merge pull request #311493 from xfnw/catgirl-2.2aFranz Pletz1-2/+2
catgirl: 2.2 -> 2.2a
2024-05-13catgirl: 2.2 -> 2.2axfnw1-2/+2
https://git.causal.agency/catgirl/tag/?h=2.2a
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-1/+1
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-10Merge pull request #310376 from wineee/srainrewine1-4/+4
srain: 1.6.0 -> 1.7.0
2024-05-10srain: 1.6.0 -> 1.7.0rewine1-4/+4
2024-05-07ircdog: 0.5.2 -> 0.5.3R. Ryantm1-2/+2
2024-04-28Merge branch 'master' into staging-nextWeijia Wang1-1/+1
2024-04-27maintainers: remove delrothPierre Bourdon1-1/+1
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-4/+2
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-04-17treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessarySandro Jäckel1-2/+2
2024-04-07weechat: 4.2.1 -> 4.2.2Alexis Hildebrandt1-2/+2
2024-03-29halloy: migrate to pkgs/by-nameJeremy Baxter2-5039/+0
2024-03-25Merge pull request #269310 from ↵Felix Bühler1-3/+3
Stunkymonkey/thelounge-migrate-prefetch-yarn-deps thelounge: migrate to prefetch-yarn-deps
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm10-0/+10
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-10halloy: 2024.2 -> 2024.3R. Ryantm1-2/+2
2024-03-07Merge pull request #291140 from r-ryantm/auto-update/weechatScripts.wee-slackWeijia Wang1-2/+2
weechatScripts.wee-slack: 2.10.1 -> 2.10.2
2024-03-07Merge pull request #293518 from r-ryantm/auto-update/halloyWeijia Wang1-2/+2
halloy: 2024.1 -> 2024.2
2024-03-06halloy: fix darwin -> add build dependency `Cocoa`a-kenji1-0/+1
2024-03-05halloy: run under wayland, if availablea-kenji1-0/+9
Allows halloy to use it's wayland backend, if available.
2024-03-05halloy: 2024.1 -> 2024.2R. Ryantm1-2/+2
2024-02-27srain: 1.5.1 -> 1.6.0rewine1-2/+4
2024-02-24weechatScripts.wee-slack: 2.10.1 -> 2.10.2R. Ryantm1-2/+2
2024-02-18bip: drop blanket -WerrorSergei Trofimovich1-6/+10
Without the change the build fails on `master` as https://hydra.nixos.org/build/249146359: In function 'array_count', inlined from 'irc_line_free' at line.c:220:18: util.h:206:17: error: null pointer dereference [-Werror=null-dereference] 206 | return a->elemc; | ~^~~~~~~ Instead of disabling another warning let's drop blanket `-Werror`. While at it enabled parallel builds by default.
2024-02-13halloy: 2023.5 -> 2024.1Fabian Affolter2-427/+950
Diff: https://github.com/squidowl/halloy/compare/refs/tags/2023.5...2024.1 Changelog: https://github.com/squidowl/halloy/blob/2024.1/CHANGELOG.md
2024-02-08hexchat: 2.16.1 -> 2.16.2R. Ryantm1-2/+2
2024-02-07halloy: set `meta.mainProgram`a-kenji1-0/+1
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-21Merge pull request #278431 from ↵Weijia Wang1-2/+2
r-ryantm/auto-update/weechatScripts.weechat-notify-send weechatScripts.weechat-notify-send: 0.9 -> 0.10
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-16Merge pull request #281311 from r-ryantm/auto-update/ircdogMartin Weinelt1-2/+2
ircdog: 0.5.1 -> 0.5.2
2024-01-16ircdog: 0.5.1 -> 0.5.2R. Ryantm1-2/+2
2024-01-15senpai: 0.2.0 -> 0.3.0Adam Stephens2-4/+94
Changelog: https://git.sr.ht/~delthas/senpai/refs/v0.3.0
2024-01-05Merge pull request #271248 from Aleksanaa/bipWeijia Wang1-33/+21
bip: 0.8.9 -> 0.9.3
2024-01-03weechatScripts.weechat-notify-send: 0.9 -> 0.10R. Ryantm1-2/+2
2024-01-02tiny: 0.11.0 -> 0.12.0Mario Rodas1-11/+10
Diff: https://github.com/osa1/tiny/compare/v0.11.0...v0.12.0 Changelog: https://github.com/osa1/tiny/blob/v0.12.0/CHANGELOG.md
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-12-01bip: 0.8.9 -> 0.9.3aleksana1-33/+21
2023-11-22thelounge: migrate to prefetch-yarn-depsFelix Buehler1-3/+3
2023-11-22convos: 7.02 -> 8.05Zak B. Elep1-7/+9
2023-11-19halloy: 2023.4 -> 2023.5Fabian Affolter2-3/+570
Diff: https://github.com/squidowl/halloy/compare/refs/tags/2023.4...2023.5 Changelog: https://github.com/squidowl/halloy/blob/2023.5/CHANGELOG.md
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel2-2/+2
Using the script in maintainers/scripts/update-redirected-urls.sh
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-10-06quassel: add ldap support for coreMax Audron1-2/+3
allows using ldap as an authentication backend for the core.