1
0
Fork 0
Commit Graph

865 Commits

Author SHA1 Message Date
nemunaire f60de818f2 Virtualy move all nemubot modules into nemubot.module.* hierarchy, to avoid conflict with system/vendor modules 2018-01-14 19:18:58 +01:00
nemunaire 45fe5b2156 Refactor configuration loading 2017-09-19 07:25:34 +02:00
nemunaire e49312e63e Remove legacy msg.text 2017-09-19 07:25:34 +02:00
nemunaire a11ccb2e39 Remove legacy msg.cmds 2017-09-19 07:25:33 +02:00
nemunaire fde459c3ff Remove legacy msg.nick 2017-09-19 07:25:33 +02:00
nemunaire 694c54a6bc imdb: switch to ugly IMDB HTML parsing 2017-09-19 07:25:33 +02:00
nemunaire 1dae3c713a tools/web: new option to remove callback from JSON files 2017-09-19 07:25:33 +02:00
nemunaire 89772ebce0 whois: now able to use a CRI API dump 2017-09-19 07:25:33 +02:00
nemunaire aa81aa4e96 dig: better parse dig syntax @ and some + 2017-09-19 07:25:33 +02:00
nemunaire 3c7ed176c0 dig: new module 2017-09-19 07:25:33 +02:00
nemunaire 6dda142188 shodan: introducing new module to search on shodan 2017-09-19 07:25:33 +02:00
nemunaire dcb44ca3f2 tools/web: new parameter to choose max content size to retrieve 2017-09-19 07:25:33 +02:00
nemunaire 0a576410c7 cve: improve read of partial and inexistant CVE 2017-09-19 07:25:32 +02:00
nemunaire 128afb5914 disas: new module, aim to disassemble binary code. Closing #67 2017-09-19 07:25:32 +02:00
nemunaire 39b7b1ae2f freetarifs: new module 2017-09-19 07:25:32 +02:00
nemunaire 09462d0d90 suivi: support USPS 2017-09-19 07:25:32 +02:00
nemunaire b8f4560780 suivi: support DHL 2017-09-19 07:25:32 +02:00
nemunaire 281d81acc4 suivi: fix error handling of fedex parcel 2017-09-19 07:25:32 +02:00
nemunaire 29817ba1c1 pkgs: new module to display quick information about common softwares 2017-09-19 07:25:32 +02:00
nemunaire b517cac4cf Fix module unloading 2017-09-19 07:25:32 +02:00
nemunaire f81349bbfd Store module into weakref 2017-09-19 07:25:32 +02:00
nemunaire ce012b7017 datastore/xml: handle entire file save and be closer with new nemubot XML API 2017-09-19 07:25:32 +02:00
Max e3b6c3b85e Set urlreducer to use https 2017-09-19 07:25:31 +02:00
nemunaire 39056cf358 tools/xmlparser: implement writer 2017-08-23 21:13:39 +02:00
nemunaire f16dedb320 openroute: new module providing geocode and direction instructions
Closing issue #46
2017-08-23 21:13:39 +02:00
nemunaire 171297b581 tools/web: new option decode_error to decode non-200 page content (useful on REST API) 2017-08-23 21:13:39 +02:00
nemunaire 3267c3e2e1 tools/web: display socket timeout 2017-08-23 21:13:39 +02:00
nemunaire aad777058e cve: update and clean module, following NIST website changes 2017-08-23 21:13:38 +02:00
nemunaire f633a3effe socket: limit getaddrinfo to TCP connections 2017-07-19 10:36:28 +02:00
nemunaire bbfecdfced events: fix help when no event is defined 2017-07-19 10:36:28 +02:00
nemunaire 94ff951b2e run: recreate the sync_queue on run, it seems to have strange behaviour when created before the fork 2017-07-19 10:36:28 +02:00
nemunaire a5479d7b0d event: ensure that enough consumers are launched at the end of an event 2017-07-19 10:36:28 +02:00
nemunaire 0a3744577d rename module nextstop: ratp to avoid import loop with the inderlying Python module 2017-07-19 10:36:27 +02:00
nemunaire 67cb3caa95 main: new option -A to run as daemon 2017-07-19 10:36:27 +02:00
nemunaire 2265e1a096 Use getaddrinfo to create the right socket 2017-07-19 10:36:27 +02:00
nemunaire b6945cf81c Try to restaure frm_owner flag 2017-07-19 10:36:27 +02:00
nemunaire e8809b77d2 When launched in daemon mode, attach to the socket 2017-07-19 10:36:27 +02:00
nemunaire 9d446cbd14 Deamonize later 2017-07-19 10:36:27 +02:00
nemunaire cde4ee05f7 Local client now detects when server close the connection 2017-07-19 10:36:27 +02:00
nemunaire ac0cf729f1 Fix communication over unix socket 2017-07-19 10:36:27 +02:00
nemunaire 35e0890563 Handle multiple SIGTERM 2017-07-19 10:36:27 +02:00
nemunaire 58c349eb2c suivi: add fedex 2017-07-19 10:36:26 +02:00
nemunaire bcd57e61ea suivi: use getURLContent instead of call to urllib 2017-07-19 10:36:26 +02:00
nemunaire 0be6ebcd4b tools/web: fill a default Content-Type in case of POST 2017-07-19 10:36:26 +02:00
nemunaire b4218478bd tools/web: improve redirection reliability 2017-07-19 10:36:26 +02:00
nemunaire 6ac9fc4857 tools/web: forward all arguments passed to getJSON and getXML to getURLContent 2017-07-19 10:36:26 +02:00
nemunaire 8a96f7bee9 Update weather module: refleting forcastAPI changes 2017-07-19 10:36:26 +02:00
nemunaire 7791f24423 modulecontext: use inheritance instead of conditional init 2017-07-16 21:17:48 +02:00
nemunaire b809451be2 Avoid stack-trace and DOS if event is not well formed 2017-07-16 21:17:48 +02:00
nemunaire dbcc7c664f [nextstop] Use as system wide module 2017-07-16 21:17:48 +02:00