This website requires JavaScript.
Explore
Help
Register
Sign In
fakealec
/
slon
Watch
1
Star
0
Fork
0
You've already forked slon
mirror of
https://git.checksum.fail/alec/slon.git
synced
2025-12-08 20:19:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e223273300df9dd4ee2fd2de1c5ce5567955572c
slon
/
Slon
/
Endpoints
/
Get
/
NodeInfo.HC
5 lines
96 B
HolyC
Raw
Normal View
History
Unescape
Escape
Everywhere: Use session->path()
2025-02-21 18:10:25 -05:00
if
(
!
StrICmp
(
"
/nodeinfo/2.0
"
,
session
-
>
path
(
)
)
)
{
Slon/Modules/NodeInfo: Implement .well-known/nodeinfo and nodeinfo/2.0
2025-02-21 17:44:54 -05:00
@
slon_nodeinfo_20
(
session
)
;
return
;
}
Reference in New Issue
Copy Permalink