winix/html
Tomasz Sowa 18ecd46a01 changed: when winix demonizes it creates a three new descriptors (0, 1 and 3)
pointing to /dev/null
added:   DbBase::AssertValueBin(PGresult * r, int row, int col, std::string & result)
         it reads binary (bytea) data
added:   DbTextStream can handle 'bool' types now
         (is puts 'true' of 'false' to the stream)
changed: now passwords can be stored either as plain text, a hash or can be encrypted
         with RSA
         currently we have following hashes:
         md4, md5, sha1, sha224, sha256, sha384, sha512
         we are using openssl to manage them
         (look at config options for more info)
changed: winix version to 0.4.7         
added:   class Run - you can run any program from os and send a buffer to its standard input
         and read what the program put on its standard output
added:   class Crypt (in System) - calculating hashes, and crypting/decrypting




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@734 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-06-09 21:22:08 +00:00
..
dir_last_info.html added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
err_404.html changed: rename cmslu to winix 2010-01-28 15:39:01 +00:00
err_per_denied.html changed: rename cmslu to winix 2010-01-28 15:39:01 +00:00
error.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_adduser.html changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
fun_cat.html changed cat template 2010-12-12 09:41:20 +00:00
fun_chmod.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_chown.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_ckeditor.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_cp.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_createthread.html 'tickets' can use 'threads' now 2011-01-20 18:37:51 +00:00
fun_createticket.html changed templates 2011-01-27 14:35:25 +00:00
fun_default.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_editticket.html fixed: there was missing html/fun_editticket.html template 2010-09-05 18:58:24 +00:00
fun_emacs.html 'tickets' can use 'threads' now 2011-01-20 18:37:51 +00:00
fun_emacs_post.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_gallery.html updated 'galleria' js plugin 2011-04-01 16:30:14 +00:00
fun_last.html removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
fun_ln.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_login.html removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
fun_ls.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_mkdir.html removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
fun_mv.html added: cp function for directories 2010-06-05 19:44:49 +00:00
fun_priv.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
fun_reload.html added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
fun_reply.html 'tickets' can use 'threads' now 2011-01-20 18:37:51 +00:00
fun_rm.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_run.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_showthreads.html added in ticket/templates.cpp binary search for tickets and tickets parameters 2011-01-21 16:16:52 +00:00
fun_showtickets.html added in ticket/templates.cpp binary search for tickets and tickets parameters 2011-01-21 16:16:52 +00:00
fun_stat.html added 'stat' winix function 2010-10-23 14:54:44 +00:00
fun_subject.html added function: uname 2010-05-20 18:28:19 +00:00
fun_template.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_thread.html added: winix uses now [filter] statement from ezc 2011-01-26 12:45:38 +00:00
fun_ticket.html changed templates 2011-01-27 14:35:25 +00:00
fun_tinymce.html changed: updated to the new ezc api, this with O(1) when looking for a specific ezc function 2010-11-25 22:42:24 +00:00
fun_uname.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_upload.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
fun_uptime.html added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
fun_vim.html added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
fun_who.html removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
index.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
index_contentmenu.html fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
index_footer.html fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
index_head.html added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
index_head_functions_add.html updated 'galleria' js plugin 2011-04-01 16:30:14 +00:00
index_header.html fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
item_info.html added support for UTF-8 2010-11-21 00:19:17 +00:00
item_options.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
item_tab_info.html 'tickets' can use 'threads' now 2011-01-20 18:37:51 +00:00
stats_info.html added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
thread_sort_tab_info.html fixed: find_ticket_value (in plugins/ticket/templates.cpp) 2011-01-23 23:23:24 +00:00