Log of /lbbs/src/article_post.c
Parent Directory
|
Revision Log
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.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.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.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.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.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.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.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.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.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
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.