Log of /lbbs/src/section_list_loader.c
Parent Directory
|
Revision Log
Revision
1.70 -
(
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.69: +96 -96 lines
Diff to
previous 1.69
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.68 -
(
view)
(
annotate)
-
[select for diffs]
Wed Dec 3 14:04:02 2025 UTC
(3 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.67: +1 -1 lines
Diff to
previous 1.67
Prevent unexpected write to articles pointed by p_articles[]
Revision
1.67 -
(
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.66: +8 -13 lines
Diff to
previous 1.66
Use POSIX shared object instead of SysV shared segment in menu
Revision
1.60 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 3 15:05:02 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.59: +3 -1 lines
Diff to
previous 1.59
Fix bugs of calculate / update page_count / article_count
Revision
1.57 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 3 07:14:25 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.56: +60 -0 lines
Diff to
previous 1.56
Add scan_article_in_section_by_title()
Support search next / prior article whose title contains the specific search string
Revision
1.56 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 3 06:43:55 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.55: +120 -0 lines
Diff to
previous 1.55
Add scan_article_in_section_by_uid() and scan_article_in_section_by_username()
Support search prior / next article of the user matching the specific name prefix
Revision
1.55 -
(
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.54: +7 -0 lines
Diff to
previous 1.54
Add user_stat
Display article_count of selected user
Revision
1.54 -
(
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.53: +2 -2 lines
Diff to
previous 1.53
Load user list / online user list initially during startup
Revision
1.48 -
(
view)
(
annotate)
-
[select for diffs]
Mon Oct 13 02:23:27 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.47: +4 -4 lines
Diff to
previous 1.47
Support locate at specific article while listing section articles
Remember last located article of each section, before logout
Revision
1.44 -
(
view)
(
annotate)
-
[select for diffs]
Sat Oct 4 03:21:59 2025 UTC
(5 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.43: +46 -0 lines
Diff to
previous 1.43
Locate at next unread article by pressing 'S' in article list
Revision
1.42 -
(
view)
(
annotate)
-
[select for diffs]
Tue Sep 30 14:56:51 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.41: +0 -14 lines
Diff to
previous 1.41
Rewrite title with "Re: Re: " prefix into "Re: ... "
Revision
1.41 -
(
view)
(
annotate)
-
[select for diffs]
Tue Sep 30 13:27:28 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.40: +14 -0 lines
Diff to
previous 1.40
Rewrite title with "Re: Re: " prefix into "Re: ... "
Revision
1.40 -
(
view)
(
annotate)
-
[select for diffs]
Tue Sep 30 05:07:46 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.39: +17 -2 lines
Diff to
previous 1.39
Fix bug in seeking the post of the topic thread when the first/last post is invisible.
Revision
1.39 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 23 01:15:21 2025 UTC
(7 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.38: +14 -0 lines
Diff to
previous 1.38
Move section_list_ex_menu_set_cleanup() to section_list_loader.c, to resolve dependancy issue in test_section_list.c
Revision
1.38 -
(
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.37: +25 -56 lines
Diff to
previous 1.37
Move gen_ex load/reload to main process, no longer need RW_lock
Revision
1.37 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 25 02:49:20 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.36: +26 -10 lines
Diff to
previous 1.36
Use RW_lock to avoid conflict between menu reload of data loader process and main process in rare condition
Revision
1.36 -
(
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.35: +2 -5 lines
Diff to
previous 1.35
Use static variable to store main menu instead of dynamically allocated memory
Revision
1.34 -
(
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.33: +80 -5 lines
Diff to
previous 1.33
Add feature of excerptional directory list and article view
Revision
1.32 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jun 23 08:38:01 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.31: +42 -19 lines
Diff to
previous 1.31
Display articles with ontop state at the end of section list
Revision
1.24 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 17 07:00:32 2025 UTC
(8 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.23: +15 -11 lines
Diff to
previous 1.23
Support locating at first / last topic article by key '=' and '\'
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Sat May 31 08:54:03 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.13: +61 -0 lines
Diff to
previous 1.13
Support article / topic switch with UP/DOWN/PgUp/PgDn in article viewer
Revision
1.5 -
(
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.4: +285 -11 lines
Diff to
previous 1.4
Add set_last_article_op_log_from_db() and set_last_article_op_log_from_db()
Revision
1.4 -
(
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.3: +128 -2 lines
Diff to
previous 1.3
Add section_list_loader_launch() and section_list_loader_reload()
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.