Commit graph

1353 commits

Author SHA1 Message Date
Eion Robb
f4b47623cf Compile tgp-info on Windows 2016-09-02 20:52:39 +12:00
Eion Robb
8b46df36b6 tgl Windows Makefile no longer needs scheme version
This change was made a while ago in the Makefile.in but not brought through to the mingw Makefile
2016-09-02 20:51:34 +12:00
Ben Wiederhake
f75e3e9954 Produce new master-pot 2016-08-31 22:55:47 +02:00
Ben Wiederhake
b7283219c0 Makefile: remove superfluous indirection 2016-08-30 00:39:29 +02:00
Ben Wiederhake
80d3146ebb Fix tgl build (don't dep on xxd, don't create empty file)
Fixes #298.
2016-08-30 00:26:12 +02:00
Ben Wiederhake
150f0c48cc Only build required libraries 2016-08-22 22:38:31 +02:00
Ben Wiederhake
4d8995d565 Merge pull request #299 from ilario/master
README.md: add submodule update in Debian package build instructions
2016-08-19 21:48:11 +02:00
Ilario Gelmetti
1798a43d91 README.md: add submodule update in Debian package build instructions 2016-08-19 17:14:45 +02:00
Ben Wiederhake
0340e4f14b Fix description how to build Debian package 2016-08-08 10:53:04 +02:00
Ben Wiederhake
43e5f81683 build: properly clean up 2016-08-08 10:53:04 +02:00
Ben Wiederhake
be0d4cd299 build: proper recursion in make 2016-08-08 10:53:04 +02:00
Ben Wiederhake
de3100e6f2 Minor typos 2016-08-08 10:25:11 +02:00
mjentsch
bf837abf38 Update CHANGELOG 2016-08-08 00:57:04 +02:00
mjentsch
0926d27195 Fix dropped HTML messages
Remove ability to send bold and italic messages to quick-fix a bug that causes
messages with unknown formatting to be dropped by libtgl.
2016-08-08 00:03:19 +02:00
mjentsch
1c32a0ef9e Fix clang warnings. 2016-08-02 01:27:00 +02:00
Ben Wiederhake
99d684bf89 Check for error return values of tgl_init 2016-08-02 01:10:02 +02:00
Ben Wiederhake
f2431f3a3a Fix tgl for OpenSSL-mode 2016-08-02 00:40:41 +02:00
Ben Wiederhake
a6b2ea20e1 Update LINGUAS 2016-08-02 00:04:45 +02:00
Ben Wiederhake
e1242691d2 Comments shouldn't be printed 2016-08-02 00:04:45 +02:00
Ben Wiederhake
b15d0a3f86 Import from Transifex: updated translations. Thank you! 2016-08-02 00:04:45 +02:00
Ben Wiederhake
9a2c6a73ac Import intermediate translation 2016-08-02 00:04:45 +02:00
mjentsch
35faf09857 Merge important crash fixes in tgl 2016-08-01 23:57:13 +02:00
mjentsch
11631ace8b Merge branch 'master' of https://github.com/majn/telegram-purple into dev-1.3.0 2016-08-01 23:28:26 +02:00
mjentsch
7463ef080e Merge HTML href fix in libtgl 2016-07-22 21:05:45 +02:00
mjentsch
e926b216b6 Fix code style 2016-06-30 19:29:55 +02:00
mjentsch
6940278a51 Merge HTML fixes in libtgl 2016-04-10 18:27:21 +02:00
mjentsch
daeb7db701 Only fetch history for joined channels
Prevent loading history for non-joined channels that may occur when messages forwarded for non-joined channels are being fetched.
2016-04-03 17:16:13 +02:00
mjentsch
786394bb3e Fix history in Adium, store channel sequence as account options instead of the blist 2016-04-03 17:04:35 +02:00
mjentsch
01104c87d3 Disable style tags in Adium, not working with Telegram 2016-04-02 22:37:57 +02:00
mjentsch
413e449112 cleanup 2016-04-02 22:28:03 +02:00
mjentsch
5f7da0ab50 Fix use-after-free, improve forward messages 2016-04-02 22:00:08 +02:00
mjentsch
e73e247444 Auto-load audio, video and animated messages up to 8mb
Reduce the amount of annoying popup messages for file transfers. Don't do it for Adium, which doesn't support file-links for security reasons. Make the threshold configurable.
2016-04-02 21:58:08 +02:00
mjentsch
921db6bc5c Fix outgoing message handling 2016-03-28 01:12:35 +02:00
mjentsch
a35c6cdd3b Support sending code tags and improve inline image handling
Properly parse inline img tags in messages to support multiple inline messages in one message.
Adium: remove adium-specific code path and allow embedding markup in outgoing message
2016-03-27 03:00:23 +02:00
Eion Robb
7205b4df1b Update telegram-purple.c to say that the connection supports HTML messages 2016-03-27 03:00:23 +02:00
Eion Robb
952a41f1ed Update tgp-msg.c to flag outgoing messages as HTML 2016-03-27 03:00:23 +02:00
Ben Wiederhake
81f33055b5 Use constant instead of magic string 2016-03-23 16:32:07 +01:00
Ben Wiederhake
7103bf9bfe Remove unused file 2016-03-23 16:32:07 +01:00
Ben Wiederhake
e828fc36ef Allow out-of-vcs builds 2016-03-23 16:32:07 +01:00
Ben Wiederhake
70340d7b55 Extract script to generate origtar 2016-03-23 16:32:07 +01:00
Ben Wiederhake
7439a68b09 Extract script to generate commit.h 2016-03-23 16:32:07 +01:00
Ben Wiederhake
6684a75865 Include HACKING files
Closes #242 by keeping track of all requirements, rationals,
and approaches in a version-controlled file.
2016-03-23 16:32:07 +01:00
Ben Wiederhake
4de2a69ac1 Use correct repository 2016-03-23 16:31:10 +01:00
mjentsch
6a6bff563b Merge branch 'dev-1.3.0' of https://github.com/majn/telegram-purple into dev-1.3.0 2016-03-23 14:00:48 +01:00
mjentsch
c595e9ef14 Always load channel history on startup 2016-03-23 12:57:27 +01:00
mjentsch
236083e217 Fix coding guidelines 2016-03-23 12:49:16 +01:00
mjentsch
aa87311f6d Fix crash on deleted chat 2016-03-23 12:48:14 +01:00
mjentsch
236153cee7 Reduce the amount of needless read recipes being sent 2016-03-23 12:47:24 +01:00
mjentsch
dc9dac44ff Fix compiling Adium plugin 2016-03-23 12:46:29 +01:00
mjentsch
004f84b544 Experimental support for channel history
Fetch missing channel history, keep track of message IDs. Still broken in Adium.
2016-03-23 12:46:04 +01:00