Commit graph

1354 commits

Author SHA1 Message Date
Ben Wiederhake
b5521b1688 Polish some more 2015-11-26 08:23:25 +01:00
Ben Wiederhake
7812603dee Fix typo 2015-11-26 08:23:25 +01:00
Ben Wiederhake
77317fb99f Add plural support
Fixes #139.
2015-11-26 08:23:25 +01:00
Ben Wiederhake
954ed6048b Clarify messages, use 'please' where appropriate 2015-11-26 08:23:25 +01:00
Ben Wiederhake
f53f13592a Disable unused feature 2015-11-26 08:21:09 +01:00
Ben Wiederhake
669880ab4d Fix color channels: TGA uses BGRA, not RGBA 2015-11-25 20:32:31 +01:00
Ben Wiederhake
8d8f299aec Drop LodePNG 2015-11-25 20:32:31 +01:00
Ben Wiederhake
98221ec036 Implement basic raw-to-tga conversion 2015-11-25 20:32:31 +01:00
Ben Wiederhake
2f467a2591 Fix missing inclusion 2015-11-25 20:31:44 +01:00
mjentsch
e10c548dd1 Fix compilation of plugin 2015-11-25 11:31:07 +01:00
mjentsch
a7be036a05 Remove unused commented-out code 2015-11-23 11:47:29 +01:00
mjentsch
04bc03bebf Clean up the include mess
Keep all libtgl and telegram-purple includes in telegram-purple.h to prevent duplication of all those includes. Remove redundant includes.
2015-11-23 03:06:30 +01:00
mjentsch
9ee84e73a2 Remove unneeded class includes in Adium plugin 2015-11-23 02:56:41 +01:00
mjentsch
a11c8da4fa Remove unneded unix-specific includes 2015-11-23 02:55:44 +01:00
mjentsch
05131d999e Remove code duplication 2015-11-23 01:33:20 +01:00
mjentsch
23507c0303 Fix compilation 2015-11-23 00:44:52 +01:00
mjentsch
643a30faa7 Do not rely on g_utf_8_substring length checking, it doesn't always do it 2015-11-23 00:37:23 +01:00
mjentsch
9a166cbc8b Cleanup and coding guidelines 2015-11-21 22:43:16 +01:00
mjentsch
72070e0016 Fix potential segfault 2015-11-21 22:42:07 +01:00
mjentsch
3cc0a832a9 Remove dead code and unused functions 2015-11-21 22:21:00 +01:00
mjentsch
f094319519 Fix typos 2015-11-21 22:20:38 +01:00
mjentsch
2d90f3ea03 More cleanup and refactoring 2015-11-21 22:14:57 +01:00
mjentsch
553b10dee5 Fix compilation 2015-11-21 18:54:33 +01:00
mjentsch
e5e58d0c2f Fix compiler error in MinGW 2015-11-21 16:31:15 +01:00
mjentsch
602edc8b5f Cleanup and coding guidelines 2015-11-21 16:30:50 +01:00
mjentsch
a44600a0ac Fix static analysis warning 2015-11-21 16:24:17 +01:00
mjentsch
c7a855a62c Do not rely on g_utf_8_substring length checking, it doesn't always do it 2015-11-21 16:23:46 +01:00
mjentsch
1a428ed80a Do not needlessly enable pfs anymore 2015-11-21 09:48:02 +01:00
mjentsch
05fc97381f Cleanup and slightly improve labels 2015-11-21 09:47:33 +01:00
mjentsch
5d52fce666 Fix compilation on Unix 2015-11-21 09:42:53 +01:00
mj
6cfeeb4835 Merge pull request #159 from tuxmaster/master
Fix rpm spec file.
2015-11-21 09:27:22 +01:00
mjentsch
2fc4f53831 Merge branch 'EionRobb-beta4' into cleanup-requests 2015-11-21 01:14:36 +01:00
mjentsch
0b0dbfd25e Merge branch 'beta4' of https://github.com/EionRobb/telegram-purple into EionRobb-beta4 2015-11-21 01:14:06 +01:00
mjentsch
09339c7785 Update adium bundle to 1.2.2 2015-11-21 00:39:14 +01:00
mjentsch
b10dc45bfc Fix secret chat duplication issue 2015-11-21 00:28:29 +01:00
mjentsch
dc27b1ec03 Display secret chat once its ready 2015-11-21 00:18:08 +01:00
mjentsch
0826bcad76 Improve logging messages for peer updates 2015-11-21 00:14:52 +01:00
mjentsch
97f619b1d0 Fix crash 2015-11-21 00:13:58 +01:00
tuxmaster
2e3951f5a5 Add missing space. 2015-11-18 15:05:10 +01:00
tuxmaster
f7b01583fc Add required version for libgcrypt. 2015-11-18 15:03:40 +01:00
mjentsch
81cf092554 Fix adding foreign buddy
Fix user info and user status not being correctly fetched.
2015-11-18 01:19:40 +01:00
tuxmaster
2f5c70b04b -Fix date for rpm spec file. 2015-11-17 18:53:09 +01:00
mjentsch
b721e8d217 Fix secret chats being duplicated on login 2015-11-16 16:15:20 +01:00
mjentsch
85df0e0bcd Fix status not updated for all buddies 2015-11-16 15:48:30 +01:00
mjentsch
6e210b8417 Improve comments and logging messages 2015-11-16 15:47:32 +01:00
mjentsch
8ee4f680c2 Fix own name being added to the buddy list 2015-11-16 15:43:32 +01:00
mjentsch
a77adfaf0d Fix offline messages being received on wrong conversations
Fix buddy messages are being received before buddy list was initialized, by changing the state to CONNECTED
on "logged in" event and not on "ready".
2015-11-16 15:41:51 +01:00
mjentsch
b6dd5adad7 Implement create / change password requests. 2015-11-16 10:05:03 +01:00
mjentsch
87225d7098 Fix sign in dialogue and clean up password prompt
Use purple_input_request with the masked bit set, instead of needlessly creating a request with generic fields. Implement correct sign in dialogue only queries for first and last name.
2015-11-16 10:04:41 +01:00
mjentsch
58b7f8c7f9 Coding style 2015-11-15 14:55:36 +01:00