summaryrefslogtreecommitdiff
path: root/lib/Multi/IRC.pm
AgeCommit message (Expand)AuthorFilesLines
2011-02-14chardb: Made Multi aware of traitsYorhel1-7/+16
2011-01-27TUWF: Use the uri_escape() provided by TUWFYorhel1-1/+2
2010-12-13Multi::IRC: Don't report new postsYorhel1-1/+1
2010-12-09Write VNDBUtil::uri_escape() and removed dependency on URI::EscapeYorhel1-4/+3
2010-12-05API: Allow the API to be used without logging in with a username/passwordYorhel1-1/+1
2010-03-13Multi::IRC: Changed !vn command to use the new search functionYorhel1-16/+15
2010-02-17Multi::IRC: Added !scr command for reverse screenshot lookupYorhel1-1/+27
2010-01-24Multi::IRC: Announcements are colored in blue rather than redYorhel1-14/+16
2009-11-13Multi::IRC: Tweaked the idlequote timingsYorhel1-2/+2
2009-11-13Multi::IRC: More efficient and better throttle algorithmYorhel1-11/+11
2009-11-08Multi::API/IRC: Added runtime API admin/monitoring interfaceYorhel1-13/+48
2009-10-24Multi::IRC: Fixed SQL syntax errorYorhel1-1/+1
2009-10-12SQL: Converted changes.type to an ENUMYorhel1-4/+4
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-09Converted changes.added to timestamptzYorhel1-1/+1
2009-08-08Converted tags.added to timestamptzYorhel1-1/+1
2009-08-08Converted threads_posts.date and edited to timestamptzYorhel1-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-03Implemented master_users check in Multi::IRCYorhel1-0/+1
2009-03-15Fixed Multi's ircnotify command for tagsYorhel1-1/+1
2009-03-14Handling of g# in Multi and bb2html, and IRC notify on tag creationYorhel1-5/+6
2008-11-12Fixed Multi to use relative paths and to use the new configuration filesYorhel1-7/+7
2008-08-18Found a definite and proper solution to fix the command synchronisation probl...yorhel1-1/+1
2008-08-18Multi can be a bit too fast sometimes...yorhel1-1/+1
2008-08-18Fixed Multi's !update formattingyorhel1-2/+2
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.yorhel1-59/+66
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-08Wrote an integrated messageboard, and fixed a few (very) small things along t...yorhel1-8/+27
2008-06-30Small prev -> rev fix, and removed unnesessary $prep in Multi's repliesyorhel1-2/+2
2008-06-30Revision numers are now local to their item ID and better integrated into VND...yorhel1-37/+66