Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 6e2ba65524 changed: added 'check_abuse' parameter to Login::LoginUser
bool Login::LoginUser(const std::wstring & login, const std::wstring & password, bool remember_me,
                               bool use_ses_log, bool check_abuse)
         default 'false' -- it test the time between GET and POST and the rebus (if exists)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@905 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-10-27 11:17:52 +00:00
core added: locales to fun_ipban.html 2012-10-27 10:14:07 +00:00
db added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
etc added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
functions changed: added 'check_abuse' parameter to Login::LoginUser 2012-10-27 11:17:52 +00:00
html added: locales to fun_ipban.html 2012-10-27 10:14:07 +00:00
locale added: locales to fun_ipban.html 2012-10-27 10:14:07 +00:00
main added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
notify added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
plugins added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
templates added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
txt fixed: base_url_redirect config option was not read from the config file 2012-04-22 13:30:07 +00:00
Makefile fixed: when there is no option "locale_files" in the config 2012-06-30 18:37:52 +00:00