- 18 Dec, 2019 1 commit
-
-
Matthias Wimmer authored
Fix buid errors for PostgreSQL support
-
- 03 Nov, 2019 2 commits
-
-
Frédéric Fauberteau authored
NetBSD does not install PostgreSQL headers in a postgresql directory but it is not a common case. The previous commit removed this directory.
-
Frédéric Fauberteau authored
-
- 01 Nov, 2019 1 commit
-
-
Matthias Wimmer authored
Add support for several BSD OS
-
- 29 Oct, 2019 1 commit
-
-
Frédéric Fauberteau authored
Neither NetBSD nor FreeBSD implement reentrant functions of rand48 family (and probably neither OpenBSD nor DragonFlyBSD). This patch replaces lrand48_r(3) by rand_r(3).
-
- 29 Sep, 2019 6 commits
-
-
Matthias Wimmer authored
The goal is to isolate code modules more from each other and to have less recompilation in case of changes in headers.
-
Matthias Wimmer authored
-
Matthias Wimmer authored
-
Matthias Wimmer authored
-
Matthias Wimmer authored
-
Matthias Wimmer authored
There was CRC32 code in the library, but it was only used at one place. So to reduce the size of the common library code, I moved CRC32 to the point where it is used.
-
- 27 Sep, 2019 2 commits
-
-
Matthias Wimmer authored
Fixes for gcc 8.3.0 See merge request !2
-
Matthias Wimmer authored
-
- 08 Sep, 2019 1 commit
-
-
Matthias Wimmer authored
-
- 07 Sep, 2019 6 commits
-
-
Matthias Wimmer authored
-
Matthias Wimmer authored
-
Matthias Wimmer authored
-
Matthias Wimmer authored
This is present since C++11. No need anymore for switching between different implementations.
-
Matthias Wimmer authored
-
Matthias Wimmer authored
-
- 24 Jun, 2019 1 commit
-
-
Matthias Wimmer authored
I'm working on creating header files with a structure that matches the individual code modules.
-
- 23 Jun, 2019 3 commits
-
-
Matthias Wimmer authored
Make `pmalloc` internal so that users always have to call `pmalloco`.
-
Matthias Wimmer authored
Allows to remove some legacy IPv4 only code.
-
Matthias Wimmer authored
-
- 22 Jun, 2019 1 commit
-
-
Matthias Wimmer authored
-
- 21 Jun, 2019 1 commit
-
-
Matthias Wimmer authored
jabberd starts again now.
-
- 20 Jun, 2019 2 commits
-
-
Matthias Wimmer authored
-
Matthias Wimmer authored
Compiled the code with a modern C++ compiler and fixed the warnings it gave. The compiled result is still not running. Different symbols are being generated of jutil_delay, therefore dynamic linking on startup is not working.
-
- 19 Jun, 2019 2 commits
-
-
Matthias Wimmer authored
This commit makes the compile work on a current amd64 linux system. However jabberd is not running again. There is a problem that that symbols in the ELF tables don't completely match. I still have to investigate into this. Also there are a lot of compilter warning that have to do with changed lengths of some times on a amd64 system, that I still have to fix.
-
Matthias Wimmer authored
This code wasn't updated and adapted to the other parts of the server. So I don't think it will work anymore.
-
- 12 Dec, 2017 2 commits
-
-
Matthias Wimmer authored
With this commit jabberd compiles again.
-
Matthias Wimmer authored
* Removed individual configurations for GnuTLS settings. (TODO: replace with gnutls_priority_set_direct(...)) * base jabberd executable compiles again.
-
- 10 Dec, 2017 1 commit
-
-
Matthias Wimmer authored
-
- 20 Feb, 2014 1 commit
-
-
convert-repo authored
-
- 30 Jun, 2012 1 commit
-
-
Matthias Wimmer authored
-
- 28 Jun, 2012 1 commit
-
-
jabber authored
-
- 26 Feb, 2011 2 commits
-
-
Matthias Wimmer authored
-
Matthias Wimmer authored
-
- 16 Nov, 2009 1 commit
-
-
Matthias Wimmer authored
Adding JSM configuration setting that will cause JSM to store presence information of all contact's of a user to xdb.
-
- 10 Nov, 2009 1 commit
-
-
Matthias Wimmer authored
-