| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-15 | Add neighborhood featuremaster | Ruben Beltran del Rio | |
| 2026-02-02 | Added translatable month names. | grunfink | |
| 2026-01-10 | New command-line option top_ten. | grunfink | |
| 2025-10-13 | xs_http.h: new file. | grunfink | |
| 2025-06-26 | Sending notes from the cmdline allows setting an inReplyTo field. | grunfink | |
| 2025-05-29 | Use HTTP caching (etag / if-none-match) in RSS downloads. | grunfink | |
| 2025-05-28 | Updated dependencies. | grunfink | |
| 2025-05-28 | New file rss.c. | grunfink | |
| 2025-05-04 | xs_webmention.h new file. | grunfink | |
| 2025-03-08 | Merge remote-tracking branch 'upstream/master' into curl-smtp | shtrophic | |
| 2025-02-27 | Cosmetic cleanup of po files. | default | |
| 2025-02-17 | Merge remote-tracking branch 'upstream/master' into curl-smtp | shtrophic | |
| 2025-02-14 | xs_po.h new file. | default | |
| 2025-02-14 | New Makefile target. | default | |
| 2025-01-24 | add tests subdirectory with makefile target | shtrophic | |
| 2025-01-08 | Also check for the lowecase URL of the hashtags. | default | |
| 2025-01-06 | Updated Makefile dependencies. | default | |
| 2024-12-23 | Merge tag '2.67' | shtrophic | |
| Version 2.67 RELEASED. | |||
| 2024-12-05 | import landloc.h | shtrophic | |
| 2024-11-20 | Makefile: enable static compilation with musl | Giacomo Tesio | |
| Assuming a Debian GNU/Linux system with wget, tar, git, make and musl-gcc ``` mkdir build cd build export BUILD_TARGET=$PWD export CC="musl-gcc" echo download and build zlib wget http://zlib.net/current/zlib.tar.gz tar xvf zlib.tar.gz cd zlib-1.3.1/ ./configure --prefix=$BUILD_TARGET --static make make install cd .. echo download and build openssl wget https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz tar xvf openssl-3.4.0.tar.gz cd openssl-3.4.0 CC="musl-gcc -fPIE -pie -static -idirafter /usr/include/ -idirafter /usr/include/x86_64-linux-gnu/" ./Configure no-shared no-async --prefix=$BUILD_TARGET --openssldir=$BUILD_TARGET/ssl linux-x86_64 make depend make make install cd .. echo download and build curl wget https://curl.se/download/curl-7.88.1.tar.gz tar xvf curl-7.88.1.tar.gz cd curl-7.88.1 ./configure --disable-shared --enable-static --disable-silent-rules --disable-debug --disable-warnings --disable-werror --disable-curldebug --disable-symbol-hiding --disable-ares --disable-rt --disable-ech --disable-dependency-tracking --disable-libtool-lock --enable-http --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-mqtt --disable-manual --disable-libcurl-option --disable-ipv6 --disable-openssl-auto-load-config --disable-versioned-symbols --disable-verbose --disable-sspi --disable-crypto-auth --disable-ntlm --disable-ntlm-wb --disable-tls-srp --enable-unix-sockets --disable-cookies --disable-socketpair --disable-http-auth --disable-doh --disable-mime --disable-dateparse --disable-netrc --disable-progress-meter --disable-dnsshuffle --disable-get-easy-options --disable-alt-svc --disable-websockets --without-brotli --without-zstd --without-libpsl --without-libgsasl --without-librtmp --without-winidn --with-openssl=$BUILD_TARGET/ --disable-threaded-resolver --with-zlib=$BUILD_TARGET/ --prefix=$BUILD_TARGET/ make make install cd .. echo download and build snac2 git clone https://codeberg.org/grunfink/snac2.git cd snac2 # assuming this commit in master make CFLAGS="-g -Wall -Wextra -pedantic -static -DWITHOUT_SHM" PREFIX=$BUILD_TARGET LDFLAGS="-L$BUILD_TARGET/lib64 -lcurl -lssl -lcrypto -lz" make install PREFIX=$BUILD_TARGET cd .. echo a statically linked snac is ready at $BUILD_TARGET/bin ``` | |||
| 2024-11-16 | sandboxing port to linux via landlock | shtrophic | |
| 2024-11-12 | Updated dependencies. | default | |
| 2024-11-07 | Updated dependencies. | default | |
| 2024-10-08 | Added -pedantic compilation flag. | default | |
| 2024-08-24 | Updated dependencies. | default | |
| 2024-08-12 | Updated dependencies. | default | |
| 2024-05-27 | More or less smaller fixes :) | Louis Brauer | |
| 2024-05-09 | Updated dependencies. | default | |
| 2024-03-25 | Updated dependencies. | default | |
| 2024-03-15 | The command-line 'note' also allows attachments. | default | |
| 2024-03-12 | Updated dependencies. | default | |
| 2024-02-15 | Updated depedencies. | default | |
| 2024-01-13 | Rewritten a sentence to be clearer in README.md. | default | |
| 2024-01-12 | Don't hardcode the -lrt, as OpenBSD does not have it. | default | |
| 2024-01-12 | Added -lrt to the linkage line, as it's needed at least in Ubuntu 20.04.6 LTS. | default | |
| 2023-11-24 | Use xs_html in the static greeting page. | default | |
| 2023-11-20 | Replaced encode_html_strict() with xs_html_encode(). | default | |
| 2023-11-17 | Updated dependencies. | default | |
| 2023-10-17 | Added FastCGI support. | default | |
| 2023-10-16 | mastoapi: Don't exclude posts of type Page or Article. | default | |
| 2023-10-13 | Don't allow creating users which user name strings only differ in case. | default | |
| 2023-09-25 | Backport from xs. | default | |
| 2023-09-21 | Used xs_match() in some places. | default | |
| 2023-09-21 | Updated dependencies. | default | |
| 2023-06-05 | Replaced usage of random() with xs_rnd_buf(). | default | |
| 2023-06-01 | Added an 'uninstall' Makefile target. | default | |
| 2023-05-17 | Got rid of xs_encdec.h. | default | |
| 2023-05-08 | Print the total running time at httpd stop. | default | |
| 2023-05-04 | Added -Wextra to C flags. | default | |
| 2023-05-04 | Updated dependencies. | default | |