summaryrefslogtreecommitdiff
path: root/lib/Multi
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-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
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 screenshotsYorhel1-2/+2
2009-07-19Converted and renamed screenshots.status (int) to processed (bool)Yorhel1-3/+3
2009-07-18Notify Multi::Image for new cover images via LISTEN/NOTIFYYorhel1-0/+2
2009-07-18Rewrote Multi::ImageYorhel1-164/+61
2009-07-18Use PostgreSQL's LISTEN/NOTIFY to notify Multi::Anime for new animeYorhel1-1/+5
2009-07-18Rewrote Multi::AnimeYorhel1-162/+104
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-03Implemented master_users check in Multi::IRCYorhel1-0/+1
2009-04-11SQL bugfix in Multi's "maintenance integrity"Yorhel1-1/+1
2009-03-15Fixed Multi's ircnotify command for tagsYorhel1-1/+1
2009-03-15Let Multi recalculate users.c_tags each month, and some warning fixesYorhel1-0/+6
2009-03-14Handling of g# in Multi and bb2html, and IRC notify on tag creationYorhel1-5/+6
2009-03-08Added caching of tags_vn_bayesian and the VN count for tagsYorhel1-4/+13
2009-01-10Automatically recalculate the vn popularity daily using Multi::MaintenanceYorhel1-3/+11
2008-12-14Relative documentation path in Multi::Sitemap + lastmod of d+ pagesYorhel1-2/+2
2008-12-07Fixed a few bugs with the sitemap generator and cleaned up the code a bitYorhel1-14/+9
2008-11-29Made Multi update the two new caches every first day of the monthYorhel1-3/+36
2008-11-21Updated relation graph generator with new coloursYorhel1-7/+8
2008-11-20Related anime on VN pagesYorhel1-13/+2
2008-11-12Fixed Multi to use relative paths and to use the new configuration filesYorhel5-32/+42
2008-08-20Converted relation graphs to PNGyorhel1-3/+3
2008-08-18Found a definite and proper solution to fix the command synchronisation probl...yorhel3-7/+2
2008-08-18Multi can be a bit too fast sometimes...yorhel1-1/+1
2008-08-18Stored relgraph image maps in the DB, instead of using plain text files in /d...yorhel1-14/+7
2008-08-18Fixed Multi's !update formattingyorhel1-2/+2
2008-08-15Converted smallints used as boolean to PostgreSQL's relatively new (8.1) bool...1.21yorhel1-1/+1
2008-08-14Fixed bug with an edit being comitted without any changes, renamed anime chec...yorhel1-4/+4
2008-08-14Added screenshots table to store the dimensions of all images, moved to AJAX ...yorhel1-35/+49
2008-08-14Added screenshots (not entirely finished, still needs some tweaking and polis...yorhel1-48/+157
2008-08-09Added an optional debug console to Multi, dynamically loading Plugin::Console...yorhel1-7/+17
2008-08-09Implemented a notification system and made some general improvements in Multi.yorhel4-63/+79
2008-08-08Rewrote Multi::IRC's command processing and added !vn and !uptime commands an...yorhel1-44/+170
2008-07-28Two (rewritten - I love playing around with code) patches by applehq: added !...yorhel1-4/+9
2008-07-27Basic multi-channel support for Multi::IRC, and unknown commands will get ign...yorhel1-7/+10
2008-07-13Zero-padded VNDBIDs shouldn't matchyorhel1-2/+2
2008-07-09Oops, forgot to remove the reference to the POE method...yorhel1-1/+1
2008-07-09Added possibility to create a hidden thread and removed ratings calculation f...yorhel1-8/+2