winix/html
Tomasz Sowa c9bf20201b added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies)
added:   possibility to ban if a client tries to hijack the session cookie
added:   possibility to ban if a client did not send a session cookie
renamed: ezc functions:
         login_cannot_login -> ipban_is_login_allowed_from_this_ip  (and the return value was changed)
         login_when_available_login -> ipban_current_ip_expires_time
added: config options:
       // after how many broken encoded cookie we should ban the current IP
       // default: 2 (value in the range <0 - 65535>)
       size_t broken_encoded_cookie_treshold;

       // after how many incorrect session identifiers (or session indices) we should ban the current IP
       // do not set this value too low, as people connecting from the same IP address (from behind a NAT)
       // would be banned if they have an old session cookie remembered in the browser
       // default: 128 (value in the range <0 - 65535>)
       size_t session_hijacking_treshold;

       // after how many times a client will be banned if it did not send a session cookie
       // default: 1000 (value in the range <0 - 65535>)
       size_t no_session_cookie_treshold;








git-svn-id: svn://ttmath.org/publicrep/winix/trunk@995 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-11-24 20:22:30 +00:00
..
dir_last_info.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
err_404.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
err_per_denied.html added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
fun_account.html added: winix function 'account' 2013-05-16 19:26:44 +00:00
fun_adduser.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_cat.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_chmod.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_chown.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_ckeditor.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_cp.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_createthread.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_createticket.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_default.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_editticket.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_emacs.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_emacs_post.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_env.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_export.html changed: plugin 'export': export winix function 2013-04-17 00:37:39 +00:00
fun_gallery.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_imgcrop.html added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
fun_ipban.html added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
fun_last.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_ln.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_locale.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
fun_login.html added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
fun_ls.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_man.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_meta.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_mkdir.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_mount.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_mv.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_nicedit.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_passwd.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_priv.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_pw.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
fun_reload.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_reply.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_rm.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_rmuser.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_run.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_showthreads.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_showtickets.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_sort.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
fun_stat.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_subject.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_template.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_thread.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
fun_ticket.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
fun_timezone.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
fun_tinymce.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_uname.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_upload.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_uptime.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_vim.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
fun_who.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
index.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
index_fullscreen.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
index_head_functions_add.html added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
item_info.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
item_options.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
item_tab_info.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00
slog.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
stats_info.html removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
thread_sort_tab_info.html updated: to the new Ezc API 2014-11-02 17:47:34 +00:00