Ben Wiederhake
e5adfc1bd6
Let autogen.sh take care of the .nsi
2016-02-18 21:41:59 +01:00
Ben Wiederhake
5828496b52
Auto-generate .nsi via awk script
...
Fixes #195
2016-02-18 21:41:59 +01:00
Ben Wiederhake
1398ab1362
README.md: uniform orig-tarball generation
2016-02-18 21:41:59 +01:00
Ben Wiederhake
b30905ef41
Add safety belts when building .orig.tar.gz
2016-02-18 21:41:59 +01:00
Ben Wiederhake
f872bb9bc3
Create a .orig.tar.gz reproducibly
...
Where "reproducible" means:
Every execution on every machine will always
generate the exact same, bitwise identical result,
when at the same git commit.
Closes #100 .
2016-02-18 21:41:59 +01:00
Ben Wiederhake
a00d1ee6c6
Update README.md for Debian installation
2016-02-18 21:41:59 +01:00
Ben Wiederhake
84f742de3a
AppStream: add German language
2016-02-18 21:41:59 +01:00
Ben Wiederhake
26e5b2de9f
Fix gitignore patterns for *.mo
2016-02-18 21:41:59 +01:00
Ben Wiederhake
8779215927
AppStream: allow for translations
...
Fixes #211
2016-02-18 21:41:59 +01:00
Ben Wiederhake
cc8873682a
AppStream: Add bugtracker, fix XML
...
Note: I don't care what the header looks like.
I just want the diff between "with translation" and
"without translation" to be as small as possible.
2016-02-18 21:41:59 +01:00
Ben Wiederhake
9b4fa898a9
Reflow AppStream file
2016-02-18 21:41:59 +01:00
Ben Wiederhake
dd349ff7cb
Fix typos and errors in strings
2016-02-18 21:41:59 +01:00
Ben Wiederhake
5c88b021af
Clean up 'clean' target
2016-02-18 21:41:59 +01:00
Ben Wiederhake
f648686f1b
Correctly build commit.h without complaining
...
The old version threw ugly warnings when commit.h didn't exist (ugh),
and it depended on ifneq, which I don't really like (second ugh).
2016-02-18 21:41:59 +01:00
mjentsch
4e3b913a9d
Remove unneeded code
2016-02-17 20:53:20 +01:00
mjentsch
0a786049fc
Fix auto-join and bookmarks in Adium
...
Fix a regression that was caused by automatically adding all chats to the blist. Adiums method for joining chats by name assumes that an existing chat in the blist means we already joined and not join the chat.
2016-02-17 20:52:45 +01:00
mjentsch
abbaad7a0c
Support leaving channels and exporting channel invite links
2016-02-14 00:34:30 +01:00
mjentsch
496eb6328f
Add hint for phone number
2016-02-10 23:23:54 +01:00
mjentsch
581e024254
Display chat and channel icons, refactor image loading code
2016-02-10 02:03:46 +01:00
mjentsch
1070b5a6e7
Cleanup and add a few notes
2016-02-07 18:23:12 +01:00
mjentsch
e8005883ab
Display channels and supergroups in roomlist
2016-02-07 00:40:48 +01:00
mjentsch
fbe3a7fbba
Support supergroups and displaying channel members
...
Change all channels to be chats instead of regular buddies and implement fetching channel memberships. Remove some unneeded code scraps from old channel handling.
2016-02-07 00:04:31 +01:00
mjentsch
4ef719cd3a
Emphasize that just the contact will be deleted, not the dialogue list entry.
2016-01-25 23:23:34 +01:00
mjentsch
69acd90512
Support deleting contacts, handle deletions of chats and channels
...
When a user deletes a buddy list entry, ask if the chat or channel should be destroyed / left or the contact should be deleted. In many cases, deleting a buddy from the blist would have no effect, since the buddy would show up again on the next startup, which is most likely confusing to the user. Just destroying the chat or the channel is dangerous too, so ask for confirmation every time this happens to let the user choose what to do with that entry.
2016-01-25 00:59:56 +01:00
mjentsch
8100114319
Handle contacts added on different devices
...
Assure to add contacts, even when they are not in the dialog list. Refactor contact handling.
2016-01-25 00:51:33 +01:00
mjentsch
00b709e39f
Display incoming read recipes for secret chats
...
Outgoing still don't work they aren't implemented in libtgl yet.
2016-01-24 22:16:20 +01:00
mjentsch
af70b22699
Handle group chats more intuitively
...
Remove all left chats from buddy list when selecting to auto-join chats and also make that option default.
2016-01-24 21:36:41 +01:00
mjentsch
660376b9df
Remove all left chats
...
Use new TGLCF_LEFT instead of user count to determine left chats more reliably.
2016-01-24 21:29:48 +01:00
mjentsch
4e08542823
Change version back to 1.3.0
2016-01-24 21:23:35 +01:00
mjentsch
9edcd8f6e5
Fix run scheme in Adium
2016-01-24 21:19:59 +01:00
mjentsch
90a4286e90
Fix compilation error
2016-01-24 20:40:36 +01:00
mjentsch
ac1c748650
Merge branch 'master' into dev-1.3.0
2016-01-24 18:22:18 +01:00
mjentsch
df29bbcda1
Update bundle link
2016-01-24 16:17:10 +01:00
mjentsch
68b71dae70
Fix tgp version displayed as NULL in sessions
...
Set telegram-purple version in app data, to make the correct version
show up in the session dialogue.
2016-01-24 16:11:33 +01:00
mjentsch
9208d9b1e9
Show version in Adium Xtras
...
Until now the adium plugin version was only shown in the bundle info,
not inside Adium.
2016-01-24 15:41:15 +01:00
mjentsch
fc0b402d72
Increase version to 1.2.5
2016-01-24 15:17:54 +01:00
mjentsch
9cd264dea6
Still display the message when the chat info cannot be fetched
...
User objects will be allocated once they send a message that needs to be displayed, until then the users will just not show up in the user list of the chat.
2016-01-24 15:17:54 +01:00
mjentsch
739f2b7e46
Improve error handling a little more
2016-01-24 15:17:54 +01:00
mjentsch
1808ca4984
Automatically refresh revoked sessions and prompt for a new code
2016-01-24 15:17:54 +01:00
mjentsch
6a8760d5d3
Graceful error handling
...
Never kill process on issues, always log errors and write errors instead of failed messages.
2016-01-24 15:17:54 +01:00
mjentsch
625374fbc4
Include libtgl fix for channel messages
2016-01-24 15:17:54 +01:00
mj
65105dd11b
Fix group chat link
2016-01-15 18:20:03 +01:00
Ben Wiederhake
15570de448
Clean up d/rules
2016-01-13 22:24:39 +01:00
mjentsch
6eee0c3c43
Use flags instead of users_num to check if a chat is already left
2016-01-12 23:53:49 +01:00
mj
2c74a733d5
Update chat link
2016-01-12 11:15:53 +01:00
mjentsch
9ad31b041a
Update submodule branch to include all fixes
2016-01-10 02:12:27 +01:00
mjentsch
ff7300f6c9
Merge branch 'dev-1.2.5' into dev-1.3.0
2016-01-10 01:45:57 +01:00
mjentsch
d032f3a237
cleanup
2016-01-10 01:27:38 +01:00
mjentsch
d8fc5281ce
Fix buddy icon refreshing and refactor user info and icon handling
...
Keep track of loaded pictures to refresh user pictures more reliably. Create new file tgp-info to contain all code related to user information and icons. Clean up the messy code for fetching user info and user pictures and provide a streamlined function in tg-info.
2016-01-10 01:27:38 +01:00
mjentsch
4438dcae0e
Include libtgl fix for channel messages
2016-01-09 18:33:31 +01:00