Commit graph

1147 commits

Author SHA1 Message Date
Vysheng
5b4f1cd450 Updated to use subdirectory. Fixed buffer overflow in date format 2014-11-12 21:23:01 +03:00
Vysheng
8ebbdfbaff updated .gitignore 2014-11-11 20:38:01 +03:00
Vysheng
f46c685bbd Rewritten to use libtgl 2014-11-11 20:29:09 +03:00
Vysheng
0894c093a5 Added missing files 2014-11-11 20:24:30 +03:00
Vysheng
8f69d8d11d Slightly working version 2014-11-11 20:21:14 +03:00
mjentsch
1b6fdf44e8 Fix link to Adium bundle for 0.3.3 2014-11-05 21:52:18 +01:00
mjentsch
560b55b299 Don't print debug messages in unused functions 2014-10-31 20:37:30 +01:00
mjentsch
bd4bc51651 Fix library includes in linker step 2014-10-28 01:20:30 +01:00
mjentsch
a9a48fff90 Update version to 0.3.3 2014-10-14 22:29:22 +02:00
mjentsch
c54ebf5c17 Error the telegram-plugin on failed connections, so hopefully libpurple will inform the user and restart it once the connectivity is back 2014-10-14 22:15:02 +02:00
mjentsch
b3642e2e7e Remove correct server.pub when uninstalling 2014-10-14 22:08:15 +02:00
mjentsch
91ac1b06ee Remove old printfs of telegram-cli to fix issues on Finch 2014-10-14 22:06:29 +02:00
mjentsch
2b366fe1a8 Fix segfaults on disconnect 2014-10-14 18:59:04 +02:00
mjentsch
d5fb1601b7 cleanup useless comments 2014-10-14 18:53:59 +02:00
mjentsch
4843c4052d Remove linebreaks from user names 2014-10-10 17:28:10 +02:00
mjentsch
61c8735578 Force-free all open connections on close 2014-10-10 17:26:31 +02:00
mjentsch
2bebb7ab62 Display time correctly and don't display empty messages 2014-10-10 17:16:16 +02:00
mjentsch
a8f228cef5 Upgrade to version 0.3.2 2014-10-09 21:31:33 +02:00
mjentsch
531a36fa63 Add comments and logging messages to event listener stubs 2014-10-09 20:26:47 +02:00
mjentsch
8a63df1529 Fix TelegramService settings 2014-10-09 20:21:12 +02:00
mjentsch
d66775cc70 Avoid compiler warnings 2014-10-09 20:20:21 +02:00
mjentsch
b2d3a39fb4 Do not use colors when compiling for production mode
Pidgin and Adium debug logs do not display terminal color codes correctly, avoid that.
2014-10-09 20:13:08 +02:00
mjentsch
531d27ef61 Set Build-Target for Adium Plugin to OSX 10.8 and include AppKit 2014-10-09 20:12:22 +02:00
mjentsch
056d7c7c19 Improve README and update to version 0.3.1 2014-10-06 23:18:45 +02:00
mjentsch
dd27d4f66c Remove unused includes from XCode project 2014-10-06 22:59:18 +02:00
mjentsch
7d63485e0a Fail gracefully on error responses by server 2014-10-06 22:58:16 +02:00
mjentsch
2f7f2068de Improve event handling-system 2014-10-06 22:57:20 +02:00
mjentsch
290a3251e6 Remove unused code 2014-10-06 22:56:02 +02:00
mjentsch
3773562201 Do not compile on uninstallation 2014-10-05 20:54:24 +02:00
mjentsch
17e925e4ef Add Makefile target "purge" to delete all user data 2014-10-05 20:53:14 +02:00
mjentsch
41b3230a9f Update version and README 2014-10-05 15:38:31 +02:00
mjentsch
bfb663088d Don't include libcrypto in working tree 2014-10-05 15:34:51 +02:00
mjentsch
535c0f645e Merge branch 'adium-plugin' 2014-10-05 14:46:35 +02:00
mjentsch
ac266fb1f5 Set "Release" build as default in XCode Project 2014-10-05 14:19:40 +02:00
mjentsch
8eacac2b87 Load public key from Adium bundle 2014-10-05 14:19:05 +02:00
mjentsch
b48e1b240e Use mobile-state instead of unavailable, to ensure proper display in Adium 2014-10-05 12:29:15 +02:00
mjentsch
4b7b1e0010 Fix includes and remove obsolete code 2014-10-05 12:25:23 +02:00
mjentsch
feff8675db Add missing license to adium plugin 2014-10-05 12:21:29 +02:00
mjentsch
cc03e5d059 Update adium wrapper settings 2014-10-05 12:19:15 +02:00
mjentsch
8bc8d2477e Deploy bundle on run 2014-10-05 00:24:41 +02:00
mjentsch
b6c9515de4 Rename struct user to a avoid name collisions 2014-10-05 00:12:31 +02:00
mjentsch
114bce7d45 Fix dependencies and build settings in XCode project 2014-10-05 00:09:33 +02:00
mjentsch
b5e242ea40 Do not include framework files 2014-10-04 23:42:08 +02:00
mjentsch
922fe0e090 Do not use Macros to represent Booleans 2014-10-04 20:36:54 +02:00
mjentsch
c5d7fdb89c Fix build process by adjusting search path and adding missing libraries
Add openssl and libz, don't warn about deprecated functions and add purple and glib to the search path so we don't need to change the includes in our other files
2014-10-04 20:36:54 +02:00
mjentsch
de82654434 Ignore more XCode userdata 2014-10-04 20:36:54 +02:00
mjentsch
f16f32d8c4 Rename struct user to struct tgl_user to avoid namespace collisions with osx system headers 2014-10-04 20:36:54 +02:00
mjentsch
f58302be5e Ignore XCode xcuserstate file and remove it from cache 2014-10-04 20:33:28 +02:00
mjentsch
d3d8903b49 Add a nicer description 2014-10-04 20:32:59 +02:00
mjentsch
706a28a4e6 Add xCode project files for an Adium telegram plugin 2014-10-04 20:32:59 +02:00