vysheng
d0d53dc292
Merge pull request #100 from aigjermo/master
...
catch NULL input in interpreter_chat_mode
2014-02-23 12:17:48 +03:00
Anders Iver Gjermo
39cee4b662
catch NULL input in interpreter_chat_mode
2014-02-23 02:06:57 +01:00
vysheng
59b3d7e0c2
Update interface.c
2014-02-21 14:23:37 +03:00
vysheng
49b122d48a
Merge pull request #82 from kartikm/gitignore
...
Added .gitignore file
2014-02-20 11:21:32 +03:00
Kartik Mistry
b94d64bd19
Added .gitignore file
2014-02-20 13:23:23 +05:30
vysheng
bd82a2afe9
Merge pull request #80 from lwhsu/freebsd-lua
...
Update FreeBSD build instruction for linking with lua
2014-02-18 21:39:46 +03:00
vysheng
8c597b2935
Update interface.c
2014-02-18 21:06:00 +03:00
Li-Wen Hsu
0b90256a8b
Update FreeBSD build instruction for linking with lua
2014-02-18 22:59:18 +08:00
vysheng
bab9846493
Merge pull request #76 from falkartis/patch-2
...
Update interface.c to avoid error messages
2014-02-13 13:09:21 +03:00
Falk
5baaabdd8a
Update interface.c to avoid error messages
...
When hitting enter (without writing anything) in an chat prompt always appears an error message telling you that the message is empty.
Checking the content of the line can avoid this.
I don't know is this behaviour is wrong or right.
So please forgive me if it doesn’t make sense.
2014-02-13 00:52:25 +01:00
vysheng
a40a9f574a
Merge pull request #71 from AdrocNiimai/master
...
Complete translation and small typing errors corrected
2014-02-09 15:37:31 +03:00
AdrocNiimai
48b538123a
Complete translation and small typing errors corrected
2014-02-09 13:06:18 +01:00
vysheng
9e1002169e
Merge pull request #70 from AdrocNiimai/master
...
Update README.md and create README.es
2014-02-09 14:52:35 +03:00
AdrocNiimai
56896228dc
Spanish translation of README.md
2014-02-09 11:39:11 +01:00
Aaron D
347b79c79a
Update README.md
...
Fedora don't use commas in his installation system to separate packages
2014-02-09 09:46:35 +01:00
vysheng
4be96778f7
Merge pull request #68 from iranzo/master
...
Update README with new automatic path for server.pub
2014-02-08 22:25:52 +03:00
vysheng
dd5bb8b0c2
Merge pull request #69 from falkartis/patch-1
...
Help text updated.
2014-02-08 22:25:25 +03:00
falkartis
059713097f
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
23c5b3b51f
Update README with new automatic path for server.pub
2014-02-08 11:57:04 +01:00
Vysheng
856fba7fae
Fixed registration. Fixed possible SIGSEGV in create_print_name
2014-02-07 19:40:39 +04:00
Vysheng
81023dec9c
Merge github.com:vysheng/tg
2014-02-06 22:10:48 +04:00
Vysheng
3b4bf372ab
lua: added postpone message
2014-02-06 22:09:43 +04:00
vysheng
e3e0b5efb9
To complete pack: gentoo ebuild
2014-02-06 18:22:21 +04:00
vysheng
ca217f9822
Merge branch 'master' of github.com:vysheng/tg
2014-02-06 18:15:59 +04:00
vysheng
b9a1ecf777
Added --with-progname="progname" option to configure.
2014-02-06 18:12:43 +04:00
vysheng
97c782a965
Update README.md
2014-02-06 13:54:52 +03:00
vysheng
d2e094c957
Merge pull request #61 from iranzo/master
...
Updated rpm with new spec
2014-02-05 18:22:32 +03:00
Pablo
a78e6b0897
Updated rpm with new spec
2014-02-05 16:14:07 +01:00
vysheng
b374ae8995
Merge pull request #57 from cletomartin/master
...
Basic Debian/Ubuntu package
2014-02-05 16:52:56 +03:00
vysheng
b81977b436
Merge pull request #54 from iranzo/master
...
Adding initial spec to build from source
2014-02-05 16:52:35 +03:00
vysheng
e92ba0d1bd
Merge pull request #60 from antma/master
...
minor configure.ac simplifications
2014-02-05 14:22:25 +03:00
antma
6c2f4fed6b
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
b091f978f1
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
e68ad39687
Rename spec and add server key
2014-02-04 18:28:11 +01:00
Vysheng
73a48816e4
Added /etc/telegram/server.pub as default server public key place
2014-02-04 20:35:16 +04:00
cleto
ce8802b864
initial commit
2014-02-03 21:31:23 +00:00
Vysheng
8ca4a475e7
Added -W key to wait dialog list before processing input
2014-02-03 19:50:57 +04:00
Pablo
3b680a4a99
Updated rpm with fixed binary permissions
2014-02-03 16:28:46 +01:00
Pablo
badd283794
Fix binary permissions once installed
2014-02-03 16:27:34 +01:00
Vysheng
4c0736a646
main.c: fixed gcc warning.
2014-02-03 19:26:43 +04:00
Vysheng
0dac5eae80
Merge github.com:vysheng/tg
2014-02-03 19:17:07 +04:00
vysheng
ca7ff6d7e3
Update main.c
2014-02-03 16:19:41 +03:00
vysheng
1a520ff657
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
47446009f9
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
66401d4633
Update README for Fedora instructions
2014-02-02 12:11:29 +01:00
Pablo
92f2880afa
Add RPM for F20 x86_64
2014-02-01 16:51:10 +01:00
Pablo
44b237bb24
Adding initial spec to build from source
2014-02-01 16:49:35 +01:00
Vysheng
a334bed1f6
Fix for non-binlog version
2014-02-01 00:19:55 +04:00
Vysheng
818b286dc3
Merge github.com:vysheng/tg
2014-01-31 20:05:18 +04:00
Vysheng
e10ce5aa69
Use tree for peer_name search
2014-01-31 20:03:40 +04:00