Log of /lbbs/src/section_list_display.c
Parent Directory
|
Revision Log
Revision
1.84 -
(
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.83: +85 -85 lines
Diff to
previous 1.83
,
to
selected 1.48
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.76 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 17 12:16:48 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.75: +1 -1 lines
Diff to
previous 1.75
,
to
selected 1.48
Add alternative implementation of shmat(..., SHM_REMAP) under MSYS2
Fix error reported by gcc under MSYS2
Revision
1.72 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 04:19:21 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.71: +4 -1 lines
Diff to
previous 1.71
,
to
selected 1.48
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.68 -
(
view)
(
annotate)
-
[select for diffs]
Tue Nov 4 06:36:52 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.67: +56 -1 lines
Diff to
previous 1.67
,
to
selected 1.48
Locate at the last visible article of the section by pressing END at the bottom of section article list.
When exiting the section, set the last selected article to the last visible article if the selected one was pinned.
Revision
1.66 -
(
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.65: +65 -1 lines
Diff to
previous 1.65
,
to
selected 1.48
Add scan_article_in_section_by_title()
Support search next / prior article whose title contains the specific search string
Revision
1.64 -
(
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.63: +111 -0 lines
Diff to
previous 1.63
,
to
selected 1.48
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.62 -
(
view)
(
annotate)
-
[select for diffs]
Sun Nov 2 15:11:47 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.61: +9 -3 lines
Diff to
previous 1.61
,
to
selected 1.48
Fix bug: selected_index might be invalid after returning from section_list_select() while the ret == CHANGE_PAGE
Update section_aid_locations[selected_index] on exit of section only
Revision
1.61 -
(
view)
(
annotate)
-
[select for diffs]
Sun Nov 2 14:38:53 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.60: +2 -1 lines
Diff to
previous 1.60
,
to
selected 1.48
Add user search in user list display
Fix bug: memory of user introduction pointed by USER_INFO.intro might be overwritten during user_list_pool_reload(),
use external buffer passed into query_user_info_by_uid() to prevent this issue.
Revision
1.55 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 17 01:25:08 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.54: +0 -2 lines
Diff to
previous 1.54
,
to
selected 1.48
No longer use igetch_reset() to skip remaining \n after \r
\r\n -> \r and \n -> \r conversions have already been implemented in igetch()
Revision
1.48 -
(
view)
(
annotate)
-
[selected]
Mon Oct 13 07:35:48 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.47: +12 -0 lines
Diff to
previous 1.47
Use Ctrl-H in section list to invoke top10 menu
Prevent recursive call to show_top10()
Revision
1.46 -
(
view)
(
annotate)
-
[select for diffs]
Mon Oct 13 02:23:27 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.45: +52 -6 lines
Diff to
previous 1.45
,
to
selected 1.48
Support locate at specific article while listing section articles
Remember last located article of each section, before logout
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.