about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
AgeCommit message (Collapse)AuthorFilesLines
2015-08-21Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-2/+2
2015-08-21weechat: help weechat find libiconv on darwinJude Taylor1-1/+4
2015-08-21weechat: 1.2 -> 1.3Moritz Ulrich1-2/+2
2015-07-31shout: init at 0.51.1Benjamin Staffin2-0/+5098
Shout is an IRC client with a nice web interface.
2015-07-30Merge branch 'quassel'Thomas Tuegel1-23/+32
2015-07-31Don't statically depend on cacert for certificatesEelco Dolstra1-3/+3
This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 and others. Managing certificates (including revoking certificates and adding custom certificates) becomes extremely painful if every package in the system potentially depends on a different copy of cacert. Also, it makes updating cacert rather expensive.
2015-07-27quassel: add optional KF5 featuresThomas Tuegel1-23/+32
Also fixes conditional dependencies so that TLS is enabled.
2015-07-23sic: init at 1.2Daniel Brockman1-0/+18
2015-07-05Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-3/+2
2015-07-05quassel: Add dependency on qca for cryptoWilliam A. Kennington III1-3/+2
2015-06-25darwin purity: weechatJude Taylor1-1/+2
2015-06-22hexchat: 2.9.6.1 -> 2.10.2Jascha Geerds1-4/+4
2015-06-22Add myself as maintainerJascha Geerds1-4/+4
2015-06-07weechat: update from 1.1.1 to 1.2, potentially fixes CVE-2012-6047, ↵Nixpkgs Monitor1-3/+3
CVE-2012-6554
2015-06-05cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III1-1/+1
2015-05-29Fix ca-bundle pathsWilliam A. Kennington III1-1/+1
2015-05-25irssi: add second download mirror because irrsi.org is offlinePeter Simons1-5/+7
(cherry picked from commit 79effb88a0d342ffc423b7044548c34c7f5c1aa4)
2015-05-10fix evals /cc @ttuegelDomen Kožar1-0/+3
2015-04-30irssi: Fix ncurses linkingWilliam A. Kennington III1-1/+1
2015-04-27quassel: 0.11.0 -> 0.12.2William A. Kennington III1-2/+2
2015-03-03weechat: extending expression with extraBuildInputsRok Garbas1-9/+7
make it easily possible to extend current buildInputs using override function. eg.: weechat.override { extraBuildInputs = [ pythonPackages.pync ]; } i've removed pync since its plugin dependency which can now be added via extraBuildInputs.
2015-02-21update various packages to use Qt 5.4Thomas Tuegel1-5/+8
2015-02-05weechat: update to 1.1.1Rok Garbas1-3/+3
2015-01-27Merge pull request #5989 from skityl/masterDomen Kožar1-2/+2
Updated version number
2015-01-26quassel: add Qt 5 versionThomas Tuegel1-8/+11
2015-01-27Bumped version of irssi-0.8.16 to irssi-0.8.17skityl1-2/+2
Signed-off-by: skityl <mopofhair@gmail.com>
2015-01-19Weechat: Update to 1.1.0.Moritz Ulrich1-3/+3
2014-12-10weechatDevel: removing itRok Garbas1-42/+0
2014-11-28weechat-dev: mark as brokenVladimír Čunát1-0/+1
Non-dev version is newer anyway.
2014-11-15kde4.konversation: update from 1.5 to 1.5.1Evgeny Egorochkin1-2/+2
2014-10-29Fix quassel sha256Jonathan Rudenberg1-1/+1
2014-10-27quassel: 0.10.0 -> 0.11.0William A. Kennington III1-4/+7
2014-10-25kde4.quasselWithoutKDE: update from 0.10.0 to 0.10.1Evgeny Egorochkin1-2/+2
2014-10-20chatzilla: Update to 0.9.91Eelco Dolstra1-2/+2
2014-10-20chatzilla: Use firefox instead of xulrunnerEelco Dolstra1-3/+3
Thanks to @nbp for pointing out that we don't need xulrunner anymore.
2014-10-07irssi: update from 0.8.15 to 0.8.16Aristid Breitkreuz1-2/+2
2014-10-01weechat: Update to 1.0.1.Moritz Ulrich1-2/+2
2014-08-15weechat: Bump to 1.0.Moritz Ulrich2-25/+2
A happy day for all weechat-users!
2014-08-04Merge remote-tracking branch 'origin/master' into staging.Peter Simons5-11/+15
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-08-03weechatDevel: update to latestRok Garbas1-2/+2
2014-07-28quassel: fix wrapper for all flag valuesEvgeny Egorochkin1-4/+9
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk4-5/+4
2014-07-14Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-2/+7
2014-07-10Merge pull request #3174 from pSub/dconf-issuelethalman1-2/+7
Fixed settings issue.
2014-07-03Fixed settings issue.Pascal Wittmann1-2/+7
The following warning was shown when I clicked on links: 'GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.'
2014-07-01Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2-20/+4
Conflicts: pkgs/servers/serfdom/default.nix
2014-07-01Update bipMichael Raskin2-20/+4
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-1/+1
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2014-06-02weechat: fix pythonpathJason "Don" O'Conal2-8/+8
2014-05-15weechat: do not hard code python prefixJason "Don" O'Conal2-2/+2