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
mjentsch
a3341cb5cf
Merge branch 'master' into dev-1.3.0
2016-03-20 17:18:37 +01:00
Ben Wiederhake
ee2a6fb740
Merge pull request #254 from rshadow/master
...
Fix README.md prerequires for deb
2016-03-17 11:21:07 +01:00
Roman V. Nikolaev
ff66ed2512
Fix README.md prerequires for deb
2016-03-17 01:10:35 +03:00
Ben Wiederhake
1388bc6ed7
Fix empty group handling
...
Fixes #203 .
2016-03-11 15:06:35 +01:00
mjentsch
54cfce4df2
Bump version to 1.2.6
2016-03-11 13:10:14 +01:00
mjentsch
d020f9c32a
Fix Adium bundle breaking on library version jumps
...
Link against the generic libpurple and glib bundled with Adium instead of the specific version number to avoid breakage on version updates.
2016-03-11 12:18:08 +01:00
Ben Wiederhake
7968ca4007
Rewrite d/watch, update d/rules to include get-orig-source
2016-03-01 11:25:26 +01:00
mjentsch
3107a601eb
Merge libtgl fix use-after-not-created for photos
2016-02-27 17:59:03 +01:00
mj
cb12fbf4f9
Update group chat link
2016-02-27 17:55:01 +01:00
mj
a0ecd0c66d
Merge pull request #246 from khorben/khorben/configure-equals
...
Portability fix for POSIX shells
2016-02-24 10:28:45 +01:00
Pierre Pronchery
a61c9db881
Portability fix for POSIX shells
...
Only a handful of shells support the "==" comparison operator for
the "test" built-in. The standard, portable operator is "=" instead.
2016-02-24 03:39:01 +01:00
Ben Wiederhake
0c1623a8f6
Fix the system one more time
...
Closes #242 . Hopefully.
2016-02-19 01:54:07 +01:00
Ben Wiederhake
d4f52a175c
Generate and upload new potfile for 1.3.0
2016-02-18 21:41:59 +01:00
Ben Wiederhake
37438544df
AppStream: auto-generate translated file
2016-02-18 21:41:59 +01:00
Ben Wiederhake
b45e494771
AppStream: import translations from transifex. Thank you all!
2016-02-18 21:41:59 +01:00