-
released this
2026-02-15 10:32:59 +00:00 | 32 commits to main since this releaseFEATURES: Network URLs configuration
Status: ✅ Complete
ADDED:- HIS_URLSERVERS = http://network/servers
- URLREG = http://cservice.network/live/
PURPOSE:
- HIS_URLSERVERS:
- URL for server list
- Displayed in /LINKS or other commands
- Users can find server information
- URLREG:
- URL for channel registration (CService)
- Users directed here to register channels
- Integration with services
CONFIGURATION:
features {
'HIS_URLSERVERS' = 'http://underchat.org/servers';
'URLREG' = 'http://cservice.underchat.org/live/';
};
UPGRADE: git checkout v1.7.7 && ./install.sh
Progress: 151/200 features (75.5%)
Downloads