1941bdcd64
src/twc-profile.c
2024-04-30 08:51:38 +00:00
1a18e112a7
fixes
2024-03-18 18:11:21 +00:00
5213a1f99c
update
2024-03-10 00:50:27 +00:00
3bcc10086e
README.md
2024-03-10 00:11:22 +00:00
4edbf98dc4
update
2024-03-09 03:46:27 +00:00
3a3d8ab5e4
updates
2024-03-08 04:02:20 +00:00
d200a55938
fixed
2024-03-07 09:36:36 +00:00
553a192910
updates
2024-03-07 02:46:11 +00:00
8a6e08470e
Works now
2022-11-20 02:54:42 +00:00
b72ca69a8a
First
2022-11-11 11:40:14 +00:00
d40d314f6a
git mv twc-group-invite.h twc-conf-invite.h
2022-11-11 07:11:47 +00:00
80319b30cd
Fix printf format warnings on certain platforms
2019-01-19 15:14:44 +01:00
40894df778
readme: improve build & install instructions
2019-01-19 14:41:35 +01:00
ac6d97192f
cmake: find WeeChat as REQUIRED
2019-01-19 14:22:38 +01:00
424eacc30c
travis: get WeeChat PGP key from official site
2018-12-26 18:25:01 +01:00
3ef5b89111
travis: upgrade from trusty to xenial
2018-12-23 16:56:29 +01:00
c5f51639a4
travis: specify temporary key_url
...
While waiting for https://github.com/weechat/weechat.org/issues/87
2018-12-23 16:55:11 +01:00
456f9fa9e4
Bump dependency versions
2018-12-22 21:23:00 +01:00
d0ab7b0139
clang-format
2018-12-22 21:16:45 +01:00
4ca6ae3169
Fix downloading_path not being initialized
2018-12-22 21:16:02 +01:00
5223c2c24b
Fix multi-line macro definition
2018-12-22 21:15:40 +01:00
93538e1fef
Merge branch 'file_transfer' of https://github.com/nogaems/tox-weechat into nogaems-file_transfer
2018-12-22 21:14:53 +01:00
f39d220973
travis: treat warnings as errors (-Werror)
2018-12-22 20:54:12 +01:00
61b4bed49b
travis: put dependency versions in variables
2018-12-22 20:54:12 +01:00
be11e78eac
travis: specify language: c
2018-12-22 20:54:12 +01:00
ecf3467e76
Implement file transfer feature
...
This will add separate "tfer" buffer with all necessary controls for
managing files and /send command to start transfer, which you can use
either from profile buffer or from private messages buffer; in case of
incoming files the buffer will be created as well if doesn't exist yet.
Every callbacks were defined according to the specification and this
implementation is fully corresponding to the documented behavior including
streams.
2018-05-24 14:13:49 +03:00
b1765af433
travis: fix tox cmake build
2018-04-30 18:08:40 +02:00
78a4bc0d5d
travis: fix environment variables
2018-04-30 18:03:29 +02:00
3e99a2e38c
travis: build toxcore with cmake
2018-04-30 18:01:07 +02:00
f9e44f44ee
cmake: fix tox library detection
...
toxcore may be built as either a single monolithic library, or multiple
libraries (core, AV, encrypted savefiles). This updates the CMake find
module to work in both configurations.
Fixes <https://github.com/haavard/tox-weechat/issues/17 >.
2018-04-30 17:18:20 +02:00
d0c1904597
Bump copyright year
2018-04-12 23:42:34 +02:00
e46227b3fe
AUTHORS: list authors and contributors
2018-04-12 23:37:42 +02:00
ed016091fc
profile: fix data loading without encryption
2018-04-12 23:30:25 +02:00
3e3c598e0c
config: fix default values being set to null
2018-04-12 23:30:25 +02:00
1cc1aa2a2f
cmake: fix tox library detection
2018-04-12 23:30:25 +02:00
e02b051bb2
Update bootstrap nodes
2018-04-12 23:30:25 +02:00
2908d7f824
added delay for autojoin
2018-04-12 23:30:13 +02:00
bc00b79aa4
supress double name change message in group buffers
2018-04-12 23:30:13 +02:00
ff0bfe59f3
little bit of defensive programming to handle lost events
2018-04-12 23:30:13 +02:00
cd9594f423
fixed nicklist update in profile buffer
2018-04-12 23:30:13 +02:00
e299fe5cef
updated group callbacks to new ones
2018-04-12 23:30:13 +02:00
60fa66b50e
Update Travis configuration
2018-04-12 22:34:27 +02:00
94ac1329a7
Update dependency versions
2018-04-12 22:33:54 +02:00
9fdf32a497
Use a macro instead of duplicating code
2017-05-15 14:44:45 -07:00
cd89b6ca9e
Simplify bootstrap node declarations
2017-02-18 22:29:04 -08:00
c4abe4cd52
Simplify twc_bar_item_away
...
Fixes a warning that would only manifest in Relase builds with -O3.
2017-02-18 21:18:12 -08:00
cde51e4807
Remove tox: prefix from some messages
...
To be consistent across messages.
2017-02-18 20:47:30 -08:00
9c1d362497
Add /query (alias of /msg)
...
https://github.com/haavard/tox-weechat/issues/12
2017-02-18 20:38:34 -08:00
17ae6d845e
Add command /names
...
https://github.com/haavard/tox-weechat/issues/12
2017-02-18 20:30:02 -08:00
fa579df623
Add .clang-format. Reformat everything.
2017-02-10 19:13:17 -08:00