Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdenetwork/blame/commit/ec6378cdd8ea847ecdd81f8976b5adf2551cef56/ksirc/control_message.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
tdenetwork/ksirc/control_message.h

16 lines
337 B

#ifndef CONTROL_MESSAGE_H
#define CONTROL_MESSAGE_H
// 001 is change channel
// 002 is stop writting to mainw
// 003 is resume updating mainw and flush buffer
#define CHANGE_CHANNEL 001
#define STOP_UPDATES 002
#define RESUME_UPDATES 003
#define REREAD_CONFIG 004
#define SET_LAG 005
#define RESET_NOTIF 006
#endif