Wykres commitów

411 Commity (75f62a729b49b16bad6c9364052cc172cd6b0a2a)

Autor SHA1 Wiadomość Data
Nicolas Jouanin 75f62a729b Add coveralls link 2015-09-12 14:27:17 +02:00
Nicolas Jouanin 98b26734b7 Add coveralls 2015-09-12 14:23:30 +02:00
Nicolas Jouanin e3ac527924 implement QOS_2 handling 2015-09-12 14:16:22 +02:00
Nicolas Jouanin 9fe5e4e851 Remove unused 2015-09-12 14:15:59 +02:00
Nicolas Jouanin b4ffdf482a Fix tuple usage 2015-09-12 14:15:44 +02:00
Nicolas Jouanin 586b898c63 Remove writer coro + WIP for publish message protocol flow management 2015-09-11 22:39:47 +02:00
nico 785d363b2f Refactoring WIP 2015-09-11 13:54:14 +02:00
Nicolas Jouanin 2f3c143554 Refactor publish message sent acknowledgment management 2015-09-10 22:41:54 +02:00
Nicolas Jouanin e77c9d7a49 Change current test conditions 2015-09-10 22:41:11 +02:00
Nicolas Jouanin 3c656ef95b remove state machine 2015-09-10 22:40:49 +02:00
Nicolas Jouanin 8d20a3d95d Remove unused test and add return value to publish() 2015-09-10 22:40:30 +02:00
Nicolas Jouanin a1c8655463 Change use of deprecated method 2015-09-10 21:34:45 +02:00
Nicolas Jouanin 866321ad22 Use OrderedDict implementation so list is iterated in the same order the elements were added 2015-09-10 21:34:18 +02:00
Nicolas Jouanin 8b3ca8cbbe add protocol_ts attribute which is initialized to current timestamp when a packet is read or written to the network. This is known as the protocol timestamp 2015-09-10 21:33:34 +02:00
nico 9996b289ff Add LoggingAdapter 2015-09-10 14:01:53 +02:00
nico a6f19c909b remove coroutine declaration for check_connect 2015-09-10 14:01:28 +02:00
nico beb3fd4400 Fix missing plugin call 2015-09-10 13:32:08 +02:00
Nicolas Jouanin 0cbbaa6763 Refactoring WIP 2015-09-09 23:01:11 +02:00
Nicolas Jouanin 5d6732b1ac remove packet_type from repr() as given by the class name 2015-09-09 22:29:55 +02:00
nico 008b99b5a4 Begin publish message management refactoring 2015-09-09 14:22:32 +02:00
nico 15468b7849 Improve handler stopping (remove wait delay when disconnecting) 2015-09-08 15:01:37 +02:00
nico 87e144b4de Connect with TCP protocol 2015-09-08 15:00:07 +02:00
nico 29cb2600f3 HBMQTT-34
Rewrite URI when using websocket to remove username and password from netloc.
2015-09-08 14:19:40 +02:00
Nicolas Jouanin 60cc2da745 Refactoring 2015-09-06 22:23:06 +02:00
Nicolas Jouanin a8c88b98af Refactoring 2015-09-03 22:20:31 +02:00
Nicolas Jouanin b1caea4d6a Comment test to be done 2015-09-03 21:33:37 +02:00
Nicolas Jouanin 381ed0443a Fix testing 2015-09-03 21:31:06 +02:00
Nicolas Jouanin c3dc01daf3 Merge branch 'develop' of https://github.com/beerfactory/hbmqtt into develop 2015-09-03 21:26:44 +02:00
nico 7b79f56199 Add a method to facilitate access to packet data structure. 2015-09-03 16:48:11 +02:00
Nicolas Jouanin 313c4a367a Remove useless Task creation 2015-09-02 22:41:24 +02:00
Nicolas Jouanin fb6c2784bb rename waiters 2015-09-01 22:53:17 +02:00
Nicolas Jouanin bcf14ef6b8 subscription refactoring 2015-09-01 22:42:23 +02:00
Nicolas Jouanin 7df739acfe add persistence sample 2015-09-01 21:24:42 +02:00
Nicolas Jouanin 9dc217cf82 Add persistence plugin (WIP) 2015-08-31 22:37:01 +02:00
Nicolas Jouanin c8e0a4e356 Allow to filter auth plugins 2015-08-29 22:10:28 +02:00
Nicolas Jouanin 61cdc1a0d2 Implement anonymous and file auth plugin
HBMQTT-14
2015-08-29 21:25:59 +02:00
Nicolas Jouanin 15cea7e9fa Fix exception when connection is refused 2015-08-29 21:19:38 +02:00
Nicolas Jouanin 6e69726da8 Doc 2015-08-29 15:30:05 +02:00
Nicolas Jouanin d0e32610bd Add file auth plugin 2015-08-29 15:29:09 +02:00
Nicolas Jouanin 5369e54ffc Add passlib from password checking 2015-08-29 15:28:47 +02:00
Nicolas Jouanin 3f2a7fc8c8 Add plugin for checking if anonymous connection are authorized 2015-08-21 22:48:56 +02:00
Nicolas Jouanin d70e6437cf Fix coro call by name
Secure map calls if plugin method is not a coro
2015-08-21 22:42:59 +02:00
Nicolas Jouanin f1c4d2fe61 Fix logger usage 2015-08-21 21:43:54 +02:00
Nicolas Jouanin 2ff81f29bd Join logging plugins modules 2015-08-21 20:44:20 +02:00
nico 872ca87d4d Add model for authentication configuration 2015-08-21 14:45:01 +02:00
nico 933e0065fa map() accepts a filter_plugin argument which can be used to filter effective plugin called 2015-08-21 13:37:57 +02:00
nico b0007676fb map() method now returns a map of result
{plugin1: ret1, plugin2: ret2...} for each plugin called
2015-08-21 13:08:52 +02:00
Nicolas Jouanin 1dd0da9811 Call authentication plugins (WIP) 2015-08-20 23:02:32 +02:00
Nicolas Jouanin 688d9d0091 stylish 2015-08-20 22:29:54 +02:00
Nicolas Jouanin e4a2097499 Add missing loop arguments
HBMQTT-28
2015-08-20 22:12:33 +02:00