Commit Graph

459 Commits

Author SHA1 Message Date
vysheng
f53348537d Merge pull request #69 from falkartis/patch-1
Help text updated.
2014-02-08 22:25:25 +03:00
falkartis
1507a88774 Help text updated.
I just added "You can see message numbers starting client with -N" to the load_photo and the view_photo description.
I've been in trouble because of not knowing how to download files so I think its use-full.
I'm not sure if it's how github works my idea was to Propose this change to the main branch.
2014-02-08 17:44:10 +01:00
Pablo
ea8aa0a119 Update README with new automatic path for server.pub 2014-02-08 11:57:04 +01:00
Vysheng
f647b8f0f3 Fixed registration. Fixed possible SIGSEGV in create_print_name 2014-02-07 19:40:39 +04:00
Vysheng
c5333c0375 Merge github.com:vysheng/tg 2014-02-06 22:10:48 +04:00
Vysheng
99ffbf9036 lua: added postpone message 2014-02-06 22:09:43 +04:00
vysheng
2ee8ece061 To complete pack: gentoo ebuild 2014-02-06 18:22:21 +04:00
vysheng
69e4c6901d Merge branch 'master' of github.com:vysheng/tg 2014-02-06 18:15:59 +04:00
vysheng
befcaf077c Added --with-progname="progname" option to configure. 2014-02-06 18:12:43 +04:00
vysheng
9e486e938f Update README.md 2014-02-06 13:54:52 +03:00
vysheng
d520f28acc Merge pull request #61 from iranzo/master
Updated rpm with new spec
2014-02-05 18:22:32 +03:00
Pablo
835667858a Updated rpm with new spec 2014-02-05 16:14:07 +01:00
vysheng
3ce763b514 Merge pull request #57 from cletomartin/master
Basic Debian/Ubuntu package
2014-02-05 16:52:56 +03:00
vysheng
d982dc2a77 Merge pull request #54 from iranzo/master
Adding initial spec to build from source
2014-02-05 16:52:35 +03:00
vysheng
e1e03caefd Merge pull request #60 from antma/master
minor configure.ac simplifications
2014-02-05 14:22:25 +03:00
antma
c0d616cc2e remove -lssl from Makefile.in
please add AC_CHECK_LIB([ssl], [function-name]) to configure.ac in the case of failed linkage
2014-02-05 15:12:01 +04:00
antma
8b632ed4d4 replace ENABLE_LIBCONFIG by HAVE_LIBCONFIG (use macro AC_CHECK_LIBdefault ACTION-IF-FOUND behavior)
fix unused write result in undefined HAVE_EXECINFO_H case
2014-02-05 15:07:58 +04:00
Pablo
eabb9ba769 Rename spec and add server key 2014-02-04 18:28:11 +01:00
Vysheng
12e8e5c7b7 Added /etc/telegram/server.pub as default server public key place 2014-02-04 20:35:16 +04:00
cleto
3cd2b75a5c initial commit 2014-02-03 21:31:23 +00:00
Vysheng
57cff060a3 Added -W key to wait dialog list before processing input 2014-02-03 19:50:57 +04:00
Pablo
dd5a3dfead Updated rpm with fixed binary permissions 2014-02-03 16:28:46 +01:00
Pablo
b1e925da2b Fix binary permissions once installed 2014-02-03 16:27:34 +01:00
Vysheng
051a64fb76 main.c: fixed gcc warning. 2014-02-03 19:26:43 +04:00
Vysheng
6f16f82a89 Merge github.com:vysheng/tg 2014-02-03 19:17:07 +04:00
vysheng
75ac98863a Update main.c 2014-02-03 16:19:41 +03:00
vysheng
5777268841 Merge pull request #56 from antma/master
remove printf from signal handlers and reduce configure.ac
2014-02-03 05:18:40 -08:00
antma
7a76b66fe2 remove printf from signal handlers
use AC_SEARCH_LIB in configure.ac (shorter code)
replace '-lm -lcrypto -lz' by  @LIBS@ in Makefile.in and AC_CHECK_LIB macros in configure.ac
replace NO_BACKTRACE by HAVE_EXECINFO_H
2014-02-03 16:25:09 +04:00
Pablo
3703044ead Update README for Fedora instructions 2014-02-02 12:11:29 +01:00
Pablo
bf63211fc7 Add RPM for F20 x86_64 2014-02-01 16:51:10 +01:00
Pablo
f3eaa4df09 Adding initial spec to build from source 2014-02-01 16:49:35 +01:00
Vysheng
3b7dc309a4 Fix for non-binlog version 2014-02-01 00:19:55 +04:00
Vysheng
c0e52584dd Merge github.com:vysheng/tg 2014-01-31 20:05:18 +04:00
Vysheng
33d25bab99 Use tree for peer_name search 2014-01-31 20:03:40 +04:00
vysheng
69a5a51726 Update README.md 2014-01-31 01:11:17 +03:00
vysheng
da0369aaef Merge pull request #52 from markitosgv/patch-1
Update interface.c
2014-01-30 08:47:35 -08:00
Marcos Gómez Vilches
f325ad5460 Update interface.c
Fix typo in help command
2014-01-30 17:46:09 +01:00
vysheng
ad8829549c Update README.md 2014-01-30 16:01:50 +03:00
vysheng
d1cdcabe6f Update README.md 2014-01-30 16:01:15 +03:00
vysheng
b02bd3bade Merge pull request #51 from asdofindia/patch-1
Added chat_with_peer in commands. Also explained what peer is.
2014-01-30 04:57:28 -08:00
Vysheng
ec0d7274be main.c: deleted include execinfo if no backtrace needed 2014-01-30 15:49:26 +04:00
Vysheng
a52b55fef9 mtproto-client: do not use TCPQUICKACK in cygwin 2014-01-30 15:45:01 +04:00
Vysheng
50bec2d164 Added cygwin fixes 2014-01-30 15:01:16 +04:00
Akshay S Dinesh
6de3da78a5 Added chat_with_peer in commands. Also explained what peer is. 2014-01-30 11:09:16 +05:30
vysheng
e12d05b081 Merge pull request #49 from alesnav/patch-1
Little typo error in readme
2014-01-29 12:37:47 -08:00
Alejandro Navarro
41da8ddf0d Little typo error in readme 2014-01-29 21:15:30 +01:00
vysheng
f384943951 Update README.md 2014-01-29 14:15:56 +03:00
vysheng
bc354b96ce Added mark_read to lua functions 2014-01-28 16:40:35 +04:00
Vysheng
fd4780b83c maybe fixed conn restart 2014-01-27 21:23:58 +04:00
Vysheng
96b47dad13 Merge github.com:vysheng/tg 2014-01-27 21:06:02 +04:00