1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Max e0d7ef1314 Fix https links when available, everywhere 2018-01-14 19:19:01 +01:00
nemunaire 12ddf40ef4 servers: use proxy design pattern instead of inheritance, because Python ssl patch has benn refused 2018-01-14 19:18:59 +01:00
nemunaire f4216af7c7 Parse server urls using parse_qs 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 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 c6aa38147b Include some forgotten module in reload process 2015-11-03 07:21:49 +01:00
nemunaire ac33ceb579 Remove dead or useless code 2015-11-03 07:20:52 +01:00
nemunaire 92530ef1b2 Server factory takes initializer dict 2015-10-28 10:55:02 +01:00
nemunaire c0ce0ca263 Server Factory: Handle URL arguments without value 2015-10-19 17:15:42 +02:00
nemunaire f66ed07496 Lock select lists to avoid invalid states (particularly on closing) 2015-09-28 11:59:38 +02:00
nemunaire a00c354287 Add a factory to help connecting to servers 2015-08-26 12:18:22 +02:00
nemunaire e588c30044 Optimize imports 2015-05-25 16:44:16 +02:00
nemunaire 5a6230d844 [wip] changes import to reflect new directory structure 2015-01-05 02:48:49 +01:00
nemunaire 41f7dc2456 [wip] move files in order to have a clean directory structure 2015-01-04 15:14:35 +01:00