1
0
Fork 0
Commit Graph

941 Commits

Author SHA1 Message Date
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
nemunaire 8de31d784b Allow module function to be generators 2017-07-16 21:17:48 +02:00
nemunaire f4216af7c7 Parse server urls using parse_qs 2017-07-16 21:17:48 +02:00
nemunaire cf8e1cffc5 Format and typo 2017-07-16 21:17:48 +02:00
nemunaire 97a1385903 Implement socket server subparse 2017-07-16 21:17:48 +02:00
nemunaire 764e6f070b Refactor file/socket management (use poll instead of select) 2017-07-16 21:17:48 +02:00
nemunaire 6d8dca211d Use fileno instead of name to index existing servers 2017-07-16 21:17:48 +02:00
nemunaire 1c21231f31 Use super() instead of parent class name 2017-07-16 21:17:48 +02:00
nemunaire 2a3cd07c63 Documentation 2017-07-16 21:17:48 +02:00
nemunaire b5d5a67b2d In debug mode, display running thread at exit 2017-07-16 21:17:48 +02:00
nemunaire 4c11c5e215 Handle case where frm and to have not been filled 2017-07-16 21:17:48 +02:00
nemunaire a0c3f6d2b3 Review consumer errors 2017-07-16 21:17:48 +02:00
nemunaire 7cf73fb84a Remove reload feature
As reload shoudl be done in a particular order, to keep valid types, and because maintaining such system is too complex (currently, it doesn't work for a while), now, a reload is just reload configuration file (and possibly modules)
2017-07-16 21:17:48 +02:00
nemunaire 6cd299ab60 New keywords class that accepts any keywords 2017-07-16 21:17:48 +02:00
nemunaire fc14c76b6d [rnd] Add new function choiceres which pick a random response returned by a given subcommand 2017-07-16 21:17:48 +02:00
nemunaire 24eb9a6911 Can attach to the main process 2017-07-16 21:17:48 +02:00
nemunaire 38fd9e5091 Remove legacy prompt 2017-07-14 12:35:55 +02:00
nemunaire a7d7013639 Fix and improve reload process 2017-07-14 12:35:55 +02:00
nemunaire 9dc385a32a New argument: --socketfile that create a socket for internal communication 2017-07-14 12:35:55 +02:00
nemunaire 150d069dfb New CLI argument: --pidfile, path to store the daemon PID 2017-07-14 12:35:55 +02:00
nemunaire f160411f71 Catch SIGUSR1: log threads stack traces 2017-07-14 12:35:55 +02:00
nemunaire b0678ceb84 Extract deamonize to a dedicated function that can be called from anywhere 2017-07-14 12:35:55 +02:00
nemunaire 57275f5735 Catch SIGHUP: deep reload 2017-07-14 12:35:55 +02:00
nemunaire ec512fc540 Do a proper close on SIGINT and SIGTERM 2017-07-14 12:35:55 +02:00
nemunaire 7bc37617b0 Remove prompt at launch 2017-07-14 12:35:55 +02:00