includes/rijndael.php
2009-02-16 Dan Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
2009-01-04 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
2008-07-09 Dan Completed work (we hope) on CacheManager admin page
2008-07-07 Dan Fixed missing randkey() method in rijndael.php
2008-07-03 Dan As promised, dropped in the new librijndael. Benchmarks say about 3 times faster, but more performance testing will be done.
2008-04-06 Dan SECURITY: Disabled caching of decrypted DiffieHellman login requests
2008-03-03 Dan Implemented password reset (albeit hackishly) into the new login API; added dummy window.console object to hopefully reduce errors when Firebug isn't around; fixed the longstanding ACL dismiss/close button bug; fixed a couple undefined variables in mailer; fixed PHP error on attempted opening of /dev/(u)random in rijndael.php; clarified documentation for PageProcessor::update_page(); fixed some logic problems in theme ACL code; disabled CAPTCHA debug
2008-02-24 Dan Fixed a number of IE6 bugs
2008-02-22 Dan Merging fixes and updates from stable branch
2008-01-01 Dan Integrating patch for PHP 6.0-dev compatibility
2008-01-28 Dan Got Enano to load even if there are no plugins; added caching for decrypted session keys to significantly improve performance (in theory at least)
2008-01-16 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
2008-01-03 Dan WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
2007-11-24 Dan Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
2007-07-08 Dan Bugfixes: Login system properly handles blank password situation (returns ""); fading button now works right with relative URLs
2007-07-05 Dan Oops - memory leak in urandom reader
2007-07-05 Dan $aes->gen_readymade_key() now uses /dev/urandom when possible
2007-07-05 Dan I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
2007-07-03 Dan Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
2007-06-13 dan Adding /includes
less more (0) tip