summaryrefslogtreecommitdiffstats
path: root/mbbsd
Commit message (Expand)AuthorAgeFilesLines
...
* - pmore: optimization on movie/frame movepiaip2008-01-281-50/+50
* - read: avoid black holes, even if board article counter is wrong.piaip2008-01-281-17/+42
* - user: hinting on SYSOP permission update of setting emailpiaip2008-01-285-7/+21
* mark dirty after set_attr, fix bug reported at #17dLCl9P (SYSOP) [ptt.cc]victor2008-01-281-0/+1
* - mail: fix assert in case some new mail has empty filename.piaip2008-01-281-1/+2
* - user: allow admins to change email to 'invalid'.piaip2008-01-283-5/+11
* Temporary version of aids.cmhsin2008-01-261-0/+291
* - board: revert back with traditional stylepiaip2008-01-261-3/+12
* - menu: fix compilation error (typedef/struct)piaip2008-01-261-1/+1
* - bbslua: add iolimit() apipiaip2008-01-262-6/+24
* - revise menu.c code.kcwu2008-01-263-64/+63
* - mbbsd: provide the possibility to optimize some API. keep port information.piaip2008-01-261-5/+29
* - buy-mail-box: prevent user accidentally enter the option.piaip2008-01-251-2/+41
* Fix AID search for blackholed boards.mhsin2008-01-251-2/+4
* - bbs: prevent post-reply respond to invalid userpiaip2008-01-251-12/+28
* - edit: fixed currbid=0 assert for anti-crosspost check over non-posts.piaip2008-01-251-19/+28
* - revise code uinfo_query(); fix bug: user will be killed if set perm bits to 4.kcwu2008-01-241-82/+91
* - revise passwd_apply() api, prevent use global variable to pass data.kcwu2008-01-242-27/+31
* - announce: prevent asserts for "entering deleted directories".piaip2008-01-241-11/+31
* - Tagging: offset-by-one error on alerting userpiaip2008-01-232-2/+2
* - read: more check on TagNum to prevent announce paste bugpiaip2008-01-232-4/+4
* - menu: cursor_position is not really useful. and it will cause SEGV for piaip2008-01-231-7/+2
* - bbslua: prepare for storage APIpiaip2008-01-231-51/+116
* - stuff: fix show_file auto wrapped for file with length=80piaip2008-01-223-5/+8
* - emaildb(init): speed up by transactionpiaip2008-01-211-4/+22
* - emaildb: add the init functionalitypiaip2008-01-211-1/+82
* - menu: board admins should be able to do E in admin menupiaip2008-01-211-1/+1
* - Makefile: modified for static libraries and provide hints for different sys...piaip2008-01-211-4/+10
* - fix limit edit displaypiaip2008-01-211-4/+4
* - bbslua: bugfix for toc redirecting and displaypiaip2008-01-211-2/+1
* - bbslua: fix w32 snprintf issuepiaip2008-01-191-2/+2
* - bbslua: fix w32 issuepiaip2008-01-191-4/+4
* - bbslua: change userid() to variable, add usernick, restrict more on lastref.piaip2008-01-192-12/+50
* - bbslua: require LatestRef/Title match for latest referringpiaip2008-01-192-100/+394
* - improve input system logicpiaip2008-01-192-1/+17
* - fix compile error (reported on watch@PttBug/ptt2)piaip2008-01-181-0/+2
* - bbslua: fix bbs.kball() on w32 portpiaip2008-01-181-1/+9
* - var/user: prevent printing NULL for login view confpiaip2008-01-162-4/+6
* - bbs: allow local mail for web based tarqueuepiaip2008-01-165-34/+94
* - pfterm: fixed resize crash issue. GREAT THANKS TO kcwu.piaip2008-01-161-18/+31
* - edit: rich support of Lua syntax highlightpiaip2008-01-151-20/+226
* - bbslua: add default value for getdata, add LatestRefpiaip2008-01-141-23/+132
* - bbs: add title for AID displaypiaip2008-01-146-8/+90
* - edit: simple Lua syntax highlightpiaip2008-01-141-14/+123
* - enable ncurses 'typeahead' APIpiaip2008-01-132-8/+61
* - bbslua: minor revisekcwu2008-01-131-6/+7
* - fix warnings.kcwu2008-01-131-2/+2
* - fix warnings, eol-stylekcwu2008-01-131-21/+21
* - Makefile: identify objects in more detailpiaip2008-01-121-9/+12
* - bbslua: fixed bbs.clock() calculation on win32 portpiaip2008-01-121-6/+12
* - bbslua: limit lua memory usage.kcwu2008-01-121-5/+49
* - io/getdata: close buffer piaip2008-01-121-0/+1
* - chicken: stop making political petspiaip2008-01-121-2/+5
* - license text updatepiaip2008-01-123-10/+48
* - bbslua/pfterm: Add Win32 portingpiaip2008-01-122-28/+136
* - bbslua: correct line number in file.kcwu2008-01-111-3/+38
* - chicken: disable sellingpiaip2008-01-113-71/+6
* - enable t_column width of content.piaip2008-01-111-5/+12
* - bbslua: enable ^C to break <workaround>piaip2008-01-112-15/+73
* - screen: fix compilation error, reported on watch@PttBugpiaip2008-01-111-3/+3
* - bbslua: add new toc display/compatibility warning and 0.113 APIpiaip2008-01-101-70/+213
* - pfterm: fix previous patchset - x forgot to increasepiaip2008-01-101-0/+1
* - pfterm: handle X position better.piaip2008-01-101-16/+11
* - terminal: add newwin()piaip2008-01-102-8/+60
* - pmore: disable massive scroll for smooth output in pftermpiaip2008-01-102-28/+12
* - mmbsd: improve DEBUGSLEEP proctitle for debugging multiple versionspiaip2008-01-103-5/+40
* - bbslua: fixed: pause() return integer (should be string)piaip2008-01-081-8/+13
* - pmore: try to prevent munmap crash issuepiaip2008-01-082-10/+29
* - bbslua: fix corrupted coroutinepiaip2008-01-081-21/+39
* - refine limit edit sourcepiaip2008-01-082-107/+118
* - since there's nothing to use for non-reg-ok users in menu 'P', disable it.piaip2008-01-071-1/+1
* - term: add doupdate() to force refresh even if input queue is not emptypiaip2008-01-074-17/+26
* - bbslua: add TOC infopiaip2008-01-071-17/+127
* - bbslua: add version infopiaip2008-01-072-34/+62
* - bbs: enhance title editingpiaip2008-01-073-9/+189
* - bbslua: enable bbs:clock()piaip2008-01-061-7/+38
* - fixed: peek_input keeps waiting for new input. (due to buf control)piaip2008-01-063-13/+20
* - bbslua: add more APIpiaip2008-01-063-6/+79
* - mail: prevent false alerts more carefullypiaip2008-01-065-33/+96
* - fix potential exploits (reported by kcwu)piaip2008-01-053-4/+23
* - bbslua: fix tail issue, general refinepiaip2008-01-051-15/+60
* - bbslua: fixed compilation error if not using BBS-Luapiaip2008-01-052-2/+4
* - remove extra ';'piaip2008-01-051-1/+1
* - allow setting guest with/without DBCS interuppting escapespiaip2008-01-051-1/+5
* - add BBSLUA mode for utmppiaip2008-01-052-3/+3
* - bbslua: add detection of buffer, and enable 'P' in pmore to start bbsluapiaip2008-01-053-21/+136
* - io: add more control APIpiaip2008-01-052-5/+169
* - admin/reg: fix offset by one on rejectionpiaip2008-01-051-6/+10
* - BBS-Lua project: Extend BBS by Lua scripting language.piaip2008-01-042-0/+247
* - pfterm/screen: add more ncurses like API (add*)piaip2008-01-042-0/+75
* - xyz: show userplan for mailing sysopspiaip2008-01-041-1/+3
* - comments: better not use Ctrl-O as hotkey. UNIX does not send ^O by default.piaip2008-01-043-3/+3
* - fix bid issuepiaip2008-01-041-13/+23
* - mail: enable 'v' for 'readall'piaip2008-01-031-7/+72
* - pfterm: fix TAB calculationpiaip2008-01-031-1/+1
* - pmore: move ChessReplay (z) to outside.piaip2008-01-033-16/+30
* - re-enable sysop-edit in article list modepiaip2008-01-033-61/+69
* - unify login prompt. (it is suggested to not use DBCS version of ':' -piaip2008-01-031-1/+1
* - general fix of some messagespiaip2008-01-024-12/+28
* reorder Makefile, move common modules to topwens2008-01-021-18/+13
* use emaildb interface in user registerwens2008-01-022-4/+34
* - refine Makefile to fit conditional compile in a better waypiaip2008-01-021-4/+21
* New email database interface for restricting how many registered ids per emai...wens2008-01-021-0/+92
* - in the name of secure, let's remove the evil escape that reveals user piaip2008-01-022-27/+24
* - make Test as macro namepiaip2008-01-023-8/+12
* - pfterm: fix TAB behaviorpiaip2008-01-021-3/+10
* - fix display error piaip2008-01-011-0/+1
* - better flush/synchronization flowpiaip2007-12-313-3/+11
* - pfterm: workaround NetTerm/PacketSite bold attribute issuepiaip2007-12-311-16/+71
* - modify file size limitation controlpiaip2007-12-303-19/+72
* - more check for TagNumpiaip2007-12-302-3/+7
* - prevent possible bug to create unlimited huge filepiaip2007-12-302-37/+60
* - edit: add hard limitation of size and linespiaip2007-12-301-16/+60
* - pfterm: maximize reset() to be friendly to non-default fg terminalspiaip2007-12-292-4/+6
* - pfterm: optimize chattr, and improve display for those who set special piaip2007-12-291-2/+12
* pmore - skip warn when playing first pagepiaip2007-12-291-3/+6
* - pmore: relax the movement message in movie playing modepiaip2007-12-291-6/+15
* - pmore: enable warning messages for movie playingpiaip2007-12-292-1/+18
* - remove unused variables and clean deprecated codepiaip2007-12-291-66/+4
* - pfterm: prefer "reset" better than "change bg attr to black".piaip2007-12-291-1/+8
* - fix announce crash bugs (reason: entering a_menu may have different board piaip2007-12-295-43/+93
* - general message updatepiaip2007-12-294-14/+22
* - fix display error when user input wrong value in email address (reported by...piaip2007-12-291-1/+2
* - pmore: warning for ANSI move commands in contentpiaip2007-12-291-0/+11
* - fix reg screen display error, reported by watch@PttBugpiaip2007-12-291-0/+1
* - allow all non-guest user to use myfav (PERM_BASIC)piaip2007-12-285-206/+244
* - pfterm: configuration to workaround very poor terms which do not allow omit...piaip2007-12-271-1/+19
* - assess: apply real MAXGPpiaip2007-12-263-5/+9
* - remove terminal workarounds if we use pftermpiaip2007-12-261-0/+5
* - mbbsd: why a output("1", 1)?piaip2007-12-251-2/+3
* -pfterm: FTCROW/FTAROW works with ft.y, not ft.ry. Never use them in refresh(...piaip2007-12-251-5/+7
* -pfterm: reprint should compare "current attribute" instead of "old piaip2007-12-251-2/+2
* - gp auto fix: update display attribute error and msg logicpiaip2007-12-251-2/+2
* - mbbsd: redraw on display changepiaip2007-12-252-3/+9
* - add 'good post auto recovery' toolpiaip2007-12-252-0/+204
* - pmore: fix: interactive+topions movies may use option bar attribute piaip2007-12-251-0/+1
* - hide register menu option for registered userspiaip2007-12-243-35/+45
* pfterm: piaip2007-12-241-96/+216
* - redrawin() changed to 'invalid only' and will take change at next refreshpiaip2007-12-244-3/+13
* - pfterm: fix init zeros, change MOVE avg lengthpiaip2007-12-241-30/+61
* - clean unused codekcwu2007-12-231-12/+0
* - Makefile to enable pfterm in your environment.piaip2007-12-231-1/+5
* - pfterm: piaip's flat terminal system, aka then "Perfect Term".piaip2007-12-231-0/+2031
* - add Q and improve return value definition in pagerpiaip2007-12-232-4/+17
* - compact AID query UIpiaip2007-12-231-14/+10
* - talk: fix unerased buffer (after scroll/new page)piaip2007-12-221-18/+58
* -general message refinepiaip2007-12-225-14/+40
* - term: don't do too much thing in resizepiaip2007-12-222-11/+1
* - change configuration macro namespiaip2007-12-222-4/+4
* - fix wrong buffer length in inansistr() piaip2007-12-221-0/+2
* - change big_picture to inansistr() api.piaip2007-12-224-10/+29
* Birthday is gone...victor2007-12-221-1/+0
* - refresh screen after changing window sizepiaip2007-12-213-5/+22
* - add outstr() to output complete (DBCS-aware) non-ANSI string (non-functiona...piaip2007-12-211-0/+10
* Happy birthday, kcwu & rafan!! :Dvictor2007-12-211-0/+1
* - change screen APIs to ncurses-like namespiaip2007-12-2114-47/+79
* - talk: big_picture free version, prepared for pftermpiaip2007-12-214-124/+174
* - disable ^T over pause - modern terms already can do so. piaip2007-12-211-39/+8
* -remove standout() API, prepare for pftermpiaip2007-12-202-232/+163
* - grayout: API change, from [y,end) to [y,end]piaip2007-12-207-46/+28
* - optimize output: prepare for pftermpiaip2007-12-202-4/+20
* - io: EXP_OUTRPT report total and sessioned output bytes, for evaluation of t...piaip2007-12-201-9/+26
* - isolate low level termial i/o api calls, prepare for pfterm piaip2007-12-193-129/+121
* - better range checking on time_4tpiaip2007-12-191-1/+4
* - disable vice tickets < specific numberpiaip2007-12-191-13/+15
* - exp: edit/upload now enabled for special boardspiaip2007-12-192-20/+38
* Fix 32/64-bit problem.mhsin2007-12-181-1/+1
* Revert r3704 and add saturation check for gettime().mhsin2007-12-181-8/+9
* - fix signed time4_t limitationpiaip2007-12-181-1/+7
* * Enhanced AID query UI.mhsin2007-12-173-38/+68
* edit: exp - upload filepiaip2007-12-172-2/+83
* - add "fix aloha" for userspiaip2007-12-173-15/+61
* * Add Article IDentification System(AIDS)mhsin2007-12-173-8/+324
* - fix recommends update cache and good_post relationpiaip2007-12-171-7/+13
* - general message update and optimizationpiaip2007-12-1710-58/+51
* - optimize big I formatting piaip2007-12-173-143/+89
* - move more BM management keys to integrated b_configpiaip2007-12-162-198/+199
* - prepare to remove chicken-pkpiaip2007-12-163-15/+34
* - prepare for text-only editingpiaip2007-12-162-15/+98
* - fix bug "good post dropped if user online"piaip2007-12-162-0/+14
* - fix b_config lines calculationpiaip2007-12-161-2/+2
* - uncaching escape failed again... disable now.piaip2007-12-161-0/+6
* general message fix:piaip2007-12-162-9/+27
* - ignore bottom for recommending in special modespiaip2007-12-162-5/+6
* - disable interupting ANSI inside DBCS characters (for UTF-8 or piaip2007-12-162-2/+28
* - better method to uncache ANSI escapespiaip2007-12-161-2/+21
* - revert uncaching of ANSI escapes: need more tricks to finish it.piaip2007-12-161-2/+1
* - general message fixpiaip2007-12-164-57/+71
* - enable cross-post requirement if AUTO_CPLOG onpiaip2007-12-152-14/+40
* - unify processing clock variable 'now'piaip2007-12-153-17/+21
* - fix typo (reported by watch.bbs@ptt.cc)piaip2007-12-151-1/+1
* - crosspost: better logic to anti crosspost spammerspiaip2007-12-151-33/+90
* - isolate telnet protocol. moved from mbbsd.cpiaip2007-12-133-322/+340
* fix compile errorkcwu2007-12-121-1/+1
* * extract common functions as library.kcwu2007-12-1217-851/+37
* * revise codekcwu2007-12-125-9/+9
* * remove unused codekcwu2007-12-121-582/+0
* - (msg) fix backslash in stringpiaip2007-12-112-245/+261
* - change hard coded .DIR to macro definitionspiaip2007-12-117-11/+10
* - cross_post crash: better workaround. still waiting someone to fix it.piaip2007-12-111-2/+5
* - edit_post/smartmerge: use fnv hash instead of external MD5.piaip2007-12-111-16/+60
* - search: fix wrong modification (should be file name part)piaip2007-12-111-2/+2
* - search: must update SR name to match new DBCS aware searchpiaip2007-12-112-2/+7
* improved dbcs_strcasestrpiaip2007-12-101-0/+47
* edit_post: add Smart Mergepiaip2007-12-101-5/+131
* - hinting outposts may not receive recommendationspiaip2007-12-091-16/+22
* - getdata: offset-by-one in input field with ANSIpiaip2007-12-091-1/+1
* - quote ASSESS features with #ifdefpiaip2007-12-092-6/+12
* - pmore: prevent scrolling to end after aborting movie playbackpiaip2007-12-091-5/+6
* b_config: fix const errorpiaip2007-12-091-1/+1
* pmore: help updatepiaip2007-12-091-7/+5
* - better decision of modified markspiaip2007-12-081-41/+43
* help file: fix alignment due to backslashpiaip2007-12-081-1/+4
* pmore: quick raw-mode pref for beloved backslashpiaip2007-12-081-29/+109
* - change money name to macro for better isolationpiaip2007-12-088-38/+40
* - change hard-coded board names to definespiaip2007-12-079-20/+21
* digest: fixed "user can post at first time entering digest",piaip2007-12-072-5/+8
* pmore: fix ^LG random selectionpiaip2007-12-071-0/+3
* artwork: better grayout for big-Ipiaip2007-12-071-4/+13
* - pmore: fixed partial matching for named framespiaip2007-12-061-0/+5
* - allow 5 digits in board selection, since Ptt1/2 are both having 10k+ piaip2007-12-051-67/+52
* - grayout: must process scroll linespiaip2007-12-052-4/+12
* - grayout: check potential (almost impossible) buffer overflowpiaip2007-12-053-12/+41
* - definition and macro fix after sync with PTT1piaip2007-12-051-4/+4
* - enable board for artwork againpiaip2007-12-051-6/+6
* - add some grayout effects, and general code improvementpiaip2007-12-056-22/+22
* screen: add grayout systempiaip2007-12-052-1/+64
* pmore: message abstraction for localizationpiaip2007-12-051-22/+63
* getans: reduce buffer to reflect its naturepiaip2007-12-052-8/+16
* pmore: anti XXMan DBCS detection, improve Windows telnet portabilitypiaip2007-12-051-9/+10
* bbs: if reply() failed, also needs screen update.piaip2007-12-051-1/+2
* pmore: new preference configpiaip2007-12-051-148/+180
* - fixed N in userlist forgetting to initialize user nickname.piaip2007-12-051-4/+14
* - general refine and improvement, fixing messagespiaip2007-12-053-14/+20
* - move hard-coded board names to pttbbs.conf.piaip2007-12-057-15/+26
* - general code refine: remove all hard-coded "Ptt" message string and wens2007-12-0513-65/+77
* - pmore: add random for goto piaip2007-12-041-1/+21
* - pmore interactive: support both BS (0x7f, ^H) and 6 function nav keyspiaip2007-12-041-17/+32
* - add option to support both coloured and symboled modification mark (~ and +)piaip2007-12-043-7/+30
* - pmore: enable more named keys (@b, @h, @e)piaip2007-12-041-14/+33
* - code refine: remove warnings and conditional compilepiaip2007-12-043-1/+4
* artwork fixpiaip2007-12-032-9/+11
* - pmore: artwork for interation optionspiaip2007-12-031-25/+88
* - brcv3: change the "modified" mark to grayed mark.piaip2007-12-031-14/+40
* - security hole: after BM quoting files from other board, they can editpiaip2007-12-031-3/+21
* - vote: fixed newer boards (bid>32767) cannot vote, due to using short for bid.piaip2007-12-031-114/+9
* - BRC v3: process special files better (which may sharepiaip2007-12-021-2/+16
* BRV v3: update modified logicpiaip2007-12-022-10/+29
* - modify login: empty input is counted into attemptspiaip2007-12-021-1/+4
* - brcV3: fixed v2 conversion error (v2 may truncate board information)piaip2007-12-021-2/+13