* Implemented and fixed build-in function for the /thingsdb scope. _(Thanks Koos85 )_
1.0.6
* Replaced `logging.warn(..)` with `logging.warning(..)`. * Fixed build-in functions: `del_module(..)` and `set_log_level(..)`. * Removed unused function.
1.0.5
* Added `no_join(..)` function to `Room` type _(for emit only rooms)_. * Marked function `id(..)` as deprecated. * Raise correct exception when using an empty node pool.
1.0.4
* Fixed bug entering an endless wait for connection loop, issue 38.
1.0.3
* No events during `on_join(..)`, pr 36
1.0.2
- Strip white space by default and include `emit()` handler, pr 35