index
:
acf-core
0.12-stable
0.13-stable
0.14-stable
0.17-stable
0.18-stable
0.19-stable
0.20-stable
Alpine1.8_Fixes
Alpine1.9_Fixes
master
ACF module for core
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added functionallity to modify options in a file
Mika Havela
2008-01-29
1
-4
/
+33
*
Fixed a bug in getopts. Getopts have ben broken for some time... dont know fo...
Mika Havela
2008-01-28
1
-6
/
+12
*
Changes effect only the log in|out functions. Will work now. Next working on ...
Mike Mason
2008-01-26
1
-9
/
+50
*
Change order of arguments inf table_to_string and string_to_table
Nathan Angelacos
2008-01-25
1
-4
/
+4
*
Check if file exists or return nil
Mika Havela
2008-01-25
1
-0
/
+2
*
Fixed a bug when looking for where next parameter starts
Mika Havela
2008-01-24
1
-1
/
+1
*
Minor changes on tables
Mika Havela
2008-01-24
1
-3
/
+3
*
Adding logon-status and finally with nangel's help got this working
Mike Mason
2008-01-23
1
-2
/
+20
*
Cleaning up debugs code and making it work better with tables that are nested...
Mika Havela
2008-01-23
1
-59
/
+28
*
Fixed a bug when a value contains a - sign. Now it looks for (space)- before ...
Mika Havela
2008-01-17
1
-1
/
+4
*
Added function that does almost the same as posix.stat, but instead writes hu...
Mika Havela
2008-01-15
1
-0
/
+17
*
Added delay so that the process has time to start/stop/restart before some ot...
Mika Havela
2008-01-15
1
-1
/
+3
*
Remembered the makefile!
Mika Havela
2008-01-14
1
-1
/
+4
*
Added some code in the daemoncontrol
Mika Havela
2008-01-14
1
-0
/
+19
*
Moving getopts function from openntpd-model to a library.\nMoving daemon-cont...
Mika Havela
2008-01-13
2
-0
/
+59
*
fixed pidof
Natanael Copa
2008-01-11
1
-6
/
+11
*
renamed pidof lib to procps. should be safe since noone is using it
Natanael Copa
2008-01-11
1
-1
/
+1
*
renamed pidof lib to procps. should be safe since noone is using it
Natanael Copa
2008-01-11
1
-0
/
+0
*
added serialize() function
Natanael Copa
2008-01-10
1
-1
/
+7
*
Changed the looks on logon-html (and small change in static.css).
Mika Havela
2007-12-26
1
-0
/
+1
*
A temporary tool when coding ACF. This could be used to output all tables/var...
Mika Havela
2007-12-26
1
-0
/
+64
*
logon works - but session table is not saved yet
Nathan Angelacos
2007-12-22
2
-3
/
+3
*
Updated <input to hold the class information. This co-operates with the css
Mika Havela
2007-12-20
1
-1
/
+1
*
Added an md5sum hash function to fs.lua. Cron-model and cron-controller added...
Mike Mason
2007-12-13
1
-0
/
+8
*
Changing password-model to use format. Adding function to format.
Mike Mason
2007-12-13
1
-0
/
+13
*
WIP
Nathan Angelacos
2007-12-09
1
-3
/
+3
*
added logevent function (hardcoded to write to /var/log/acf.log)
Nathan Angelacos
2007-12-09
1
-6
/
+7
*
logon model stubbed in
Nathan Angelacos
2007-12-09
1
-1
/
+13
*
More format libs like search_replace and such. All now documented on wiki
Mike Mason
2007-12-06
1
-19
/
+69
*
Made validator functions useful after load, fixed a bug in format, changed RE...
Mike Mason
2007-12-05
4
-6
/
+33
*
reworked authenticator
Nathan Angelacos
2007-12-05
1
-26
/
+37
*
Added timezone information to date.lua. Added fs.file_write to be able to add...
Mike Mason
2007-12-04
3
-0
/
+160
*
plaintext authenticator library
Nathan Angelacos
2007-12-04
2
-1
/
+83
*
Put the cfe_unpack function in html. This helps with cfe troubleshooting. Sho...
Mike Mason
2007-11-30
2
-12
/
+12
*
html.lua contains the cfe to specific html modules. Took out the table functi...
Mike Mason
2007-11-29
1
-30
/
+1
*
Lots of changes. fs.lua now only has file/filesystem functions. format.lua ad...
Mike Mason
2007-11-28
5
-91
/
+135
*
Added date.lua
Mike Mason
2007-11-28
1
-0
/
+1
*
added split and join to fs.lua and gave them function names so we don't have ...
Mike Mason
2007-11-28
3
-1
/
+65
*
redid date_diff
Mike Mason
2007-11-27
1
-47
/
+41
*
fixed functions and updated with a date_diff
Mike Mason
2007-11-27
1
-12
/
+30
*
Added more tables and functions. Trying to document also.
Mike Mason
2007-11-26
1
-2
/
+86
*
Adding date and time functionality
Mike Mason
2007-11-23
2
-3
/
+73
*
Cleaning up libraries
Mike Mason
2007-11-23
4
-363
/
+0
*
Added ipairs_string to go through a table and make it a string. Easier to wri...
Mike Mason
2007-11-22
1
-0
/
+15
*
Added a search replace function for files
Mike Mason
2007-11-22
1
-1
/
+14
*
added library for pidof
Natanael Copa
2007-11-17
2
-0
/
+72
*
moved sandbox. added privsep to makefile
Natanael Copa
2007-11-16
1
-0
/
+1
*
Session library now records events of notice when an invalid sessionid
Nathan Angelacos
2007-11-15
1
-11
/
+48
*
adding more functions to fs. May need to go into a file.lua
Mike Mason
2007-11-15
1
-3
/
+37
*
added library for privilege separation
Natanael Copa
2007-11-14
1
-0
/
+75
[prev]
[next]