1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added logout_redirect config option to redirect users following logout. More... over 18 years ago
Added logout_redirect config option to redirect users following logout. More... over 18 years ago
Added test for $managesieve->starttls(). More... over 18 years ago
Added test for $managesieve->starttls(). More... over 18 years ago
Disable TLS before closing socket if enabled. More... over 18 years ago
Disable TLS before closing socket if enabled. More... over 18 years ago
Read starttls response correctly if negotiation fails. More... over 18 years ago
Read starttls response correctly if negotiation fails. More... over 18 years ago
Add STARTTLS support. Requires PHP-5.1 or above with OpenSSL support. More... over 18 years ago
Add STARTTLS support. Requires PHP-5.1 or above with OpenSSL support. More... over 18 years ago
Updated Copyright for 2006. More... over 18 years ago
Updated Copyright for 2006. More... over 18 years ago
Display the server 'display' value instead of the host name common_status.inc. More... over 18 years ago
Display the server 'display' value instead of the host name common_status.inc. More... over 18 years ago
Use sprintf to avoid curly bracket confusion (Bug #1369220). More... over 18 years ago
Use sprintf to avoid curly bracket confusion (Bug #1369220). More... over 18 years ago
Returning references to non-variables causes an error in PHP 4.4/5.1 (Bug #1365169). More... over 18 years ago
Returning references to non-variables causes an error in PHP 4.4/5.1 (Bug #1365169). More... over 18 years ago
Changes to auth handling: More... over 18 years ago
Changes to auth handling: - Abstrct SmartSieve login into new SmartSieve::login() function - Added new SmartSieve::checkAuthentication() function to check the auth state of the current session, handle login attempts and redirect to the login page if necessary - A few include/require calls changed to use SmartSieve::getConf() - New initial_page config option controls which page users see following login - Added new SmartSieve::destroy() function. Make sure we destroy the current session following an auth failure. This will avoid browser loops. - Added SmartSieve::logout() function so we don't have to redirect via login.php More... over 18 years ago
Handle script names containing space, backslash and double-quote chars (Bug #1075450). More... over 19 years ago
Handle script names containing space, backslash and double-quote chars (Bug #1075450). More... over 19 years ago
Escape "&" characters in the encoded script index. More... over 19 years ago
Escape "&" characters in the encoded script index. More... over 19 years ago
Use transliterations when converting from UTF-8 using iconv. More... over 19 years ago
Use transliterations when converting from UTF-8 using iconv. More... over 19 years ago
Make custom rule interface more intuitive. More... over 19 years ago
Make custom rule interface more intuitive. More... over 19 years ago
Fix unconditional custom rules (Bug #1000050). More... over 19 years ago
Fix unconditional custom rules (Bug #1000050). More... over 19 years ago