Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa ecc89d8596 added: two plugin's messages
// a session is going to be removed
// it is called from session manager's thread (with lock/unlock)
#define WINIX_PREPARE_SESSION_TO_REMOVE          30027

// a session has been removed
// it is called from session manager's thread (with lock/unlock)
// in l1 you have the old session id
#define WINIX_SESSION_REMOVED                    30029




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@832 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-05-01 17:58:42 +00:00
core added: two plugin's messages 2012-05-01 17:58:42 +00:00
db updated: to the new Pikotools API 2012-04-30 22:53:54 +00:00
functions updated: to the new Pikotools API 2012-04-30 22:53:54 +00:00
html fixed: misc: ValidateEmail() buffer overflow 2012-03-09 22:56:54 +00:00
locale fixed: misc: ValidateEmail() buffer overflow 2012-03-09 22:56:54 +00:00
main updated: to the new Pikotools API 2012-04-30 22:53:54 +00:00
notify updated: to the new Pikotools API 2012-04-30 22:53:54 +00:00
plugins updated: to the new Pikotools API 2012-04-30 22:53:54 +00:00
static added: winix function: rmuser 2012-03-09 02:36:25 +00:00
templates updated: to the new Pikotools API 2012-04-30 22:53:54 +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 updated: to the new Pikotools API 2012-04-30 22:53:54 +00:00