summary refs log tree commit diff
path: root/pkgs/servers/xmpp
Commit message (Collapse)AuthorAge
* ejabberd: 23.01 → 23.10toastal2023-11-15
|
* Merge pull request #230650 from e1mo/ejabberd-awkArtturi2023-11-10
|\
| * ejabberd: Add awk to ejabberdctl pathMoritz 'e1mo' Fromm2023-05-08
| | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #256738 from toastal/prosody-libevent-deprecatedAaron Andersen2023-11-05
|\ \ | | | | | | prosody: remove deprecated libevent
| * | prosody: use default network, remove libevent, config deprecatedtoastal2023-10-15
| | | | | | | | | | | | | | | | | | | | | | | | `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.
* | | treewide: update globin's maintainershipRobin Gloster2023-10-24
| | |
* | | prosody: fix crossAlyssa Ross2023-10-02
|/ /
* | treewide: use sri hash (#256481)Aaron Jheng2023-09-21
| |
* | prosody: 0.12.3 → 0.12.4toastal2023-09-06
|/
* ejabberd: 21.04 -> 23.01Jörg Thalheim2023-04-19
|
* prosody: 0.12.1 → 0.12.3toastal2023-03-26
| | | | | 0.12.1 Released: 2022-06-09 0.12.3 Released: 2023-02-21
* prosody: 0.12.0 -> 0.12.1Izorkin2022-08-22
|
* treewide: remove myself as maintainer from some pkgsFranz Pletz2022-08-03
| | | | | Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
* prosody: remove ninjatrappeur from maintainersFélix Baylac-Jacqué2022-05-02
| | | | I give up on that one.
* prosody: 0.11.13 -> 0.12.0Félix Baylac-Jacqué2022-05-02
| | | | | | | | | | | | | | | 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.
* Merge master into staging-nextgithub-actions[bot]2022-04-03
|\
| * openfire: remove after being marked broken for over two yearsajs1242022-04-03
| | | | | | | | It was marked in commit 567c1a360f1f3b531847432e734e6f7e6eec41a5 by Michael Raskin on 2017-01-04 (commited on 2017-01-04)
* | Merge remote-tracking branch 'origin/staging-next' into stagingzowoq2022-03-16
|\| | | | | | | | | Conflicts: pkgs/development/python-modules/symengine/default.nix
| * nixos/tests/prosody: return prosody-mysql testIzorkin2022-02-18
| |
| * prosody: 0.11.12 -> 0.11.13Izorkin2022-02-18
| |
* | Revert "prosody: work around makeWrapper bug"arcnmx2022-02-20
|/ | | | This reverts commit 16d0b4a69f94adb523da8732b231b0d1738bd713.
* prosody: optional luaEnv customizationarcnmx2022-02-11
| | | | | This allows an override to add dependencies in the way that `withExtraLibs` enabled in the past.
* prosody: work around makeWrapper bugarcnmx2022-02-11
| | | | | This seems to have been caused by #128503, because the values to be prefixed contain special/wildcard characters.
* prosody: set lua env in wrapperarcnmx2022-02-11
| | | | This seems to be fallout from #136615
* prosody: remove outdated passthrough test referenceFélix Baylac-Jacqué2022-01-15
| | | | | | 4369bebd9a32658ded22b580886587cdc577a29d removed the prosody-mysql test. We forgot to remove the associated passthru test entry in the prosody derivation.
* prosody: 0.11.10 -> 0.11.12Andreas Rammhold2022-01-14
| | | | | | This fixes CVE-2022-0217 [0]. [0] https://prosody.im/security/advisory_20220113/
* prosody-filer: init at unstable-2021-05-24Nikolay Amiantov2022-01-11
| | | | | | Using unstable version because the release happened more than a year ago, and since then several important fixes have been introduced, including security ones.
* Apply suggestions from code reviewMatthieu Coudron2021-09-12
| | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* prosody: simplify lua aspectsMatthieu Coudron2021-09-12
|
* prosody: 0.11.9 -> 0.11.10ajs1242021-08-06
| | | | | | fix CVE-2021-37601 annoucement: https://blog.prosody.im/prosody-0.11.10-released/
* ejabberd: remove phasesFelix Buehler2021-07-22
|
* Merge pull request #122569 from Izorkin/update-ejabberdJörg Thalheim2021-07-01
|\ | | | | ejabberd: 20.12 -> 21.04
| * ejabberd: drop riak supportJörg Thalheim2021-07-01
| | | | | | | | riak project is dead.
| * ejabberd: drop broken elixir supportJörg Thalheim2021-07-01
| |
| * ejabberd: 20.12 -> 21.04Izorkin2021-05-11
| |
* | prosody: 0.11.8 -> 0.11.9Andreas Rammhold2021-05-13
|/ | | | | | | | | 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/
* biboumi: format, remove unused inputSandro Jäckel2021-03-08
|
* prosody: 0.11.7 -> 0.11.8Félix Baylac-Jacqué2021-02-26
| | | | | | 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.
* Merge master into staging-nextFrederik Rietdijk2021-02-26
|\
| * biboumi: 8.5 -> 9.0Julien Moutinho2021-02-25
| |
| * python3.pkgs.xmpppy: remove + dependent packagesJörg Thalheim2021-02-22
| |
* | treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|/
* ejabberd: remove myself as maintainerajs1242021-01-27
|
* ejabberd: 20.03 -> 20.12Jörg Thalheim2021-01-27
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|