Commit Graph

10 Commits

Author SHA1 Message Date
René Linder d2429b4b9a Cookie Handling 2020-12-10 16:37:17 +01:00
René Linder 2cbfdceaac Splittet source up to some includes.
Every Include should now have some procedure who are standalone usable.

lweb_http Has a lot of changes todo (Full HTTP 1.1 Compliance)
lweb_file_cache, is realy buggy. A lot of todo's
lweb_IP is Only IsIPStringValid in
lweb_helper, there is only some help procedures.

To Do:
lweb_http_post (Everything Post Specific)
lweb_http_get  (Everything Get Specific)
lweb_http_put  (Complete todo nothing done until now)
lweb_server_http (Specific http only Server)
lweb_server_https (Specific https only Server)
lweb_server (Common Server Things)

Maybe everything more generic to use standalone...
2020-12-01 15:17:48 +01:00
René Linder d20b7ddd55 Rework Max Clients 2020-11-30 10:04:29 +01:00
René Linder a25e1b29ce Some translations and bugfixes 2020-11-30 09:52:27 +01:00
René Linder af15bd9dc6 Everything on Socket API now
Drop old Network Code
Rename SSL/TLS to HTTPS
Rename default server to HTTP
And other smal fixes
2020-11-28 16:49:22 +01:00
René Linder eea5f589af MapToJSONString Redo
Was working on a older codebase ...
2020-11-27 11:58:18 +01:00
René Linder 57f76e95cd TLS added
TODO:
Translate all comments to english
Translate Readme to english
Extend Readme with TLS function
Create Readme_DE
Code cleanup (ltls.pbi, lsocket.pbi)
2020-11-27 11:52:35 +01:00
René Linder e7c776a8fd Dokumentation erstellt.
Falsch benante Prozedur gändert: MapStringToJSONString -> MapToJSONString
2020-11-13 10:32:09 +01:00
René Linder c6584ccb8f Individuell bearbeitete Subdirs
- Post
- Get
- Fixes in diversen bereichen...
- Test Routinen erweitert
- uvm.
2020-11-08 01:31:57 +01:00
René Linder 47eb089154 Erster Release
- Multithreading
- Modul lweb erstellt aus dem Original Code
- Erster FileCache Entwurf implementiert (Mit Bugs ... :-( )

Fehlt noch:

- Dynamische eingliederung (Callbacks)
- FileCache Bugbeseitigung manchmal Cache Korruptionen...
2020-11-03 19:09:17 +01:00