Log of /lbbs/src/main.c
Parent Directory
|
Revision Log
Revision
1.91 -
(
view)
(
annotate)
-
[select for diffs]
Fri Dec 19 14:08:44 2025 UTC
(2 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.90: +12 -0 lines
Diff to
previous 1.90
Use hash_dict for tag_name search
Fix bug for over-length tag_param
Revision
1.90 -
(
view)
(
annotate)
-
[select for diffs]
Fri Dec 19 06:16:27 2025 UTC
(2 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.89: +37 -37 lines
Diff to
previous 1.89
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.85 -
(
view)
(
annotate)
-
[select for diffs]
Fri Nov 21 08:59:29 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.84: +4 -0 lines
Diff to
previous 1.84
Fix segment fault issue caused by pcre2api with multi-process on MSYS2
Revision
1.84 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 19 14:47:08 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.83: +2 -2 lines
Diff to
previous 1.83
Use POSIX shared object instead of SysV shared segment in menu
Revision
1.83 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 19 03:12:58 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.82: +7 -6 lines
Diff to
previous 1.82
Use POSIX shared object instead of SysV shared segment in file_loader
Revision
1.81 -
(
view)
(
annotate)
-
[select for diffs]
Tue Nov 18 15:15:18 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.80: +1 -1 lines
Diff to
previous 1.80
Skip remap shared memory in read only mode under Cygwin
shmat() again after shmdt() without SHM_REMAP would change the address
Revision
1.76 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 17 04:23:09 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.75: +2 -1 lines
Diff to
previous 1.75
Show copyright info while running the program with --version
Revision
1.73 -
(
view)
(
annotate)
-
[select for diffs]
Sat Nov 8 08:21:31 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.72: +8 -0 lines
Diff to
previous 1.72
Support dynamic wide-character display width in str_process and editor related functions
Add dynamic / fixed wide-character display width selection
Revision
1.71 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 03:01:14 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.70: +2 -2 lines
Diff to
previous 1.70
Use enum / const int instead of macro define constant integers
Revision
1.65 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 23 04:09:13 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.64: +6 -0 lines
Diff to
previous 1.64
Add user_stat
Display article_count of selected user
Revision
1.64 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 23 01:16:56 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.63: +17 -7 lines
Diff to
previous 1.63
Load user list / online user list initially during startup
Revision
1.60 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 26 12:17:02 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.59: +3 -3 lines
Diff to
previous 1.59
Move gen_ex load/reload to main process, no longer need RW_lock
Revision
1.59 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 25 01:50:14 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.58: +2 -10 lines
Diff to
previous 1.58
Use static variable to store main menu instead of dynamically allocated memory
Revision
1.58 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 24 10:01:24 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.57: +1 -1 lines
Diff to
previous 1.57
Add feature of excerptional directory list and article view
Revision
1.46 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 27 07:21:43 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.45: +2 -0 lines
Diff to
previous 1.45
Add set_last_article_op_log_from_db() and set_last_article_op_log_from_db()
Revision
1.45 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 27 03:25:02 2025 UTC
(9 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.44: +9 -2 lines
Diff to
previous 1.44
Add section_list_loader_launch() and section_list_loader_reload()
Revision
1.43 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 27 00:54:01 2025 UTC
(9 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.42: +21 -16 lines
Diff to
previous 1.42
Add attach/detach SHM in readonly mode for child process
Revision
1.37 -
(
view)
(
annotate)
-
[select for diffs]
Sun May 18 03:23:57 2025 UTC
(9 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.36: +1 -1 lines
Diff to
previous 1.36
Main process hold shm of menu until exit or reload menu, to prevent child process from being unable to open the shm of old menu after reloading.
Revision
1.27 -
(
view)
(
annotate)
-
[select for diffs]
Fri May 9 11:21:11 2025 UTC
(10 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.26: +3 -10 lines
Diff to
previous 1.26
Refact signal handler and processing implementation
Refine select error handling
Revision
1.20 -
(
view)
(
annotate)
-
[select for diffs]
Wed Apr 30 09:18:19 2025 UTC
(10 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.19: +9 -2 lines
Diff to
previous 1.19
Add missing header files
Update compile dependency
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.