/[LeafOK_CVS]/lbbs/src/section_list_loader.c
ViewVC logotype

Log of /lbbs/src/section_list_loader.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.72 - (view) (annotate) - [select for diffs]
Tue Jan 20 07:48:09 2026 UTC (8 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
Fix typo


Revision 1.71 - (view) (annotate) - [select for diffs]
Sat Jan 3 10:27:14 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
Update copyright info


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.69 - (view) (annotate) - [select for diffs]
Thu Dec 18 02:56:01 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.68: +2 -6 lines
Diff to previous 1.68
Refine with log_debug()


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.66 - (view) (annotate) - [select for diffs]
Sun Nov 16 02:06:56 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.65: +14 -0 lines
Diff to previous 1.65
log_restart on SIGHUP


Revision 1.65 - (view) (annotate) - [select for diffs]
Tue Nov 11 00:28:05 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.64: +4 -0 lines
Diff to previous 1.64
Use config.h


Revision 1.64 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:58:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
Refine file header information comments


Revision 1.63 - (view) (annotate) - [select for diffs]
Tue Nov 4 13:49:51 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.62: +7 -15 lines
Diff to previous 1.62
Update file header information comments


Revision 1.62 - (view) (annotate) - [select for diffs]
Tue Nov 4 06:28:14 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.61: +42 -0 lines
Diff to previous 1.61
Add last_article_in_section()


Revision 1.61 - (view) (annotate) - [select for diffs]
Tue Nov 4 01:49:26 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.60: +7 -1 lines
Diff to previous 1.60
Add bug detection code


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.59 - (view) (annotate) - [select for diffs]
Mon Nov 3 08:48:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58
Fix bug


Revision 1.58 - (view) (annotate) - [select for diffs]
Mon Nov 3 07:55:31 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
Disable handle of SIGHUP in section loader process


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.53 - (view) (annotate) - [select for diffs]
Wed Oct 22 04:48:53 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.52: +13 -2 lines
Diff to previous 1.52
Add user_online_list


Revision 1.52 - (view) (annotate) - [select for diffs]
Tue Oct 21 06:24:51 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.51: +15 -4 lines
Diff to previous 1.51
Add user_list with data loader


Revision 1.51 - (view) (annotate) - [select for diffs]
Tue Oct 14 05:28:15 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.50: +6 -6 lines
Diff to previous 1.50
Refresh trie dict after update section name


Revision 1.50 - (view) (annotate) - [select for diffs]
Tue Oct 14 00:57:06 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.49: +4 -4 lines
Diff to previous 1.49
Revert change to section_list


Revision 1.49 - (view) (annotate) - [select for diffs]
Mon Oct 13 07:13:39 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.48: +1 -0 lines
Diff to previous 1.48
Add top10_menu


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.47 - (view) (annotate) - [select for diffs]
Wed Oct 8 03:34:40 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.46: +0 -4 lines
Diff to previous 1.46
Fix bug


Revision 1.46 - (view) (annotate) - [select for diffs]
Mon Oct 6 11:51:03 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.45: +5 -1 lines
Diff to previous 1.45
Fix bug in passing NULL pointer to atoi / atol


Revision 1.45 - (view) (annotate) - [select for diffs]
Sat Oct 4 04:01:19 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44
Fix bug: article is not unread to its poster


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.43 - (view) (annotate) - [select for diffs]
Wed Oct 1 07:23:29 2025 UTC (5 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.42: +6 -12 lines
Diff to previous 1.42
Fix bug in locate_article_in_section()


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.35 - (view) (annotate) - [select for diffs]
Tue Jun 24 12:32:16 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
Add feature of 0Announce


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.33 - (view) (annotate) - [select for diffs]
Mon Jun 23 13:14:15 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.32: +6 -2 lines
Diff to previous 1.32
Refine display format of ontop articles


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.31 - (view) (annotate) - [select for diffs]
Sat Jun 21 06:52:24 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.30: +5 -0 lines
Diff to previous 1.30
Refine to reduce Valgrind warnings


Revision 1.30 - (view) (annotate) - [select for diffs]
Sat Jun 21 02:15:18 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
Re-order included order files


Revision 1.29 - (view) (annotate) - [select for diffs]
Sat Jun 21 01:34:12 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.28: +1 -3 lines
Diff to previous 1.28
Remove unused header files


Revision 1.28 - (view) (annotate) - [select for diffs]
Fri Jun 20 09:36:58 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Fix bug


Revision 1.27 - (view) (annotate) - [select for diffs]
Tue Jun 17 13:31:46 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Refine log level


Revision 1.26 - (view) (annotate) - [select for diffs]
Tue Jun 17 13:18:55 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.25: +0 -2 lines
Diff to previous 1.25
Move macro definitions to autoconf


Revision 1.25 - (view) (annotate) - [select for diffs]
Tue Jun 17 07:43:36 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +4 -3 lines
Diff to previous 1.24
Fix bug


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.23 - (view) (annotate) - [select for diffs]
Mon Jun 16 14:33:48 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.22: +48 -37 lines
Diff to previous 1.22
Refine error handling and DB cleanup


Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Jun 16 14:30:44 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
Change gcc std to c17
Update header macro accordingly


Revision 1.21 - (view) (annotate) - [select for diffs]
Sun Jun 15 02:24:45 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.20: +2 -0 lines
Diff to previous 1.20
Refine excerption status check and update logic


Revision 1.20 - (view) (annotate) - [select for diffs]
Sat Jun 14 11:57:52 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.19: +14 -9 lines
Diff to previous 1.19
Use section_list methods to avoid page inconsistency


Revision 1.19 - (view) (annotate) - [select for diffs]
Sat Jun 14 09:20:13 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.18: +2 -3 lines
Diff to previous 1.18
Add implementation of article post / modify / reply


Revision 1.18 - (view) (annotate) - [select for diffs]
Wed Jun 4 14:43:46 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Refine


Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Jun 4 13:42:53 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
Rename log_std() to log_common()


Revision 1.16 - (view) (annotate) - [select for diffs]
Sat May 31 12:00:00 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.15: +14 -4 lines
Diff to previous 1.15
Add footer to article cache


Revision 1.15 - (view) (annotate) - [select for diffs]
Sat May 31 10:23:23 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.14: +44 -14 lines
Diff to previous 1.14
Fix bug


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.13 - (view) (annotate) - [select for diffs]
Sat May 31 01:37:18 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Refine and bug fix


Revision 1.12 - (view) (annotate) - [select for diffs]
Fri May 30 12:51:00 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Add article cache load/unload and display


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu May 29 09:44:01 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +27 -17 lines
Diff to previous 1.10
Add article_cache


Revision 1.10 - (view) (annotate) - [select for diffs]
Thu May 29 02:21:31 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9
Add section page number display


Revision 1.9 - (view) (annotate) - [select for diffs]
Thu May 29 00:52:09 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.8: +74 -24 lines
Diff to previous 1.8
Refine


Revision 1.8 - (view) (annotate) - [select for diffs]
Wed May 28 07:30:23 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +21 -19 lines
Diff to previous 1.7
Add section_list_display


Revision 1.7 - (view) (annotate) - [select for diffs]
Tue May 27 12:24:43 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +57 -0 lines
Diff to previous 1.6
Add query_section_articles()


Revision 1.6 - (view) (annotate) - [select for diffs]
Tue May 27 09:33:11 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.5: +14 -1 lines
Diff to previous 1.5
Refine error handling


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()


Revision 1.3 - (view) (annotate) - [select for diffs]
Tue May 27 00:54:59 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.2: +138 -0 lines
Diff to previous 1.2
Add append_articles_from_db()


Revision 1.2 - (view) (annotate) - [select for diffs]
Mon May 26 04:47:45 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +25 -10 lines
Diff to previous 1.1
Refine


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon May 26 03:42:45 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Add section_list_loader


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.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1