Commit Graph

21 Commits

Author SHA1 Message Date
345ac4502f Removed unused decl for global sendEmail() 2016-08-16 00:25:31 +02:00
b833259e88 Remove unused function sendEmail from PingServer 2016-08-03 11:45:26 +02:00
e9eee473dc Remove diffbot specific code. -> maxcrawl, maxprocess, crawl pattern, crawl done notification, etc... 2016-07-22 13:59:55 +02:00
601634b74f Fix warning no previous extern declaration for non-static variable 2016-06-01 15:52:36 +02:00
b3248b7556 Fix conversion from string literal to 'char *' for TcpServer 2016-05-31 11:26:01 +02:00
8dab0db467 Remove extra semicolons 2016-05-19 18:37:26 +02:00
ab0b9d03ea Standardize header guards 2016-03-08 22:16:02 +01:00
9036f7c500 Remove commented out codes 2016-03-05 11:19:00 +01:00
9454c489a8 Removed declaration of not implemented methods
26 removed or comented out. According to flexxelint there are still 143 left,
but this must be enough for today.
2016-02-26 11:48:19 +01:00
647d004c04 fix core from sending a url alert, then customer deleting
collection before email alert reply comes back. then it
comes back to a delete collrec and cores.
2015-09-08 15:57:46 -07:00
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
e7dd8f7956 replace long long with int64_t 2014-10-30 13:36:39 -06:00
eed606601e added emergency msg box on all admin pages 2014-01-11 20:14:44 -08:00
82494baa89 move CollectionRec stuff into Collectiondb files
for simplicity.
2013-12-10 15:28:04 -08:00
adf4d258ae better crawl status reporting.
allow for _ in coll names.
2013-10-30 10:00:46 -07:00
a5a7ab2434 added spider status msg to json output
to indicate if spider has hit a limit.
no longer disable spiders in xmldoc.cpp
when a crawl/process limit is hit. just
check for limit when spidering urls in
spider.cpp and if it is hit set
CollectionRec::m_spiderStatus[Msg] and
send email from there.
Added maxCrawlRounds parm.
2013-10-23 11:40:30 -07:00
b589b17e63 fix collection resetting. 2013-10-18 15:21:00 -07:00
283ec2f6b4 email and webhook alerts when spider runs out of urls
to spider.
2013-10-09 11:42:56 -07:00
3702a05d64 add sendEmailThroughMandrill() to send
through mail chimp http api.
2013-10-08 18:01:38 -07:00
3fecb3eb1f got email and url notification code compiling.
when crawl hits a limit we do notifications.
2013-10-01 15:14:39 -06:00
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00