about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
AgeCommit message (Collapse)AuthorFilesLines
2021-10-13hexchat: 2.14.3 -> 2.16.0José Romildo1-8/+13
2021-10-05catgirl: fix path to openssl utility after configuringsternenseemann1-0/+10
catgirl wants to invoke the openssl utility at runtime and tries to obtain a path to the binary as OPENSSL_BIN. This uses pkg-config's exec_prefix which is not where binaries are installed in nixpkgs, sadly. There is (at least as far as I know) no more appropriate pkg-config variable unfortunately.
2021-09-27weechatScripts.zncplayback: init at 0.2.1Alyssa Ross2-0/+30
2021-09-21weechatScripts.edit: init at 1.0.2 (#135786)Jason Felice2-0/+32
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-19weechat: 3.2.1 -> 3.3Ashish SHUKLA1-11/+2
https://github.com/weechat/weechat/releases/tag/v3.3
2021-09-14tiny: enable desktop notifications on LinuxAlexander Sosedkin1-0/+2
The presence of the dbus dependency suggests the intention was to enable notifications support.
2021-09-04weechat: 3.2 -> 3.2.1Ashish SHUKLA1-2/+2
https://github.com/weechat/weechat/releases/tag/v3.2.1
2021-08-25weechatScripts.url_hint: init at 0.8Jason Felice2-0/+30
2021-08-17catgirl: 1.9 -> 1.9aAshish SHUKLA1-10/+3
2021-08-14catgirl: remove unnecessary `man` buildInputsternenseemann1-2/+2
2021-08-14catgirl: fix warnings related to flock not being definedsternenseemann1-1/+8
There were a few complaints about this, so ppl seem to care about C compiler's warnings.
2021-08-10catgirl: 1.8 -> 1.9sternenseemann1-2/+2
https://git.causal.agency/catgirl/tag/?h=1.9
2021-08-08Merge pull request #133160 from vyp/update-tinySandro2-10/+19
tiny: 0.8.0 -> 0.9.0
2021-08-09tiny: 0.8.0 -> 0.9.0xd1le2-10/+19
2021-07-29Merge pull request #130833 from stigtsp/package/convos-6.26Martin Weinelt1-2/+2
2021-07-20convos: 6.24 -> 6.26Stig Palmquist1-2/+2
2021-07-20Merge pull request #129359 from Stunkymonkey/app-networkingSandro4-10/+14
2021-07-20treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob1-2/+0
2021-07-19applications/networking: /s/name/pname&version/Felix Buehler3-4/+6
2021-07-14fish-irssi: use fetchFromGitHub and pname&versionFelix Buehler1-6/+8
2021-07-08Merge pull request #129186 from KenMacD/weechat-matrix-0.3.0Jörg Thalheim1-2/+2
weechat-matrix: 0.2.0 -> 0.3.0
2021-07-06weechatScripts.highmon: init at 2.7Gauvain 'GovanifY' Roussel-Tarbouriech2-0/+33
2021-07-03weechat-matrix: 0.2.0 -> 0.3.0Kenny MacDermid1-2/+2
2021-07-01weechatScripts.buffer_autoset: init at 1.2Gauvain 'GovanifY' Roussel-Tarbouriech2-0/+28
2021-06-30Merge pull request #128689 from GovanifY/weechat-goSandro2-0/+28
2021-06-30kirc: init at 0.2.7AndersonTorres1-0/+44
2021-06-30weechatScripts.weechat-go: init at 2.7Gauvain 'GovanifY' Roussel-Tarbouriech2-0/+28
2021-06-22weechat: fix build on darwinJason Felice1-0/+10
2021-06-16Merge pull request #126940 from SuperSandro2000/websocket_clientRobert Schütz1-1/+1
pythonPackages: websocket_client -> websocket-client
2021-06-15pythonPackages: websocket_client -> websocket-clientSandro Jäckel1-1/+1
2021-06-15convos: 6.11 -> 6.24Stig Palmquist1-2/+2
2021-06-13weechat: 3.1 -> 3.2Martin Weinelt1-2/+2
https://github.com/weechat/weechat/releases/tag/v3.2
2021-06-05senpai: init at 2021-05-27 (#125794)malte-v1-0/+37
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-31Merge pull request #124446 from mweinelt/weeslackMartin Weinelt4-46/+39
weechatScripts.wee-slack: 2.7.0 -> 2.8.0
2021-05-29catgirl: 1.7 -> 1.8xfnw1-2/+2
2021-05-26weechatScripts.wee-slack: 2.7.0 -> 2.8.0Martin Weinelt4-46/+39
https://github.com/wee-slack/wee-slack/releases/tag/v2.8.0
2021-05-26Merge pull request #124191 from Mic92/weechatLinus Heckemann1-0/+7
weechat: enable pie
2021-05-24weechatScripts.weechat-matrix: fix matrix_sso_helper pathRobert Gerus1-0/+1
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
2021-05-24weechat: enable pieJörg Thalheim1-0/+7
2021-05-12Merge branch 'staging-next' into stagingJan Tojnar1-4/+14
2021-05-11communi: partial fix for darwin appStéphan Kochen1-4/+14
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-04-27catgirl: 1.6 -> 1.7R. RyanTM1-2/+2
2021-04-19glowing-bear: 0.7.2 -> 0.9.0Aaron Bieber1-3/+3
2021-04-19Merge pull request #112883 from alyssais/weechat-matrixSandro1-5/+5
weechatScripts.weechat-matrix: make patchable
2021-04-14convos: 6.06 -> 6.11Zak B. Elep1-2/+2
2021-04-11irssi: 1.2.2 -> 1.2.3Thomas Gerbet1-10/+3
Release notes: https://github.com/irssi/irssi/releases/tag/1.2.3
2021-03-27Merge pull request #115159 from xfnw/masterSandro1-0/+23
2021-03-26catgirl: init at 1.6xfnw1-0/+23
2021-03-24weechat-notify-send: fixed meta.homepage mispellingkat witch1-1/+1