Commit graph

807 commits

Author SHA1 Message Date
vysheng
0105abaff6 Merge pull request #136 from rmsrepliedtomeonce/patch-1
Remove biased shell signs
2014-03-05 16:09:57 +03:00
rmsrepliedtomeonce
ceca0589d8 Remove biased shell signs
Not everybody uses bash, you know. Especially the people on *BSD, which you still listed as '$'
2014-03-05 14:50:49 +02:00
vysheng
7773adf5f2 Update README.md 2014-03-05 00:58:47 +03:00
vysheng
fde21397ab delted text about Makefile 2014-03-05 01:54:45 +04:00
vysheng
fec2ee493f Merge branch 'openbsd-initial' of https://github.com/czarkoff/tg
Conflicts:
	.gitignore
	README.md
2014-03-05 01:54:24 +04:00
vysheng
fcb05e6770 Merge pull request #125 from koter84/feature-gitignore
ignore build-files in .gitignore so git is clean after building
2014-03-05 00:46:18 +03:00
vysheng
619c657893 Merge pull request #126 from koter84/feature-options-list
better list of options for -h
2014-03-05 00:45:33 +03:00
vysheng
6897116d7c Merge pull request #124 from vcuculo/sound_notification
Added support to sound notifications
2014-03-05 00:21:25 +03:00
vysheng
3c1b4977ef Merge pull request #135 from kartikm/master
Whitespace cleanups
2014-03-04 22:34:27 +03:00
Kartik Mistry
17c624bd9e Whitespace cleanups 2014-03-04 17:17:09 +05:30
Dennis Koot
cbac13c8fc netbeans ignore 2014-02-27 11:14:35 +01:00
Dennis Koot
64aca0427d extra ignores 2014-02-27 11:13:48 +01:00
Dennis Koot
c150d00a51 better list of options for -h 2014-02-27 10:17:07 +01:00
Dennis Koot
2d85f4fe83 added .idea for jetbrains 2014-02-27 09:55:53 +01:00
Dennis Koot
7274e179b8 ignore files created by compiling telegram 2014-02-27 09:51:55 +01:00
vcuculo
625d30c375 added support to sound notifications 2014-02-27 09:48:05 +01:00
Dmitrij D. Czarkoff
926a97fe08 Clean up and merge Linux and BSD instructions
* Now BSDs don't require setting environment for configure.
 * No default Makefile any more.
2014-02-27 01:09:56 +01:00
Dmitrij D. Czarkoff
839e535f73 Add /usr/local/include and /usr/local/lib to CPPFLAGS and LDFLAGS
This allows to avoid extra options for BSDs and strangle Linux systems, where
some libraries may be installed under "/usr/local" prefix.
2014-02-27 01:06:44 +01:00
Dmitrij D. Czarkoff
218048576c LUA_INCLUDE belongs to CPPFLAGS, not CFLAGS 2014-02-27 00:52:30 +01:00
Dmitrij D. Czarkoff
9e6efc5fa7 When using libedit also search for curses 2014-02-27 00:46:44 +01:00
Dmitrij D. Czarkoff
e57ccb0541 Added "-Wno-deprecated-declarations" to COMPILE_FLAGS 2014-02-26 10:15:35 +01:00
vysheng
c9116d55f1 Update loop.c 2014-02-25 23:31:27 +03:00
vysheng
9635413682 Merge pull request #121 from vDorst/create_group_chat
Added command create_group_chat <user> <chat topic>.
2014-02-25 23:28:41 +03:00
René van Dorst
a76d633705 Added command create_group_chat <user> <chat topic>.
Currently it supports only 1 user on creation.
Use chat_add_user to add more users to the chat.
2014-02-25 21:13:14 +01:00
Dmitrij D. Czarkoff
b0b1e39413 On OpenBSD telegram should be linked with '-lcurses' 2014-02-25 16:57:35 +01:00
Dmitrij D. Czarkoff
7db28cf9f4 Update ax_lua.m4
Updated ax_lua.m4 to current version from GNU Autoconf Archive's git
repository with additional patch to support OpenBSD.[1] Regenerated
``configure'' script. DOcumented changes.

---
[1] https://savannah.gnu.org/patch/index.php?8355
2014-02-25 16:45:50 +01:00
Dmitrij D. Czarkoff
333f48e826 Added support for OpenBSD 2014-02-25 16:42:37 +01:00
Dmitrij D. Czarkoff
32c6b6a3b3 Don't tracked Makefile and config.h
Both files are generated by ``configure'' script. Given that they:

  1. may change after running ``configure'' and
  2. are setup-dependent

there's no need to track them anyway.
2014-02-25 16:42:17 +01:00
Dmitrij D. Czarkoff
cba02b3fd5 Stop tracking generated files
* files, generated as side-effect of running ``configure'' script,
* files, generated by ``configure'' script (Makefile, config.h),
* ``telegram'' binary.

All these files are setup-dependent and differ between targets.
2014-02-25 16:33:29 +01:00
Dmitrij D. Czarkoff
aad11804a9 Removed "-Wno-deprecated" from COMPILE_FLAGS
This feature is new to GCC 4.4, while OpenBSD uses 4.2.1
2014-02-25 16:29:25 +01:00
vysheng
b8d827ed59 Fixed 'call' method from jerbob92 2014-02-24 15:27:30 +04:00
Jeroen Bobbeldijk
046b0ce109 Fully working phone call support, might need some tweaks and checks 2014-02-24 07:59:20 +01:00
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