about summary refs log tree commit diff
path: root/pkgs/servers/xmpp
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm3-0/+3
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-02-01prosody: add toastal as a maintainertoastal1-1/+1
no one else is listed, so may as well
2024-02-01prosody: bump community modules for 0.12.4toastal1-2/+2
These are several months out of date & missing some new modules
2023-11-15ejabberd: 23.01 → 23.10toastal1-4/+17
2023-11-10Merge pull request #230650 from e1mo/ejabberd-awkArtturi1-1/+2
2023-11-05Merge pull request #256738 from toastal/prosody-libevent-deprecatedAaron Andersen1-2/+0
prosody: remove deprecated libevent
2023-10-24treewide: update globin's maintainershipRobin Gloster1-1/+1
2023-10-15prosody: use default network, remove libevent, config deprecatedtoastal1-2/+0
`use_libevent` config option has been deprecated as there are 3 networking back-ends (see: https://prosody.im/doc/network_backend). It is probably unwise to stray from the defaults (epoll). Review instructed to flat-out remove it versus previously making it opt-in.
2023-10-02prosody: fix crossAlyssa Ross1-1/+5
2023-09-21treewide: use sri hash (#256481)Aaron Jheng1-5/+5
2023-09-06prosody: 0.12.3 → 0.12.4toastal1-4/+4
2023-05-08ejabberd: Add awk to ejabberdctl pathMoritz 'e1mo' Fromm1-1/+2
ejabberdctl requires awk[^1], but it currently is not present in NixOS, sometimes showing up as a warning/error in the logs: ``` /nix/store/jgl7b43di9qgrarirwsl1f7a1ngl8cd5-ejabberd-23.01/bin/ejabberdctl: line 219: awk: command not found ``` [^1]: https://github.com/processone/ejabberd/blob/dd2efc360b7f6371f870c56a1cf8c4a6c50b87df/ejabberdctl.template#L218
2023-04-19ejabberd: 21.04 -> 23.01Jörg Thalheim1-33/+34
2023-03-26prosody: 0.12.1 → 0.12.3toastal1-4/+4
0.12.1 Released: 2022-06-09 0.12.3 Released: 2023-02-21
2022-08-22prosody: 0.12.0 -> 0.12.1Izorkin1-4/+4
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2022-05-02prosody: remove ninjatrappeur from maintainersFélix Baylac-Jacqué1-1/+1
I give up on that one.
2022-05-02prosody: 0.11.13 -> 0.12.0Félix Baylac-Jacqué1-21/+8
See https://blog.prosody.im/prosody-0.12.0-released for more informations. We remove the various lua wrappers introduced by 6799a9184336146467eb71298d6b18ba7f45e0dc and 16d0b4a69f94adb523da8732b231b0d1738bd713. It seems like we don't need them anymore. I'm not brave enough to dig into the Lua machinery to see what resolved that. Sorry, you'll have to trust me on that one. We should probably think about the migration from http_upload to http_file_share for the NixOS module. It's not trivial, we need to make sure we don't break the already uploaded URLs.
2022-04-03Merge master into staging-nextgithub-actions[bot]1-31/+0
2022-04-03openfire: remove after being marked broken for over two yearsajs1241-31/+0
It was marked in commit 567c1a360f1f3b531847432e734e6f7e6eec41a5 by Michael Raskin on 2017-01-04 (commited on 2017-01-04)
2022-03-16Merge remote-tracking branch 'origin/staging-next' into stagingzowoq1-9/+5
Conflicts: pkgs/development/python-modules/symengine/default.nix
2022-02-20Revert "prosody: work around makeWrapper bug"arcnmx1-6/+6
This reverts commit 16d0b4a69f94adb523da8732b231b0d1738bd713.
2022-02-18nixos/tests/prosody: return prosody-mysql testIzorkin1-3/+1
2022-02-18prosody: 0.11.12 -> 0.11.13Izorkin1-6/+4
2022-02-11prosody: optional luaEnv customizationarcnmx1-0/+2
This allows an override to add dependencies in the way that `withExtraLibs` enabled in the past.
2022-02-11prosody: work around makeWrapper bugarcnmx1-6/+6
This seems to have been caused by #128503, because the values to be prefixed contain special/wildcard characters.
2022-02-11prosody: set lua env in wrapperarcnmx1-6/+9
This seems to be fallout from #136615
2022-01-15prosody: remove outdated passthrough test referenceFélix Baylac-Jacqué1-1/+0
4369bebd9a32658ded22b580886587cdc577a29d removed the prosody-mysql test. We forgot to remove the associated passthru test entry in the prosody derivation.
2022-01-14prosody: 0.11.10 -> 0.11.12Andreas Rammhold1-4/+4
This fixes CVE-2022-0217 [0]. [0] https://prosody.im/security/advisory_20220113/
2022-01-11prosody-filer: init at unstable-2021-05-24Nikolay Amiantov1-0/+25
Using unstable version because the release happened more than a year ago, and since then several important fixes have been introduced, including security ones.
2021-09-12Apply suggestions from code reviewMatthieu Coudron1-2/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12prosody: simplify lua aspectsMatthieu Coudron1-14/+15
2021-08-06prosody: 0.11.9 -> 0.11.10ajs1241-4/+4
fix CVE-2021-37601 annoucement: https://blog.prosody.im/prosody-0.11.10-released/
2021-07-22ejabberd: remove phasesFelix Buehler1-2/+0
2021-07-01Merge pull request #122569 from Izorkin/update-ejabberdJörg Thalheim1-15/+7
ejabberd: 20.12 -> 21.04
2021-07-01ejabberd: drop riak supportJörg Thalheim1-2/+0
riak project is dead.
2021-07-01ejabberd: drop broken elixir supportJörg Thalheim1-10/+4
2021-05-13prosody: 0.11.8 -> 0.11.9Andreas Rammhold1-4/+4
The prosody project has issues a new [release] and published security [advisory] for CVE-2021-32918, CVE-2021-32920, CVE-2021-32921, CVE-2021-32917 and CVE-2021-32919. [advisory]: https://prosody.im/security/advisory_20210512/ [release]: https://blog.prosody.im/prosody-0.11.9-released/
2021-05-11ejabberd: 20.12 -> 21.04Izorkin1-3/+3
2021-03-08biboumi: format, remove unused inputSandro Jäckel1-11/+12
2021-02-26prosody: 0.11.7 -> 0.11.8Félix Baylac-Jacqué1-4/+4
It's a minor release, there's no major improvement/breaking change. See https://blog.prosody.im/prosody-0.11.8-released/ for the full changelog.
2021-02-26Merge master into staging-nextFrederik Rietdijk3-84/+5
2021-02-25biboumi: 8.5 -> 9.0Julien Moutinho1-4/+5
2021-02-22python3.pkgs.xmpppy: remove + dependent packagesJörg Thalheim2-80/+0
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-2/+2
2021-01-27ejabberd: remove myself as maintainerajs1241-1/+1
2021-01-27ejabberd: 20.03 -> 20.12Jörg Thalheim1-3/+3
2021-01-20treewide: editorconfig fixeszowoq1-5/+5
- remove trailing whitespace - use spaces for indentation
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob3-5/+5