Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcff1f5dd2 | |||
| e0de3433c7 | |||
| fd4a38b7a9 |
@@ -236,6 +236,7 @@ type
|
||||
procedure SessionReleaseNode(ANodeID: Integer);
|
||||
procedure SessionSetNodeUser(ANodeID: Integer; const AUsername: string; AUserID: Integer);
|
||||
procedure SessionSetNodeAddress(ANodeID: Integer; const AAddress: string);
|
||||
procedure SessionSetNodeStatus(ANodeID: Integer; const AStatus: string);
|
||||
|
||||
// Protocol detection (thin client only — stubs on primary server)
|
||||
// Transport plugins call these to discover and dispatch to protocol detectors.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "webui",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.6",
|
||||
"api_version": 1,
|
||||
"description": "Web-based thin client for Fastway BBS - browser access to BBS features",
|
||||
"short_description": "Web-based BBS thin client",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<nav class="navbar">
|
||||
<div>
|
||||
<span class="navbar-brand">Fastway BBS</span>
|
||||
<span class="version">v0.2.0</span>
|
||||
<span class="version">{{VERSION}}</span>
|
||||
</div>
|
||||
<ul class="navbar-nav">
|
||||
<li><a href="/messages.html" class="active">Messages</a></li>
|
||||
|
||||
Reference in New Issue
Block a user