| /[LeafOK_CVS]/lbbs/src/article_post.c |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Links to MAIN: | (view) (annotate) |
| Sticky Tag: |
Update copyright info
Append \n to the end of logging message by log_...() Remove ending \n from each logging message
Use config.h
Add selection of quote mode (Full / Abbr.)
Apply BWF to article post / reply / modify
Use enum / const int instead of macro define constant integers
Use enum instead of macro define for constants in bbs.h
Refine file header information comments
Update file header information comments
Refine handling of unsupported / invalid ANSI control sequence
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.
Reverse meaning of LML quote_mode. It was incorrect before fix.
No longer use igetch_reset() to skip remaining \n after \r \r\n -> \r and \n -> \r conversions have already been implemented in igetch()
Refine
Remove legacy code
Set reply_note = 0 as default in article_reply()
Add set / unset reply_note in article_post() / article_modify() / article_reply()
Notify the author(s) of replied of topic / article in article_reply()
Add move cursor feature to get_data()
Rename lml_plain() to lml_render()
Fix bug in LML render Add lml_tag = 0 mode for quoted article content
Support UTF8 instead of GBK
Add parameter to return line_widths in split_data_lines()
Re-order included order files
Move macro definitions to autoconf
Fix issue of display / edit control sequence in editor
Add handling of server shutdown and connection interruption
Fix bug of splitting quoted article
Close DB connection before getting user input
Refine error handling
Refine excerption status check and update logic
Correct checking logic of topic lock status
Use big-size buffer for SQL against content Remove \r from content in article modify and reply
Add permission check for article post / modify / update
Fix bug: set tid of replied article to topic id instead of article id
Fix bug
Fix bug Add bug check code
Add implementation of article post / modify / reply
Add ctrl_seq_filter and apply to quoted article lines
Add article_modify() and article_reply(), not complete
Update
Update display text
Update article_post() (not complete)
Update
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.
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |