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, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.43: +68 -68 lines
Diff to
previous 1.43
,
to
selected 1.28
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
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
,
to
selected 1.28
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.33 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 17 01:25:08 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.32: +0 -5 lines
Diff to
previous 1.32
,
to
selected 1.28
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, 1 week 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)
-
[selected]
Fri Oct 10 01:55:06 2025 UTC
(5 months, 1 week 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()
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.