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

Log of /lbbs/src/article_post.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.45 - (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.44: +1 -1 lines
Diff to previous 1.44
Update copyright info


Revision 1.44 - (view) (annotate) - [select for diffs]
Fri Dec 19 06:16:26 2025 UTC (2 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.43: +68 -68 lines
Diff to previous 1.43
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


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


Revision 1.42 - (view) (annotate) - [select for diffs]
Mon Nov 10 14:22:18 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.41: +54 -44 lines
Diff to previous 1.41
Add selection of quote mode (Full / Abbr.)


Revision 1.41 - (view) (annotate) - [select for diffs]
Fri Nov 7 06:41:43 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.40: +44 -2 lines
Diff to previous 1.40
Apply BWF to article post / reply / modify


Revision 1.40 - (view) (annotate) - [select for diffs]
Wed Nov 5 03:17:12 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.39: +6 -5 lines
Diff to previous 1.39
Use enum / const int instead of macro define constant integers


Revision 1.39 - (view) (annotate) - [select for diffs]
Wed Nov 5 01:04:05 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.38: +5 -5 lines
Diff to previous 1.38
Use enum instead of macro define for constants in bbs.h


Revision 1.38 - (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.37: +1 -1 lines
Diff to previous 1.37
Refine file header information comments


Revision 1.37 - (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.36: +7 -15 lines
Diff to previous 1.36
Update file header information comments


Revision 1.36 - (view) (annotate) - [select for diffs]
Thu Oct 30 11:15:12 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
Refine handling of unsupported / invalid ANSI control sequence


Revision 1.35 - (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.34: +2 -3 lines
Diff to previous 1.34
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.34 - (view) (annotate) - [select for diffs]
Sat Oct 18 13:22:52 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
Reverse meaning of LML quote_mode. It was incorrect before fix.


Revision 1.33 - (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.32: +0 -5 lines
Diff to previous 1.32
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.32 - (view) (annotate) - [select for diffs]
Fri Oct 10 12:31:15 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
Refine


Revision 1.31 - (view) (annotate) - [select for diffs]
Fri Oct 10 12:19:41 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Remove legacy code


Revision 1.30 - (view) (annotate) - [select for diffs]
Fri Oct 10 04:33:40 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Set reply_note = 0 as default in article_reply()


Revision 1.29 - (view) (annotate) - [select for diffs]
Fri Oct 10 03:50:22 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.28: +42 -25 lines
Diff to previous 1.28
Add set / unset reply_note in article_post() / article_modify() / article_reply()


Revision 1.28 - (view) (annotate) - [select for diffs]
Fri Oct 10 01:55:06 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.27: +47 -0 lines
Diff to previous 1.27
Notify the author(s) of replied of topic / article in article_reply()


Revision 1.27 - (view) (annotate) - [select for diffs]
Thu Oct 9 12:20:31 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
Add move cursor feature to get_data()


Revision 1.26 - (view) (annotate) - [select for diffs]
Sun Oct 5 05:00:50 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Rename lml_plain() to lml_render()


Revision 1.25 - (view) (annotate) - [select for diffs]
Tue Sep 30 03:02:06 2025 UTC (5 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Fix bug in LML render
Add lml_tag = 0 mode for quoted article content


Revision 1.24 - (view) (annotate) - [select for diffs]
Wed Jul 2 04:17:33 2025 UTC (8 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.23: +49 -37 lines
Diff to previous 1.23
Support UTF8 instead of GBK


Revision 1.23 - (view) (annotate) - [select for diffs]
Wed Jul 2 03:08:10 2025 UTC (8 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Add parameter to return line_widths in split_data_lines()


Revision 1.22 - (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.21: +5 -5 lines
Diff to previous 1.21
Re-order included order files


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


Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Jun 16 01:36:56 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
Fix issue of display / edit control sequence in editor


Revision 1.19 - (view) (annotate) - [select for diffs]
Sun Jun 15 13:42:38 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.18: +30 -0 lines
Diff to previous 1.18
Add handling of server shutdown and connection interruption


Revision 1.18 - (view) (annotate) - [select for diffs]
Sun Jun 15 06:19:21 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.17: +6 -1 lines
Diff to previous 1.17
Fix bug of splitting quoted article


Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Jun 15 04:46:19 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.16: +12 -0 lines
Diff to previous 1.16
Close DB connection before getting user input


Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Jun 15 03:16:44 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.15: +21 -24 lines
Diff to previous 1.15
Refine error handling


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


Revision 1.14 - (view) (annotate) - [select for diffs]
Sun Jun 15 02:04:18 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.13: +36 -10 lines
Diff to previous 1.13
Correct checking logic of topic lock status


Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Jun 15 00:02:40 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.12: +100 -55 lines
Diff to previous 1.12
Use big-size buffer for SQL against content
Remove \r from content in article modify and reply


Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Jun 14 12:30:15 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.11: +40 -2 lines
Diff to previous 1.11
Add permission check for article post / modify / update


Revision 1.11 - (view) (annotate) - [select for diffs]
Sat Jun 14 11:59:09 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Fix bug: set tid of replied article to topic id instead of article id


Revision 1.10 - (view) (annotate) - [select for diffs]
Sat Jun 14 11:58:00 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Fix bug


Revision 1.9 - (view) (annotate) - [select for diffs]
Sat Jun 14 11:15:46 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
Fix bug
Add bug check code


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


Revision 1.7 - (view) (annotate) - [select for diffs]
Sat Jun 14 02:58:11 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6
Add ctrl_seq_filter and apply to quoted article lines


Revision 1.6 - (view) (annotate) - [select for diffs]
Sat Jun 14 01:40:52 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.5: +255 -29 lines
Diff to previous 1.5
Add article_modify() and article_reply(), not complete


Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Jun 13 13:39:46 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.4: +12 -1 lines
Diff to previous 1.4
Update


Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Jun 13 12:17:21 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.3: +6 -10 lines
Diff to previous 1.3
Update display text


Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Jun 13 12:01:27 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +193 -27 lines
Diff to previous 1.2
Update article_post() (not complete)


Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Jun 12 12:53:49 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +43 -0 lines
Diff to previous 1.1
Update


Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Jun 12 12:14:28 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Add framework of article_post


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