summaryrefslogtreecommitdiffstats
path: root/mbbsd/kaede.c
Commit message (Expand)AuthorAgeFilesLines
* * fix numlogindayspiaip2009-08-301-1/+1
* - enable large terminal for menu and menu_movie.piaip2008-04-191-2/+3
* - (internal) migrate more code to visio API.piaip2008-04-151-31/+0
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-151-29/+0
* - bbs: fix utmp_brcid out-of-sync on 's' select.piaip2008-04-151-2/+1
* (internal code refine)piaip2008-04-121-9/+0
* (internal) code refine on escape star variables expandingpiaip2008-04-111-13/+3
* - (internal) change Ptt_prints to better function: expand_esc_starpiaip2008-04-091-78/+94
* - enable t_column width of content.piaip2008-01-111-5/+12
* - in the name of secure, let's remove the evil escape that reveals user piaip2008-01-021-26/+18
* - isolate low level termial i/o api calls, prepare for pfterm piaip2007-12-191-0/+93
* * extract common functions as library.kcwu2007-12-121-105/+0
* - add some grayout effects, and general code improvementpiaip2007-12-051-21/+12
* - general code refine: remove all hard-coded "Ptt" message string and wens2007-12-051-1/+0
* - code refine: remove warnings and conditional compilepiaip2007-12-041-1/+0
* - shell execute: safer (just commiting ptt2 local modification, piaip2007-12-021-3/+8
* Ptt_prints prototype changed, length of input string should be givenvictor2006-12-261-13/+13
* real main text editing.piaip2005-09-151-1/+51
* fix buffer overflow.kcwu2005-08-231-0/+1
* orz, utmp number is not privatepiaip2005-07-041-10/+4
* let ansi move cmds backpiaip2005-07-041-0/+10
* apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/gvictor2005-07-041-1/+1
* make low security an option to be toggledpiaip2005-07-031-5/+12
* Security Updatepiaip2005-07-031-1/+6
* New style to specify ANSI escape commands.piaip2005-06-081-3/+3
* add 'const' qualifiers on function parameters.kcwu2005-03-191-3/+3
* symlink(src, dst) instead of symlink(dst, src)in22005-03-121-1/+1
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-2/+2
* replace some prints() with outs(),kcwu2004-06-101-6/+7
* revert cuser from pointer to buffer.ptt2004-04-211-6/+6
* add mmap to cuser get ride of passwd_updateptt2004-03-311-6/+6
* Remove unused strcpy().scw2004-03-121-2/+1
* warning freein22004-02-091-2/+0
* Remove unused code.scw2004-02-011-2/+1
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1487 63ad8ddf-47c3-03...ptt2004-01-301-1/+1
* fix warningvictor2003-12-241-1/+1
* Rewrite strip_ansi() (also move from vote.c to io.c).scw2003-12-241-0/+2
* fix Ptt_prints bugvictor2003-12-221-2/+0
* more quick code in Ptt_prints()in22003-12-191-50/+55
* init file mode for Copy()victor2003-12-031-1/+1
* typovictor2003-11-181-1/+1
* missing O_TRUCT & O_CREATvictor2003-11-181-1/+1
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1349 63ad8ddf-47c3-03...ptt2003-11-161-11/+10
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1336 63ad8ddf-47c3-03...ptt2003-11-151-1/+17
* commentkcwu2003-06-281-2/+2
* fix corrupted big5 commentkcwu2003-06-071-2/+2
* eliminate `static' arraykcwu2003-01-161-4/+3
* sprintf() -> snprintf()in22002-07-231-5/+6
* in Ptt_prints(), sprintf() -> snprintf()in22002-07-211-11/+14
* indent -i4in22002-07-211-3/+3
* fix **t bugin22002-07-201-2/+1
* indentin22002-07-061-34/+43
* I am idoitptt2002-06-261-2/+2
* fix deleted board :ptt2002-06-261-1/+7
* fix Link errorptt2002-06-221-2/+2
* only one shared memoryin22002-06-071-2/+2
* global variable move to var.cin22002-06-041-14/+2
* replace time(NULL) by nowptt2002-05-131-2/+2
* Initial revisionin22002-03-071-0/+95