summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-08-05Multi::IRC: Re-added the !vn commandYorhel1-36/+36
2009-08-05Multi::IRC: Don't listen to unaddressed commands without the ! triggerYorhel1-2/+2
2009-08-05Multi::IRC: Allow commands to be called by addressing the botYorhel1-10/+13
2009-08-05Multi::IRC: Display edit summary on edit linksYorhel1-3/+9
2009-08-05Multi::IRC: Display board titles in thread linkingYorhel1-2/+19
2009-08-04Started on Multi::IRC rewriteYorhel1-254/+246
2009-08-01Don't try to DELETE FROM vnlists in dbUserDel()Yorhel1-1/+0
2009-07-31Use bytea data type to store session tokensYorhel1-10/+8
2009-07-31Fetch hex hashes from dbUserGet() and do comparison in hexYorhel2-12/+9
2009-07-31Added encode_utf8() on $salt and $pass in _authEncryptPass()Yorhel1-3/+5
2009-07-30Util::Auth: check cookie for sanity and delete incorrect cookiesYorhel1-5/+14
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel3-32/+115
2009-07-29Changed sessions.expiration column to timestamp3dB2-4/+11
2009-07-29Altered the way sessions are handled in some cases3dB2-0/+2
2009-07-29Cleanup of Util/Auth.pm3dB1-13/+7
2009-07-29Rewrote Multi::MaintenanceYorhel1-99/+99
2009-07-28Rewrote cookie experation string generation to use POSIX::strftime3dB1-5/+3
2009-07-28Removed Crypt::Lite dependency3dB1-11/+8
2009-07-28Multiple bugfixes to authorization system & sql tweaks3dB2-12/+13
2009-07-28Modified DB libraries and user handlers dealing with passwords to work with n...3dB2-8/+10
2009-07-28Replaced _authGenerateSalt with a better one-liner.3dB1-21/+7
2009-07-27Committing initial modification of authorization module.3dB1-21/+74
2009-07-27Applied small adjustments and reorganized DB library code.3dB2-44/+33
2009-07-24Checkin of auth rewrite progress.3dB1-0/+43
2009-07-23Created subroutine to genrate password salts3dB1-0/+11
2009-07-23Remove session aliases in shutdown handlerYorhel5-0/+5
2009-07-23Implemented relgraph notify from PgSQL triggerYorhel4-22/+6
2009-07-19Rewrote Multi::RGYorhel1-129/+88
2009-07-19Multi::Core: Correctly set the pg_enable_utf8 flagYorhel1-1/+1
2009-07-19Notify Multi::Image via PostgreSQL for new screenshotsYorhel2-3/+2
2009-07-19Converted and renamed screenshots.status (int) to processed (bool)Yorhel2-4/+4
2009-07-18Notify Multi::Image for new cover images via LISTEN/NOTIFYYorhel2-2/+3
2009-07-18Rewrote Multi::ImageYorhel1-164/+61
2009-07-18Use PostgreSQL's LISTEN/NOTIFY to notify Multi::Anime for new animeYorhel2-2/+5
2009-07-18Rewrote Multi::AnimeYorhel1-162/+104
2009-07-18Automatically insert rows into anime table for new vn_anime.aid itemsYorhel1-18/+5
2009-07-18Modified definition of the anime tableYorhel1-4/+4
2009-07-17Rewrote Multi::Sitemap and included tag pagesYorhel1-75/+73
2009-07-17Multi::Core: Handle SIGTERM and SIGINTYorhel1-13/+30
2009-07-16Made a start on the Multi-rewriteYorhel1-101/+37
2009-07-09More intuitive ordering of the copy and posts tabsYorhel1-10/+12
2009-07-09Order wishlist by priority by default, and use title as secondary sort columnYorhel1-3/+3
2009-07-09Don't allow bots to index the users' posts browserYorhel1-1/+1
2009-07-08Keep track of users who requested tagsYorhel2-6/+14
2009-07-07Posts browser on user pages (/u+/posts)Yorhel4-9/+94
2009-07-07Display thread count in user menuYorhel3-3/+5
2009-07-07Hide threads targeted at users from the main pageYorhel2-2/+4
2009-07-05Tag exclude filters on VN searchYorhel2-8/+18
2009-07-05Added spoiler options for tag filters on VN searchYorhel3-6/+18
2009-07-05Updated VN screenshot uploader to handle multilanguage releasesYorhel1-1/+1