summaryrefslogtreecommitdiff
path: root/lib/Multi
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Multi::API: Don't modify filter and type arguments in filtertosql()Yorhel1-7/+8
2009-11-05Multi::API: Rewrote filtertosql()Yorhel1-66/+149
2009-11-04API: Added vn search filterYorhel1-0/+18
2009-11-04API: Removed some leading whitespaceYorhel1-2/+2
2009-11-04API: Fixed perl warning and removed debug infoYorhel1-2/+1
2009-11-04API: Initial commit of the W.I.P. public APIYorhel1-0/+318
2009-11-04Multi::Core: die() on SQL errorYorhel1-1/+1
2009-11-04Multi::Core: Improved logging of warnings and errorsYorhel1-9/+22
2009-11-02Multi::Core: Fixed bug in daemonizing codeYorhel1-3/+3
2009-11-02Multi::Core: Implemented daemonizing and PID fileYorhel1-3/+33
2009-10-24Multi::IRC: Fixed SQL syntax errorYorhel1-1/+1
2009-10-24Removed update_rev() function and monthly revcache cronYorhel1-10/+2
2009-10-24Multi::RG: Minor log format changeYorhel1-1/+1
2009-10-21Added relation graphs for producersYorhel2-78/+146
2009-10-21SQL: Renamed vn_graphs to relgraphs and synced dbgraph.plYorhel2-2/+2
2009-10-18Multi::Maintenance: Fixed bug with cron jobs running more than onceYorhel1-2/+2
2009-10-12SQL: Converted changes.type to an ENUMYorhel1-4/+4
2009-09-27Converted anime.type to ENUM and made them translatableYorhel1-1/+12
2009-09-27Multi::RG: Removed unused variableYorhel1-1/+0
2009-09-26Display full release dates in relation graphsYorhel1-1/+6
2009-09-26Converted VN relations to ENUM data type and made them translatableYorhel1-15/+7
2009-09-25Multi::Maintenance: Check for and remove unused relation graphs dailyYorhel1-5/+11
2009-09-25Use inline SVG for relation graphsYorhel1-31/+60
2009-08-23Multi::IRC: lowercase channel names in idlequotesYorhel1-1/+1
2009-08-12Multi::IRC: Properly handle newlines in edit summariesYorhel1-0/+1
2009-08-11Multi::IRC: Various small improvementsYorhel1-5/+8
2009-08-09Multi::IRC: Proper fix of the new notify detection codeYorhel1-16/+33
2009-08-09Multi::IRC: Got rid of crash in the throttle functionYorhel1-1/+1
2009-08-09Multi::IRC: Fix double-notify bugYorhel1-0/+1
2009-08-09Multi::IRC: Fixed authentication level checking bugYorhel1-3/+4
2009-08-09Multi::Maintenance: Added logging of important statisticsYorhel1-8/+11
2009-08-09Multi::Core: Actually log to file instead of stdoutYorhel1-1/+1
2009-08-09Converted changes.added to timestamptzYorhel2-13/+13
2009-08-08Converted tags.added to timestamptzYorhel1-1/+1
2009-08-08Converted threads_posts.date and edited to timestamptzYorhel1-1/+1
2009-08-05Multi::Core: Got rid of 'undefined' warning in pg_error + ChangeLog updateYorhel1-1/+1
2009-08-05Multi::IRC: Added !p producer search and fixed tiny bug in !vnYorhel1-5/+31
2009-08-05Multi::IRC: Reimplemented notifications using PgSQL LISTEN/NOTIFYYorhel1-22/+66
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-07-29Rewrote Multi::MaintenanceYorhel1-99/+99
2009-07-23Remove session aliases in shutdown handlerYorhel5-0/+5
2009-07-23Implemented relgraph notify from PgSQL triggerYorhel1-0/+2