1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/net-im/mtxclient/pkg-plist
Adriaan de Groot c0015a9bfc net-im/nheko: update to 0.9.1, latest upstream
This update is for nheko, the primary consumer of mtxclient & coeurl,
to a new release. Notes are at
	https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.1
with new translations and lots of new features.

net-im/mtxclient: update to 0.6.1. Release notes are at
	https://github.com/Nheko-Reborn/mtxclient/releases/tag/v0.6.1
Some new encryption support, minor bugfixes, new features.

ftp/coeurl: update to 0.1.1. Release notes are at
	https://nheko.im/nheko-reborn/coeurl/-/tags/v0.1.1
New API for error strings.
2022-01-05 23:25:09 +01:00

85 lines
2.8 KiB
Plaintext

include/mtx.hpp
include/mtx/common.hpp
include/mtx/errors.hpp
include/mtx/events.hpp
include/mtx/events/account_data/direct.hpp
include/mtx/events/account_data/fully_read.hpp
include/mtx/events/aliases.hpp
include/mtx/events/avatar.hpp
include/mtx/events/canonical_alias.hpp
include/mtx/events/collections.hpp
include/mtx/events/common.hpp
include/mtx/events/create.hpp
include/mtx/events/encrypted.hpp
include/mtx/events/encryption.hpp
include/mtx/events/ephemeral/receipt.hpp
include/mtx/events/ephemeral/typing.hpp
include/mtx/events/event_type.hpp
include/mtx/events/guest_access.hpp
include/mtx/events/history_visibility.hpp
include/mtx/events/join_rules.hpp
include/mtx/events/member.hpp
include/mtx/events/messages/audio.hpp
include/mtx/events/messages/emote.hpp
include/mtx/events/messages/file.hpp
include/mtx/events/messages/image.hpp
include/mtx/events/messages/location.hpp
include/mtx/events/messages/notice.hpp
include/mtx/events/messages/text.hpp
include/mtx/events/messages/video.hpp
include/mtx/events/mscs/image_packs.hpp
include/mtx/events/name.hpp
include/mtx/events/nheko_extensions/hidden_events.hpp
include/mtx/events/pinned_events.hpp
include/mtx/events/power_levels.hpp
include/mtx/events/presence.hpp
include/mtx/events/reaction.hpp
include/mtx/events/redaction.hpp
include/mtx/events/spaces.hpp
include/mtx/events/tag.hpp
include/mtx/events/tombstone.hpp
include/mtx/events/topic.hpp
include/mtx/events/unknown.hpp
include/mtx/events/voip.hpp
include/mtx/events_impl.hpp
include/mtx/identifiers.hpp
include/mtx/lightweight_error.hpp
include/mtx/log.hpp
include/mtx/pushrules.hpp
include/mtx/requests.hpp
include/mtx/responses.hpp
include/mtx/responses/common.hpp
include/mtx/responses/create_room.hpp
include/mtx/responses/crypto.hpp
include/mtx/responses/device.hpp
include/mtx/responses/empty.hpp
include/mtx/responses/groups.hpp
include/mtx/responses/login.hpp
include/mtx/responses/media.hpp
include/mtx/responses/members.hpp
include/mtx/responses/messages.hpp
include/mtx/responses/notifications.hpp
include/mtx/responses/profile.hpp
include/mtx/responses/public_rooms.hpp
include/mtx/responses/register.hpp
include/mtx/responses/sync.hpp
include/mtx/responses/turn_server.hpp
include/mtx/responses/version.hpp
include/mtx/responses/well-known.hpp
include/mtx/secret_storage.hpp
include/mtx/user_interactive.hpp
include/mtxclient/crypto/client.hpp
include/mtxclient/crypto/objects.hpp
include/mtxclient/crypto/types.hpp
include/mtxclient/crypto/utils.hpp
include/mtxclient/http/client.hpp
include/mtxclient/http/client_impl.hpp
include/mtxclient/http/errors.hpp
include/mtxclient/utils.hpp
lib/cmake/MatrixClient/MatrixClientConfig.cmake
lib/cmake/MatrixClient/MatrixClientConfigVersion.cmake
lib/cmake/MatrixClient/MatrixClientTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/MatrixClient/MatrixClientTargets.cmake
lib/libmatrix_client.so
lib/libmatrix_client.so.%%SOVER%%