sylware / lnanomsgbrd (public) (License: Affero GPLv3) (since 2024-12-11) (hash sha1)
64bits minimal noscript/basic (x)html message board with its HTTP server for linux (no-libc)
List of commits:
Subject Hash Author Date (UTC)
proper cache control and un-sabotage default mobile browser zoom e595183bbd2479ba82e22932ce1467aa883c190a Sylvain BERTRAND 2025-01-03 16:49:53
cache handling and sendfile fix 7f12609ebfbfe13f5aed42a4001a0a8cb5a15a01 Sylvain BERTRAND 2025-01-02 17:19:36
HTML cosmetics ef308c1c92c4ff88017e6d1da598b47ba62228ac Sylvain BERTRAND 2024-12-31 12:21:51
moved to a newer linux kernel a77e08985631e8c738d04ef9deaaaf12bae78558 Sylvain BERTRAND 2024-12-30 14:14:29
major normative references and a bit of tidying 0fb9ddf4cb87909f120fb1bf5ca32bbf1492525c Sylvain BERTRAND 2024-12-13 15:33:23
Initial commit: bugs and backdoors for everyone f53ebee69135fd2fe5629cf622bfd94b753d4532 Sylvain BERTRAND 2024-12-11 13:11:27
Commit e595183bbd2479ba82e22932ce1467aa883c190a - proper cache control and un-sabotage default mobile browser zoom
Yep, they are sabotaging the web on mobile with their default
zoom.
Author: Sylvain BERTRAND
Author date (UTC): 2025-01-03 16:49
Committer name: Sylvain BERTRAND
Committer date (UTC): 2025-01-03 16:49
Parent(s): 7f12609ebfbfe13f5aed42a4001a0a8cb5a15a01
Signer:
Signing key:
Signing status: N
Tree: 2a39ac9fb2ddd77f3c054603a7567edad7fa1f21
File Lines added Lines deleted
cnx.c 2 2
File cnx.c changed (mode: 100644) (index 27d51df..1bd64bd)
63 63 #define RESPONSE_X_PART01 "\ #define RESPONSE_X_PART01 "\
64 64 \r\n\ \r\n\
65 65 connection: close\r\n\ connection: close\r\n\
66 max-age: 0\r\n\
66 cache-control: max-age=0\r\n\
67 67 content-type: text/html;charset=utf-8\r\n\ content-type: text/html;charset=utf-8\r\n\
68 68 content-length: " content-length: "
69 69 /*---------------------------------------------------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------------------------------------------------*/
 
... ... content-length: "
76 76 #define RESPONSE_HTML_PART00 "\ #define RESPONSE_HTML_PART00 "\
77 77 <!doctype html>\ <!doctype html>\
78 78 <html>\ <html>\
79 <head><title>" \
79 <head><meta name=\"viewport\" content=\"initial-scale=1\"><title>" \
80 80 LNANOMSGBRD_CONFIG_TITLE \ LNANOMSGBRD_CONFIG_TITLE \
81 81 "</title></head>\ "</title></head>\
82 82 <body>" <body>"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/lnanomsgbrd

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/lnanomsgbrd

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/lnanomsgbrd

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main