mj
mj
In tgp I have to deal with uppercase HTML entities and escaped quotes by libpurple. I think it would probably a good idea to merge those changes back into libtgl,...
Allow fetching message history between max_id and min_id in a new api call. This is needed for fetching channel history when the amount of required amount of messages is unknown....
How to reproduce 1. Call tgl_do_get_difference and set the flag to sync from start. 2. Load every single received message photo 3. Call tgl_free_all() This will cause a nullpointer dereference...
The user in M->fwd_from_id doesn't exist in the peer list. Fetching the forwarded user with tgl_do_get_user_info isn't possible either, cause the access_hash is always 0 which leads to an RPC...
I've been thinking about ways of how to resolve some GPL licensing issue in telegram-purple (see https://github.com/majn/telegram-purple/issues/1), which is caused by the hard dependency on OpenSSL in libtgl. I'm probably...
Sending a document /photos to a secret chat will render the chat unusable. You can still send messages, but you cannot receive messages any longer. I believe that this is...
The fact that this happens in telegram-cli too, suggests that its a bug in libtgl, so I'm reporting this bug here too. See https://github.com/majn/telegram-purple/issues/41
Sending messages will call add_log_event for the second time, while it is already called when the update callback is exected. This will alter the global rptr and wptrs and fail...