summaryrefslogtreecommitdiff
path: root/lib/Multi/IRC.pm
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Store d+ pages in the DB as versioned entries + use markdownYorhel1-23/+8
2017-02-20Multi::IRC: Whitelist c64 in id detectionYorhel1-1/+1
2017-01-29IRC: Remove eval commandYorhel1-9/+0
2016-10-16Doc update + IRC bot language fixYorhel1-1/+1
2016-09-11Fix http->https in d14 + increase IRC quote spam intervalYorhel1-1/+1
2016-01-10Multi::IRC: Make sure we keep our nickYorhel1-0/+18
2015-11-26Multi::IRC: Fix auth bypass bug + make !quote admin-onlyYorhel1-2/+2
2015-10-21SQL: Fix Multi to use the new DB schemaYorhel1-39/+34
2015-06-21Multi::IRC: Increase delay between random quotesYorhel1-1/+1
2015-06-15Multi::IRC: Some fixes wrt. chat loggingYorhel1-8/+6
2015-04-29Multi::(API:IRC): Fix some unicode handling issuesYorhel1-4/+6
2015-04-27Multi::IRC: Properly handle connection issuesYorhel1-5/+28
2015-04-27Multi: Backport staff database changes from master branchYorhel1-5/+10
2014-10-31Multi::IRC: Converted to use AnyEventYorhel1-524/+355
2011-07-07Multi::IRC: Randomly kick people who use !quoteYorhel1-3/+5
2011-04-03Multi::IRC: Actually announce new traitsYorhel1-1/+1
2011-04-01Multi::IRC: Don't spam the channel with old trait announcementsYorhel1-2/+2
2011-03-30Multi::IRC: Forgot to add a character type somewhereYorhel1-0/+1
2011-02-19chardb: Made bb2html() and Multi::IRC aware of c+, c+.+ and i+Yorhel1-5/+8
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