Commit-Graf

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • |/
  • *
  • *
  • *
  • |\
  • | | *
  • | | |\
  • | |/ /
  • |/| /
  • | |/
  • | *
  • |/
  • *
  • *
  • *
  • *
  • 303c39c Add an option to disable short-circuiting. by Ben Kurtovic 2014-09-05 12:28:26 -0500
  • f8f4669 Remove unnecessary key attribute of sources. by Ben Kurtovic 2014-09-04 22:58:00 -0500
  • 9fd145d Add some docs; better sorting function. by Ben Kurtovic 2014-09-04 19:44:04 -0500
  • 7afb484 Refactor a bunch of copyvio internals. Store all sources with a result object. by Ben Kurtovic 2014-09-04 13:27:08 -0500
  • e88d1c2 Fix lazy module behavior after failure. by Ben Kurtovic 2014-09-02 21:33:48 -0500
  • 54ddff0 Make CopyvioSource public; tweaks. by Ben Kurtovic 2014-09-02 21:33:36 -0500
  • 0438766 Handle empty URLs better. by Ben Kurtovic 2014-09-01 23:49:47 -0500
  • 2147207 Remove unnecessary variable assign. by Ben Kurtovic 2014-09-01 01:19:21 -0500
  • f94a67e Define num_queries in the proper place. by Ben Kurtovic 2014-09-01 01:17:23 -0500
  • 12247dd Add no_links and no_searches to copyvio_check(). by Ben Kurtovic 2014-09-01 00:46:06 -0500
  • f37621e Use a deque for a FIFO instead of the python list LIFO. by Ben Kurtovic 2014-08-31 23:18:51 -0500
  • 8e439e1 source.join() now blocks when in the middle of processing. by Ben Kurtovic 2014-08-31 22:57:53 -0500
  • dbb1ae5 Handle empty queues correctly. Remove some log messages. by Ben Kurtovic 2014-08-31 18:17:50 -0500
  • 2fa8aeb Fix a blocking issue. by Ben Kurtovic 2014-08-31 18:10:31 -0500
  • c56838e Only spawn one worker for comparisons in local mode. by Ben Kurtovic 2014-08-31 17:57:07 -0500
  • 939d8be Fix variable. by Ben Kurtovic 2014-08-31 17:55:15 -0500
  • 3ed8837 Fix stopping queues in local mode. by Ben Kurtovic 2014-08-31 17:54:15 -0500
  • de75767 Fix dequeueing logic a bit. by Ben Kurtovic 2014-08-31 17:46:04 -0500
  • b939262 Bugfix. by Ben Kurtovic 2014-08-31 17:01:12 -0500
  • 32ef0fb Add a bunch of temporary debugging code. by Ben Kurtovic 2014-08-31 17:00:14 -0500
  • c7b3b7b CopyvioSource.workspace should be public. by Ben Kurtovic 2014-08-31 16:38:48 -0500
  • e73e626 Some locks needed to be tightened. by Ben Kurtovic 2014-08-31 16:36:44 -0500
  • 486c469 Remove _workers attr of workspaces. by Ben Kurtovic 2014-08-31 16:23:33 -0500
  • 7c0e985 Some bugfixes. by Ben Kurtovic 2014-08-31 16:21:55 -0500
  • 361f770 Starting work on global workers. by Ben Kurtovic 2014-08-31 16:10:47 -0500
  • bdcbfa5 Catch errors around response.read(). by Ben Kurtovic 2014-08-28 20:14:08 -0500
  • 9b87e2e Fix trying to remove a node that was already removed. by Ben Kurtovic 2014-08-27 20:38:49 -0500
  • 24dd497 Catch more general socket.error. by Ben Kurtovic 2014-08-26 11:18:33 -0500
  • 5e72e74 Employ new piecewise article-delta confidence function. by Ben Kurtovic 2014-08-20 05:24:44 -0400
  • 193f964 Also strip <ref>s in ArticleTextParser.strip(). by Ben Kurtovic 2014-08-20 03:35:11 -0400
  • c4dede1 Reorder length check to potentially fix an empty-query bug. by Ben Kurtovic 2014-08-20 03:30:49 -0400
  • 203c652 Float delta. by Ben Kurtovic 2014-08-20 03:07:50 -0400
  • 6b0f8ad Fix reference. by Ben Kurtovic 2014-08-20 02:15:10 -0400
  • e2d7c7a Update with new confidence function; fix unicode. by Ben Kurtovic 2014-08-20 02:11:38 -0400
  • 0501093 Reorder some URL opening code; zip protection. by Ben Kurtovic 2014-08-18 22:56:16 -0400
  • 4f5a22a Apparently oauth2 converts the query to unicode. by Ben Kurtovic 2014-08-18 16:49:53 -0400
  • 5003c21 Quoting the entire query works now. by Ben Kurtovic 2014-08-18 16:41:23 -0400
  • 5677664 Properly encode URL for the search engine. by Ben Kurtovic 2014-08-18 16:39:34 -0400
  • 5890ee6 Don't quote_plus() the query. by Ben Kurtovic 2014-08-18 16:11:59 -0400
  • 2bddf79 Fix deadlock when calling queue.put() while holding the mutex. by Ben Kurtovic 2014-08-18 15:51:00 -0400
  • 7a4fcd7 Fix queue clear call. by Ben Kurtovic 2014-08-18 15:39:56 -0400
  • efae85a Move thread spawning code to worker class. by Ben Kurtovic 2014-08-18 15:36:19 -0400
  • 6a90efc Improve !threads command output. by Ben Kurtovic 2014-08-18 05:08:06 -0400
  • 7137dda Update copyvio checker to not make concurrent requests to a single domain. by Ben Kurtovic 2014-08-18 05:07:34 -0400
  • 5874467 Bugfix, cleanup. by Ben Kurtovic 2014-08-17 14:04:41 -0400
  • a68bebc Tweak git version form a bit. by Ben Kurtovic 2014-08-11 17:03:40 -0400
  • 96631e2 Make lazy importing code thread-safe. by Ben Kurtovic 2014-07-21 03:51:01 -0400
  • cc7ac52 Fix query counting. by Ben Kurtovic 2014-07-20 17:38:52 -0400
  • d672e67 Fix param name. by Ben Kurtovic 2014-07-20 17:23:30 -0400
  • 0e28f89 Update logging. by Ben Kurtovic 2014-07-20 17:10:50 -0400
  • ae0c390 Redesign copyvio internals to parallelize URL loading/parsing. by Ben Kurtovic 2014-07-20 16:23:58 -0400
  • c38fe56 Fix edit counter link. by Ben Kurtovic 2014-07-20 03:51:05 -0400
  • 3a8349e Allow regexes in exclusion lists. by Ben Kurtovic 2014-07-19 00:19:55 -0400
  • 3e4dac9 Remove auto-quotes from queries; add min_query; halve max_query. by Ben Kurtovic 2014-07-18 23:58:14 -0400
  • 1501341 Allow even more time for a URL to time out. by Ben Kurtovic 2014-07-18 16:58:38 -0400
  • 6b146a3 Also strip out files and categories in ATP.strip(). by Ben Kurtovic 2014-07-18 16:50:43 -0400
  • ccb3c02 Some servers don't leave a space before the content type parameter list. by Ben Kurtovic 2014-07-16 16:25:21 -0400
  • 5e9d4cf copyvios: use a different timeout for direct URL comparisons. by Ben Kurtovic 2014-07-16 16:17:45 -0400
  • a0bc8d6 Merge pull request #50 from justinkim/fix/typo by Ben Kurtovic 2014-07-15 22:51:27 -0400
  • 4dfd9cb (refs/pull/50/head) Fix typo by Justin Kim 2014-07-15 22:48:17 -0400
  • ea14f39 Split content type correctly. by Ben Kurtovic 2014-07-15 19:01:32 -0400
  • 2dfdf1b Ensure the text is stripped properly. by Ben Kurtovic 2014-07-14 02:21:32 -0400
  • e0cd174 Refactor out empty chain definitions. by Ben Kurtovic 2014-07-14 01:27:06 -0400
  • 0eadf65 Only accept HTML and plain text for copyvio checks. by Ben Kurtovic 2014-07-14 01:02:38 -0400
  • d411f55 'add users' -> 'add or remove users' by Ben Kurtovic 2014-07-07 02:07:59 -0400
  • 3dde1c5 Correctly handle HTML with no <body> tags. by Ben Kurtovic 2014-06-30 22:39:51 -0400
  • c3ddc3d Return the correct empty chain. by Ben Kurtovic 2014-06-30 22:16:40 -0400
  • f8dd0e1 Merge pull request #49 from legoktm/patch-3 by Ben Kurtovic 2014-06-09 02:51:00 -0400
  • a19a88b (refs/pull/49/head) Make !date an alias for !time by Kunal Mehta 2014-06-08 23:50:29 -0700
  • 341a326 Thanks @Hypersonic by Ben Kurtovic 2014-05-28 17:47:21 -0400
  • 84f3d1c Added a changelog (closes #38) by Ben Kurtovic 2014-05-25 16:32:48 -0400
  • 9f5fe6c Allow fractional values like !remind 1.5h by Ben Kurtovic 2014-03-20 14:14:02 -0400
  • fe28156 Support s, m, h, d, and w as suffixes for units in !remind. by Ben Kurtovic 2014-03-18 14:36:04 -0400
  • f9a49c4 Don't use assertions here. by Ben Kurtovic 2014-02-24 10:37:31 -0500
  • 700b57d Allow reminder IDs to be lowercase. by Ben Kurtovic 2014-02-21 22:18:20 -0500
  • c153032 Merge pull request #48 from logatron/develop by Ben Kurtovic 2014-02-20 00:26:36 -0500
  • e2fc062 (refs/pull/48/head) Add direct PyPI link. by Logan Rosen 2014-02-20 00:18:55 -0500
  • 487b246 Thanks Logan_. by Ben Kurtovic 2014-02-20 00:15:03 -0500
  • 801d8a3 Bugfixes and a !remind help option. by Ben Kurtovic 2014-02-19 23:57:15 -0500
  • 8b3f9b0 Fix creating a new permissions DB; fix new site creation. by Ben Kurtovic 2014-02-19 22:26:25 -0500
  • 35407fb Allow !remind to accept operations on time (#43). by Ben Kurtovic 2014-02-19 18:45:13 -0500
  • 86587c3 Hyphen unnecessary (#43. by Ben Kurtovic 2014-02-19 17:22:24 -0500
  • 202ea93 Add a bunch of functionality to !remind (#43). by Ben Kurtovic 2014-02-19 17:20:51 -0500
  • 0d4a099 Missed a line. by Ben Kurtovic 2014-01-19 01:08:24 -0500
  • 4fff908 Cleanup; fix site locking mechanism; badtoken handling. by Ben Kurtovic 2014-01-19 01:06:48 -0500
  • 1bfe5c2 Fix error handling in get_token(). by Ben Kurtovic 2014-01-18 23:58:18 -0500
  • 3d5be6c Fix token-getter code and refactor into a get_token() function. by Ben Kurtovic 2014-01-10 04:59:09 -0500
  • 08af882 Update AssertEdit behavior now that it's been merged into MW core. by Ben Kurtovic 2014-01-07 03:21:55 -0500
  • 39d5c7c Update copyright notices for 2014. by Ben Kurtovic 2014-01-03 20:22:23 -0500
  • ed95c99 Update email address. by Ben Kurtovic 2013-10-21 20:56:05 -0400
  • 713df0f (refs/pull/47/head) EWW WHY by Kunal Mehta 2013-10-21 14:17:31 -0700
  • a3eee79 Implement Category.__iter__() by Ben Kurtovic 2013-10-13 01:49:04 -0400
  • 7e1882a Update !help for !time. by Ben Kurtovic 2013-09-30 22:06:47 -0400
  • efbecf5 Merge pull request #46 from legoktm/patch-1 by Ben Kurtovic 2013-09-30 19:03:43 -0700
  • 4841727 (refs/pull/46/merge) Merge 346e7a5548 into a926431754 by Kunal Mehta 2013-09-29 18:47:04 -0700
  • 346e7a5 (refs/pull/46/head) Add !epoch by Kunal Mehta 2013-09-29 18:46:56 -0700
  • a926431 Better client-side buffering of SQL results. by Ben Kurtovic 2013-09-01 01:40:59 -0400
  • b88181b Make exclusion check a bit smarter. by Ben Kurtovic 2013-08-25 22:17:45 -0400
  • 71befb1 Schedule jobs more reasonably. by Ben Kurtovic 2013-08-25 19:55:24 -0400
  • e67833a Mod thread.ident by 10,000 for when they're absurdly large. by Ben Kurtovic 2013-08-25 05:55:10 -0400