index
:
pttbbs
Jaky.i18n
Jaky.i18n@1075
Jaky.i18n@1807
Kuolin.test
Kuolin.test@1075
Kuolin.test@2043
Ptt.merge
Ptt.merge@1075
Ptt.merge@2064
Ptt.read
Ptt.read@1075
Ptt.read@1812
Ptt.read@1861
Ptt.register
Ptt.register@1075
Ptt.register@1785
Ptt.save_title
Ptt.save_title@1075
Ptt.save_title@2006
bank
bank@1101
in2.newman
mhsin.bindexec
not-maintained
not-maintained@4903
outtacache
outtacache@1075
outtacache@1669
piaip.automake
piaip.automake@1075
piaip.automake@3147
piaip.newlayout
piaip.newlayout@1075
piaip.newlayout@4011
ptt.fpg
ptt.fpg@1075
ptt.fpg@2092
ptt.fpg@2121
ptt.linux
ptt.linux@1075
ptt.linux@2330
ptt.testclient
ptt.testclient@1075
ptt.testclient@2117
pttbbs.dbx
pttbbs.no_pwcu
pttbbs.no_pwcu@1075
pttbbs.no_pwcu@4824
pttbbs.pwcu
pttbbs.pwcu@1075
pttbbs.pwcu@4781
pttbbs.sr_digest
pttbbs.sr_digest@1075
pttbbs.sr_digest@4904
pttbbs.vice_log
refactor
refactor@1075
refactor@3551
scw.angel
scw.angel@1075
scw.angel@1825
scw.brc2
scw.brc2@1075
scw.brc2@1625
scw.telnet
scw.telnet@1075
scw.telnet@2100
test
trunk
trunk@1075
victor.bank
victor.edit
victor.edit@1075
victor.edit@2465
victor.fav4
victor.fav4.bak
victor.gb
victor.screen
victor.screen@1075
victor.screen@2015
victor.solaris
victor.solaris@1075
victor.solaris@2177
victor.symblic
victor.symblic@1075
victor.symblic@1555
victor.tmp
The most popular BBS site in Taiwan (http://opensvn.csie.org/pttbbs)
LAN-TW
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mbbsd
/
bbslua.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- remove strncpy(). use memcpy() and strlcpy() instead.
piaip
2008-01-30
1
-2
/
+1
*
- board: enable changing to MyFavorite in HotBoards
piaip
2008-01-30
1
-4
/
+0
*
- bbslua: add iolimit() api
piaip
2008-01-26
1
-0
/
+8
*
- bbslua: prepare for storage API
piaip
2008-01-23
1
-51
/
+116
*
- bbslua: bugfix for toc redirecting and display
piaip
2008-01-21
1
-2
/
+1
*
- bbslua: fix w32 snprintf issue
piaip
2008-01-19
1
-2
/
+2
*
- bbslua: fix w32 issue
piaip
2008-01-19
1
-4
/
+4
*
- bbslua: change userid() to variable, add usernick, restrict more on lastref.
piaip
2008-01-19
1
-11
/
+48
*
- bbslua: require LatestRef/Title match for latest referring
piaip
2008-01-19
1
-94
/
+384
*
- bbslua: fix bbs.kball() on w32 port
piaip
2008-01-18
1
-1
/
+9
*
- bbs: allow local mail for web based tarqueue
piaip
2008-01-16
1
-23
/
+58
*
- bbslua: add default value for getdata, add LatestRef
piaip
2008-01-14
1
-23
/
+132
*
- bbslua: minor revise
kcwu
2008-01-13
1
-6
/
+7
*
- fix warnings, eol-style
kcwu
2008-01-13
1
-21
/
+21
*
- bbslua: fixed bbs.clock() calculation on win32 port
piaip
2008-01-12
1
-6
/
+12
*
- bbslua: limit lua memory usage.
kcwu
2008-01-12
1
-5
/
+49
*
- license text update
piaip
2008-01-12
1
-4
/
+29
*
- bbslua/pfterm: Add Win32 porting
piaip
2008-01-12
1
-25
/
+84
*
- bbslua: correct line number in file.
kcwu
2008-01-11
1
-3
/
+38
*
- chicken: disable selling
piaip
2008-01-11
1
-1
/
+3
*
- bbslua: enable ^C to break <workaround>
piaip
2008-01-11
1
-15
/
+56
*
- bbslua: add new toc display/compatibility warning and 0.113 API
piaip
2008-01-10
1
-70
/
+213
*
- bbslua: fixed: pause() return integer (should be string)
piaip
2008-01-08
1
-8
/
+13
*
- bbslua: fix corrupted coroutine
piaip
2008-01-08
1
-21
/
+39
*
- term: add doupdate() to force refresh even if input queue is not empty
piaip
2008-01-07
1
-9
/
+4
*
- bbslua: add TOC info
piaip
2008-01-07
1
-17
/
+127
*
- bbslua: add version info
piaip
2008-01-07
1
-31
/
+57
*
- bbs: enhance title editing
piaip
2008-01-07
1
-7
/
+101
*
- bbslua: enable bbs:clock()
piaip
2008-01-06
1
-7
/
+38
*
- fixed: peek_input keeps waiting for new input. (due to buf control)
piaip
2008-01-06
1
-4
/
+12
*
- bbslua: add more API
piaip
2008-01-06
1
-2
/
+57
*
- mail: prevent false alerts more carefully
piaip
2008-01-06
1
-21
/
+71
*
- fix potential exploits (reported by kcwu)
piaip
2008-01-05
1
-2
/
+2
*
- bbslua: fix tail issue, general refine
piaip
2008-01-05
1
-15
/
+60
*
- bbslua: fixed compilation error if not using BBS-Lua
piaip
2008-01-05
1
-2
/
+2
*
- add BBSLUA mode for utmp
piaip
2008-01-05
1
-0
/
+1
*
- bbslua: add detection of buffer, and enable 'P' in pmore to start bbslua
piaip
2008-01-05
1
-21
/
+125
*
- io: add more control API
piaip
2008-01-05
1
-5
/
+121
*
- BBS-Lua project: Extend BBS by Lua scripting language.
piaip
2008-01-04
1
-0
/
+241