winix/db
Tomasz Sowa 01892d2766 added: flag has_pass to User structure
if false that means the user has not set a password yet 
       (this can be used by a plugins to create a new account without a password set)
       in order to login the user first has to set a new password
       (this can be done from a some kind of activation link send via email etc)
       



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@954 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-06-07 11:20:44 +00:00
..
Makefile changed: now we are using the C++ 11 language (-std=c++11) and we are using 2013-10-15 21:57:51 +00:00
Makefile.dep changed: now we are using the C++ 11 language (-std=c++11) and we are using 2013-10-15 21:57:51 +00:00
Makefile.o.dep added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
db.cpp added: flag has_pass to User structure 2014-06-07 11:20:44 +00:00
db.h added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbbase.cpp added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbbase.h added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbconn.cpp added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbconn.h added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbitemcolumns.cpp added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbitemcolumns.h added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbitemquery.cpp added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbitemquery.h added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbtextstream.cpp added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
dbtextstream.h added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00