winix/core
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
..
Makefile small changes in Makefiles 2011-06-06 20:35:56 +00:00
Makefile.dep changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
Makefile.o.dep changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
acceptbaseparser.cpp added support for gzip compression 2011-04-02 00:10:16 +00:00
acceptbaseparser.h added support for gzip compression 2011-04-02 00:10:16 +00:00
acceptencodingparser.h added support for gzip compression 2011-04-02 00:10:16 +00:00
app.cpp added: now winix will not log post parameters with 'pass' in names (at the beginning) 2011-06-06 22:47:34 +00:00
app.h renamed: config option 'html_filter_break_lines' to 'html_filter_break_word' 2011-04-16 08:42:22 +00:00
basethread.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
basethread.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
bbcodeparser.cpp fixed: BBCODEParser incorrectly worked with the latest changes in HTMLFilter 2011-04-16 11:27:54 +00:00
bbcodeparser.h added: "str" "strnc" ezc functions 2011-04-26 17:19:08 +00:00
compress.cpp added support for gzip compression 2011-04-02 00:10:16 +00:00
compress.h added support for gzip compression 2011-04-02 00:10:16 +00:00
config.cpp changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
config.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
confparser.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
confparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
cookieparser.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
crypt.cpp changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
crypt.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
cur.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
dircontainer.cpp we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
dircontainer.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
dirs.cpp small changes in Makefiles 2011-06-06 20:35:56 +00:00
dirs.h fixed: find_ticket_value (in plugins/ticket/templates.cpp) 2011-01-23 23:23:24 +00:00
error.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
getparser.h added: to gallery plugin: gallery_theme() mount option 2011-02-15 23:20:12 +00:00
group.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
groups.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
groups.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
htmlfilter.cpp fixed: BBCODEParser incorrectly worked with the latest changes in HTMLFilter 2011-04-16 11:27:54 +00:00
htmlfilter.h fixed: BBCODEParser incorrectly worked with the latest changes in HTMLFilter 2011-04-16 11:27:54 +00:00
httpsimpleparser.cpp removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
httpsimpleparser.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
item.cpp we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
item.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
lastcontainer.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
lastcontainer.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
loadavg.cpp added: function adduser 2010-02-28 00:08:10 +00:00
loadavg.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
log.cpp added: now winix will not log post parameters with 'pass' in names (at the beginning) 2011-06-06 22:47:34 +00:00
log.h added: now winix will not log post parameters with 'pass' in names (at the beginning) 2011-06-06 22:47:34 +00:00
misc.cpp added: now winix will not log post parameters with 'pass' in names (at the beginning) 2011-06-06 22:47:34 +00:00
misc.h added: now winix will not log post parameters with 'pass' in names (at the beginning) 2011-06-06 22:47:34 +00:00
mount.cpp added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
mount.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
mountparser.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
mountparser.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
mounts.cpp added: mount options: thumb_size(cx, cy) 2011-02-11 21:37:28 +00:00
mounts.h added: mount options: thumb_size(cx, cy) 2011-02-11 21:37:28 +00:00
plugin.cpp small changes in Makefiles 2011-06-06 20:35:56 +00:00
plugin.h added: to gallery plugin: gallery_theme() mount option 2011-02-15 23:20:12 +00:00
plugindata.cpp added: sessions data for plugins (plugindata.h plugindata.cpp) 2010-05-04 21:58:22 +00:00
plugindata.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
pluginmsg.h added: to gallery plugin: gallery_theme() mount option 2011-02-15 23:20:12 +00:00
postmultiparser.cpp added: now winix will not log post parameters with 'pass' in names (at the beginning) 2011-06-06 22:47:34 +00:00
postmultiparser.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
postparser.h added: now winix will not log post parameters with 'pass' in names (at the beginning) 2011-06-06 22:47:34 +00:00
rebus.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
rebus.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
request.cpp added: mount options: thumb_size(cx, cy) 2011-02-11 21:37:28 +00:00
request.h added: mount options: thumb_size(cx, cy) 2011-02-11 21:37:28 +00:00
requesttypes.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
run.cpp changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
run.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
session.cpp fixed: a new created session doesn't have a correct time set 2011-02-18 09:33:15 +00:00
session.h fixed: a new created session doesn't have a correct time set 2011-02-18 09:33:15 +00:00
sessioncontainer.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
sessioncontainer.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
sessionmanager.cpp fixed: a new created session doesn't have a correct time set 2011-02-18 09:33:15 +00:00
sessionmanager.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
sessionparser.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
sessionparser.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
synchro.cpp - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
synchro.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
system.cpp changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
system.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
textstream.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
textstream.h added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
thumb.cpp we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
thumb.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
ugcontainer.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
user.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
users.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
users.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
version.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00