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
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.80 -
(
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.79: +2 -2 lines
Diff to
previous 1.79
Prevent unexpected write to articles pointed by p_articles[]
Revision
1.79 -
(
view)
(
annotate)
-
[select for diffs]
Wed Dec 3 05:31:11 2025 UTC
(3 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.78: +12 -0 lines
Diff to
previous 1.78
Refresh user online status during list item selection.
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
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
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.71 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 01:04:06 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 instead of macro define for constants in bbs.h
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
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.67 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 3 15:06:46 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.66: +38 -11 lines
Diff to
previous 1.66
query_section_articles after article reply / delete / edit
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
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
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
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
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.60 -
(
view)
(
annotate)
-
[select for diffs]
Sun Nov 2 08:35:23 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.59: +4 -3 lines
Diff to
previous 1.59
Update section_aid_locations on article selection change
Revision
1.57 -
(
view)
(
annotate)
-
[select for diffs]
Sat Oct 25 13:09:42 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.56: +33 -1 lines
Diff to
previous 1.56
Press Ctrl-A in section list to display user information of selected article
Revision
1.56 -
(
view)
(
annotate)
-
[select for diffs]
Sat Oct 18 12:06:10 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.55: +1 -0 lines
Diff to
previous 1.55
Refine code to keep compatible with gcc -Wpedantic option
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
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.53 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 15 01:05:18 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.52: +56 -2 lines
Diff to
previous 1.52
Add article favor state display and set/unset in section article list
Revision
1.52 -
(
view)
(
annotate)
-
[select for diffs]
Tue Oct 14 06:28:54 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.51: +7 -0 lines
Diff to
previous 1.51
Prevent user from accessing unauthorized section from favorite article list
Revision
1.48 -
(
view)
(
annotate)
-
[select for diffs]
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
Support locate at specific article while listing section articles
Remember last located article of each section, before logout
Revision
1.45 -
(
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.44: +39 -0 lines
Diff to
previous 1.44
Locate at next unread article by pressing 'S' in article list
Revision
1.44 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 1 08:58:25 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.43: +14 -2 lines
Diff to
previous 1.43
Rotate to head / tail of section list with Down / Up key at tail / head of section list.
Revision
1.43 -
(
view)
(
annotate)
-
[select for diffs]
Tue Sep 30 15:06:42 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.42: +4 -4 lines
Diff to
previous 1.42
Fix bug in calculating display length of nickname in UTF8 version
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: +21 -1 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 04:56:16 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.40: +49 -14 lines
Diff to
previous 1.40
Add display_article_meta()
Fix bug of edit / delete article in empty section
Revision
1.39 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 25 14:52:07 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.38: +10 -1 lines
Diff to
previous 1.38
Display prompt message if ex_menu is not available
Revision
1.37 -
(
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.36: +95 -2 lines
Diff to
previous 1.36
Add feature of excerptional directory list and article view
Revision
1.35 -
(
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.34: +23 -4 lines
Diff to
previous 1.34
Display articles with ontop state at the end of section list
Revision
1.31 -
(
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.30: +63 -3 lines
Diff to
previous 1.30
Support locating at first / last topic article by key '=' and '\'
Revision
1.30 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 17 02:22:45 2025 UTC
(9 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.29: +23 -17 lines
Diff to
previous 1.29
Refresh section list automatically after BBS_section_list_load_interval second to reload any change
Revision
1.25 -
(
view)
(
annotate)
-
[select for diffs]
Sat Jun 14 13:33:48 2025 UTC
(9 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.24: +4 -0 lines
Diff to
previous 1.24
Force refresh page list while pressing KEY_DOWN at bottom of last page
Revision
1.16 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jun 1 14:05:09 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.15: +12 -0 lines
Diff to
previous 1.15
Refine key mapping while at begin / end of article
Revision
1.12 -
(
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.11: +126 -21 lines
Diff to
previous 1.11
Support article / topic switch with UP/DOWN/PgUp/PgDn in article viewer
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.