.. |
Makefile.am
|
Add Matrix.Room to hold room data
|
2016-03-16 17:09:30 +00:00 |
Matrix-0.0.deps
|
Define MatrixEvent
|
2016-03-04 14:00:42 +01:00 |
matrix-api.vala
|
Rename API.send_message_event and API.send_room_event
|
2016-03-18 22:07:46 +00:00 |
matrix-client.vala
|
Fix formatting in matrix-client.vala
|
2016-03-21 17:25:04 +01:00 |
matrix-compacts.vala
|
Fix enum value documentations
|
2016-03-18 09:55:22 +00:00 |
matrix-event-base.vala
|
Patch up Matrix.Event.Base
|
2016-03-09 17:34:39 +01:00 |
matrix-event-call-answer.vala
|
Remove possibility of NULL for properties with fundamental types
|
2016-03-17 17:03:17 +01:00 |
matrix-event-call-base.vala
|
Remove possibility of NULL for properties with fundamental types
|
2016-03-17 17:03:17 +01:00 |
matrix-event-call-candidates.vala
|
Move from using Lists to arrays
|
2016-03-17 10:04:26 +00:00 |
matrix-event-call-hangup.vala
|
Create a base call for m.call.* events
|
2016-03-09 11:43:53 +01:00 |
matrix-event-call-invite.vala
|
Remove possibility of NULL for properties with fundamental types
|
2016-03-17 17:03:17 +01:00 |
matrix-event-presence.vala
|
Remove possibility of NULL for properties with fundamental types
|
2016-03-17 17:03:17 +01:00 |
matrix-event-receipt.vala
|
Protect debug message in Matrix.Event.Receipt
|
2016-03-17 14:56:22 +01:00 |
matrix-event-room-aliases.vala
|
Move from using Lists to arrays
|
2016-03-17 10:04:26 +00:00 |
matrix-event-room-avatar.vala
|
Refactor ImageInfo
|
2016-03-10 19:07:35 +01:00 |
matrix-event-room-base.vala
|
Remove possibility of NULL for properties with fundamental types
|
2016-03-17 17:03:17 +01:00 |
matrix-event-room-canonical-alias.vala
|
Patch up Matrix.Event.RoomCanonicalAlias
|
2016-03-09 16:22:29 +01:00 |
matrix-event-room-create.vala
|
Fix Matrix.Event.RoomCreate
|
2016-03-17 14:56:22 +01:00 |
matrix-event-room-guest-access.vala
|
Patch up Matrix.Event.RoomGuestAccess
|
2016-03-09 16:22:29 +01:00 |
matrix-event-room-history-visibility.vala
|
Patch up Matrix.Event.RoomHistoryVisibility
|
2016-03-09 16:22:29 +01:00 |
matrix-event-room-join-rules.vala
|
Patch up Matrix.Event.RoomJoinRules
|
2016-03-09 16:22:29 +01:00 |
matrix-event-room-member.vala
|
Move from using Lists to arrays
|
2016-03-17 10:04:26 +00:00 |
matrix-event-room-message-feedback.vala
|
Add event handler for m.room.message.feedback
|
2016-03-08 17:41:34 +01:00 |
matrix-event-room-message.vala
|
Add the skeleton of the message type framework
|
2016-03-10 19:10:10 +01:00 |
matrix-event-room-name.vala
|
Patch up Matrix.Event.RoomName
|
2016-03-09 16:22:29 +01:00 |
matrix-event-room-power-levels.vala
|
Add set_user_level() and set_event_level() to Matrix.Event.RoomPowerLevels
|
2016-03-22 10:11:14 +00:00 |
matrix-event-room-redaction.vala
|
Add event handler for m.room.redaction
|
2016-03-08 20:49:34 +00:00 |
matrix-event-room-third-party-invite.vala
|
Move from using Lists to arrays
|
2016-03-17 10:04:26 +00:00 |
matrix-event-room-topic.vala
|
Patch up Matrix.Event.RoomTopic
|
2016-03-09 16:22:29 +01:00 |
matrix-event-state-base.vala
|
Fix state and room events
|
2016-03-16 17:13:05 +01:00 |
matrix-event-tag.vala
|
Fix for m.tag handler
|
2016-03-08 16:21:35 +01:00 |
matrix-event-types.c
|
Add message handler for m.location
|
2016-03-10 20:03:17 +01:00 |
matrix-event-typing.vala
|
Move from using Lists to arrays
|
2016-03-17 10:04:26 +00:00 |
matrix-glib-0.0.pc.in
|
Add a .pc file
|
2016-03-10 19:07:33 +01:00 |
matrix-http-api.vala
|
Fix matrix_http_api_set_base_url()
|
2016-03-20 14:25:27 +00:00 |
matrix-http-client.vala
|
Define polling-started and polling-stopped signals
|
2016-03-21 15:48:31 +01:00 |
matrix-marshalers.list
|
Add the MatrixClient::event signal
|
2016-03-04 14:00:42 +01:00 |
matrix-message-audio.vala
|
Add message handler for m.audio
|
2016-03-10 19:30:01 +01:00 |
matrix-message-base.vala
|
Fix message types to always have a body
|
2016-03-17 17:03:17 +01:00 |
matrix-message-emote.vala
|
Fix message types to always have a body
|
2016-03-17 17:03:17 +01:00 |
matrix-message-file.vala
|
Add message handler for m.file
|
2016-03-10 19:10:12 +01:00 |
matrix-message-image.vala
|
Add message handler for m.image
|
2016-03-10 19:10:12 +01:00 |
matrix-message-location.vala
|
Add message handler for m.location
|
2016-03-10 20:03:17 +01:00 |
matrix-message-notice.vala
|
Fix message types to always have a body
|
2016-03-17 17:03:17 +01:00 |
matrix-message-text.vala
|
Fix message types to always have a body
|
2016-03-17 17:03:17 +01:00 |
matrix-message-video.vala
|
Add message handler for m.video
|
2016-03-10 19:47:57 +01:00 |
matrix-profile.vala
|
Create the Profile object
|
2016-03-14 23:09:08 +00:00 |
matrix-room.vala
|
Documentation fix for Matrix.Room.get_member()
|
2016-03-21 15:37:24 +01:00 |
matrix-types.vala
|
Add differs() method to Matrix.ImageIngo
|
2016-03-22 10:47:16 +00:00 |
matrix-version.c
|
Move documentation generating to Valadoc
|
2016-03-04 14:52:22 +01:00 |
matrix-version.h.in
|
|
|
namespace-info.vala.in
|
Add the skeleton of the message type framework
|
2016-03-10 19:10:10 +01:00 |
test-api-client.c
|
Fix test-api-client to correctly instantiate the API class
|
2016-03-18 22:07:36 +00:00 |
test-client.c
|
Fix call to g_mkdir_with_parents() in test-client
|
2016-03-21 15:37:49 +01:00 |