summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-08css: Converted all pt units to pxYorhel2-59/+18
2009-08-06More logical naming of dbGetPost date filter3dB2-4/+4
2009-08-06Post checking now alows one new thread in 30s3dB1-1/+1
2009-08-06Use timestamptz data type instead of timestampYorhel2-4/+4
2009-08-06Added OpenSearch plugin + autodetectionYorhel3-1/+23
2009-08-05Removed unnecessary export.3dB1-1/+1
2009-08-05Reworked double post checking to use existing code3dB2-22/+5
2009-08-05Multi::Core: Got rid of 'undefined' warning in pg_error + ChangeLog updateYorhel2-1/+7
2009-08-05Multi::IRC: Added !p producer search and fixed tiny bug in !vnYorhel1-5/+31
2009-08-05Removed last traces of the shared memory processing queueYorhel7-52/+0
2009-08-05Multi::IRC: Reimplemented notifications using PgSQL LISTEN/NOTIFYYorhel3-22/+104
2009-08-05Multi::IRC: Spam random quotes in idle channelsYorhel1-1/+15
2009-08-05Multi::IRC: Wrote generic throttle function and put a limit on !vn usageYorhel1-12/+40
2009-08-05Multi::IRC: Added !quote command to reply with a random quote from the DBYorhel1-2/+13
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-04Implemented double-post prevention3dB3-1/+25
2009-08-01Don't try to DELETE FROM vnlists in dbUserDel()Yorhel1-1/+0
2009-08-01Added Vietnamese to the language listYorhel4-0/+4
2009-07-31Use bytea data type to store session tokensYorhel3-12/+10
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-30Added sessions table to dbgraph.plYorhel1-1/+1
2009-07-30Util::Auth: check cookie for sanity and delete incorrect cookiesYorhel1-5/+14
2009-07-30Fixed syntax error in update_2.6.sql and removed leading spaces in dump.sqlYorhel2-4/+4
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel7-34/+141
2009-07-29Changed sessions.expiration column to timestamp3dB4-9/+16
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 dependency3dB2-13/+9
2009-07-28Multiple bugfixes to authorization system & sql tweaks3dB4-15/+26
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.3dB3-45/+34
2009-07-24Checkin of auth rewrite progress.3dB3-0/+58
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 triggerYorhel6-22/+78
2009-07-20Synchronised dbgraph.pl with the recent DB changesYorhel1-3/+3
2009-07-19Rewrote Multi::RGYorhel1-129/+88
2009-07-19Multi::Core: Correctly set the pg_enable_utf8 flagYorhel1-1/+1
2009-07-19Removed DEFERRED property on most foreign key constraintsYorhel2-43/+130
2009-07-19Added 1024x600 and 1600x1200 screen resolutionsYorhel3-1/+11