gmessages/libgm
2023-07-18 02:19:25 +03:00
..
crypto Make attachment decryption less hacky 2023-07-17 17:58:11 +03:00
events Rename binary package to gmproto 2023-07-17 16:51:31 +03:00
gmproto Add get conversation method 2023-07-18 02:19:25 +03:00
payload Rename binary package to gmproto 2023-07-17 16:51:31 +03:00
pblite Refactor incoming RPC data parsing to remove useless structs 2023-07-18 02:01:06 +03:00
routes Add get conversation method 2023-07-18 02:19:25 +03:00
util Rename binary package to gmproto 2023-07-17 16:51:31 +03:00
client.go Refactor incoming RPC data parsing to remove useless structs 2023-07-18 02:01:06 +03:00
conversation_builder.go Rename binary package to gmproto 2023-07-17 16:51:31 +03:00
conversations.go Add get conversation method 2023-07-18 02:19:25 +03:00
event_handler.go Refactor incoming RPC data parsing to remove useless structs 2023-07-18 02:01:06 +03:00
go.mod Add separate go module for libgm 2023-06-30 14:02:10 +03:00
go.sum Add separate go module for libgm 2023-06-30 14:02:10 +03:00
messages.go Use generics for casting responses 2023-07-18 02:11:43 +03:00
pair.go Rename binary package to gmproto 2023-07-17 16:51:31 +03:00
pairing_handler.go Refactor incoming RPC data parsing to remove useless structs 2023-07-18 02:01:06 +03:00
request.go Remove unused request functions 2023-07-17 16:57:28 +03:00
response_handler.go Refactor incoming RPC data parsing to remove useless structs 2023-07-18 02:01:06 +03:00
rpc.go Refactor incoming RPC data parsing to remove useless structs 2023-07-18 02:01:06 +03:00
session.go Use generics for casting responses 2023-07-18 02:11:43 +03:00
session_handler.go Use generics for casting responses 2023-07-18 02:11:43 +03:00
updates_handler.go Refactor incoming RPC data parsing to remove useless structs 2023-07-18 02:01:06 +03:00
upload.go Make attachment decryption less hacky 2023-07-17 17:58:11 +03:00