This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
Development Release v0.2.dev3
Pre-release
Pre-release
Luna-Klatzer
released this
31 Aug 12:23
·
23 commits
to v0.2.dev
since this release
v0.2.dev3 - 2021-08-31
Added
- Event Parsers for events:
HOUSE_JOIN
,HOUSE_UPDATE
,HOUSE_LEAVE
andHOUSE_DOWN
(both for py-events
house_down
andhouse_delete
) - Update functionality for
house_ids
property inClientCache
, which
always return the current available ids for the houses. house_ids
Property inHivenClient
- Removal functions in
ClientCache
:remove_house
,remove_user
,remove_room
,
remove_entity
,remove_private_room
adnremove_relationship
is_house_message
to typeHouse
is_house_typing
to typeUserTyping
Changed
- Renamed py-event
house_downtime
tohouse_down
- Fixed wrong naming of
HOUSE_REMOVE
toHOUSE_LEAVE
- Renamed property
read_state
inClientCache
toinit_read_state
, due to the
property not being updated yet! - Fixed data issue in
HivenParsers.dispatch()
, which modifies original data
as well. Usingdeepcopy
now to avoid this issue. - Fixed minor issue with
on_house_member_online
andon_house_member_offline
Removed
house_memberships
property in Cache