Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(RFC) WebUI mod #1467

Open
wants to merge 32 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
930c847
Initial commit
michaelortmann Feb 7, 2023
12da7cb
Merge remote-tracking branch 'upstream/develop' into webui.mod
Oct 8, 2023
cd7b272
Merge remote-tracking branch 'upstream/develop' into webui.mod
Dec 3, 2023
7ce5a98
Merge remote-tracking branch 'upstream/develop' into webui.mod
Jan 15, 2024
877f119
Merge remote-tracking branch 'upstream/develop' into webui.mod
May 6, 2024
0524163
Enhance log
May 6, 2024
3758fca
Remove debug log
May 6, 2024
54e10f7
Update Copyright
May 7, 2024
063fc5c
Renamed webui.html -> text/webui.html
May 7, 2024
e23e9f2
add character encoding
May 7, 2024
356c5cc
Remove trailing slash on void element
May 7, 2024
8317e39
Use CSS instead of obsolete elements
May 7, 2024
a61d236
Add lang attribute
May 7, 2024
a2c4224
Fix for sock == -1 if lostdcc() in dcc_telnet_hostresolved2()
May 27, 2024
69fd33a
Merge remote-tracking branch 'upstream/develop' into webui.mod
May 27, 2024
cc6ff81
Merge remote-tracking branch 'upstream/develop' into webui.mod
michaelortmann Jul 6, 2024
17c5636
Merge remote-tracking branch 'upstream/develop' into webui.mod
michaelortmann Jul 10, 2024
9e232d2
Merge remote-tracking branch 'upstream/develop' into webui.mod
michaelortmann Jul 10, 2024
056c153
Fix proto.h / --disable-tls
michaelortmann Jul 10, 2024
8dca49f
Enhance TODO doc
michaelortmann Jul 11, 2024
ebeeebb
Fix --disable-tls
michaelortmann Jul 11, 2024
f7f2417
Fix openssl 0.9.8 even for WIP/testing
michaelortmann Aug 1, 2024
fd12695
Merge remote-tracking branch 'upstream/develop' into webui.mod
michaelortmann Aug 1, 2024
9e3bef5
Fix openssl version < 1.1
michaelortmann Aug 1, 2024
03cf0f7
misc/makedepend
michaelortmann Aug 1, 2024
874f44e
Added experimental http feedback, if user connects http to https port
michaelortmann Aug 1, 2024
bad09ce
misc/makedepend
michaelortmann Aug 1, 2024
6d9502e
Fix format specifier
michaelortmann Aug 1, 2024
f8fde3f
Remove forgotten debug
michaelortmann Aug 1, 2024
8260788
Merge remote-tracking branch 'upstream/develop' into webui.mod
michaelortmann Oct 18, 2024
a3f044c
Merge remote-tracking branch 'upstream/develop' into webui.mod
michaelortmann Dec 2, 2024
8241278
Cleanup
michaelortmann Dec 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Copyright
Michael Ortmann committed May 7, 2024
commit 54e10f77fe9b0bca64e94c94b2a3eb2c69a40e81
4 changes: 2 additions & 2 deletions src/mod/webui.mod/webui.c
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
* webui.c -- part of webui.mod
*/
/*
* Copyright (C) 2023 Michael Ortmann MIT License
* Copyright (C) 2023 Eggheads Development Team
* Copyright (C) 2023 - 2024 Michael Ortmann MIT License
* Copyright (C) 2024 Eggheads Development Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
4 changes: 2 additions & 2 deletions src/mod/webui.mod/webui.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
SPDX-License-Identifier: GPL-2.0-only
Copyright (C) 2023 Michael Ortmann MIT License
Copyright (C) 2023 Eggheads Development Team
Copyright (C) 2023 - 2024 Michael Ortmann MIT License
Copyright (C) 2024 Eggheads Development Team
-->
<!DOCTYPE html>
<html style="height:100%;">