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

Log of /lbbs/src/user_info_display.c

Parent Directory Parent Directory | Revision Log Revision Log


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

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


Revision 1.26 - (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.25: +3 -3 lines
Diff to previous 1.25 , to selected 1.23
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


Revision 1.25 - (view) (annotate) - [select for diffs]
Thu Nov 27 03:17:30 2025 UTC (3 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 , to selected 1.23
Increase line limit of user_info by 1 because sometimes action_str will use 2 rows


Revision 1.24 - (view) (annotate) - [select for diffs]
Mon Nov 17 10:57:23 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.23: +4 -2 lines
Diff to previous 1.23
Refine constant definition


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


Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Nov 10 14:24:37 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 , to selected 1.23
Replace ":" with ":"


Revision 1.21 - (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.20: +5 -2 lines
Diff to previous 1.20 , to selected 1.23
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings


Revision 1.20 - (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.19: +1 -1 lines
Diff to previous 1.19 , to selected 1.23
Refine file header information comments


Revision 1.19 - (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.18: +7 -15 lines
Diff to previous 1.18 , to selected 1.23
Update file header information comments


Revision 1.18 - (view) (annotate) - [select for diffs]
Mon Nov 3 06:59:14 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 , to selected 1.23
Update buffer length of user intro


Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Oct 31 04:37:10 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.23
Adjust width limit of lines


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Oct 30 15:52:44 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 , to selected 1.23
Update width limit


Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Oct 30 07:51:47 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 , to selected 1.23
Add display width limit of output lines in lml_render().
It fixed the issue that, the quoted text line in article_reply() was wrapped by split_data_lines(),
but the new sub-lines were not added the same repeated ": " leading sequence as the original line.


Revision 1.14 - (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.13: +6 -0 lines
Diff to previous 1.13 , to selected 1.23
Press Ctrl-A in section list to display user information of selected article


Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Oct 23 15:45:41 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.12: +15 -3 lines
Diff to previous 1.12 , to selected 1.23
Add user life and level id display


Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Oct 23 14:57:02 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 , to selected 1.23
Update login / logout time format


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Oct 23 14:49:24 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +1 -91 lines
Diff to previous 1.10 , to selected 1.23
Move get_astro_name() and get_user_level_name() to bbs.c(.h)


Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Oct 23 14:17:09 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.23
Do not apply user TZ to birthday


Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Oct 23 13:41:47 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.8: +7 -2 lines
Diff to previous 1.8 , to selected 1.23
Fix bug: current_action_title == NULL


Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Oct 23 13:23:49 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +3 -8 lines
Diff to previous 1.7 , to selected 1.23
Fix bug in get_astro_name()


Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Oct 23 13:12:03 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +75 -1 lines
Diff to previous 1.6 , to selected 1.23
Add get_user_level_name()


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Oct 23 12:00:02 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 , to selected 1.23
Include required header


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Oct 23 11:58:00 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.4: +49 -2 lines
Diff to previous 1.4 , to selected 1.23
Display astro and gender (if set as public)


Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Oct 23 11:29:43 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 , to selected 1.23
Refine


Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Oct 23 11:17:18 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.2: +10 -2 lines
Diff to previous 1.2 , to selected 1.23
Fix NULL logout_dt issue


Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Oct 23 11:10:34 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +66 -26 lines
Diff to previous 1.1 , to selected 1.23
Format user info display


Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Oct 23 09:55:15 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Diff to selected 1.23
Add user_info_display


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