240 Commits (424eacc30ccbaa17a6f1e7e03c9ddb209a74f9b8)

Author SHA1 Message Date
Håvard Pettersson d0ab7b0139 clang-format 5 years ago
Håvard Pettersson 4ca6ae3169 Fix downloading_path not being initialized 5 years ago
Håvard Pettersson 5223c2c24b Fix multi-line macro definition 5 years ago
nogaems 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.
6 years ago
Håvard Pettersson d0c1904597 Bump copyright year 6 years ago
Håvard Pettersson ed016091fc profile: fix data loading without encryption 6 years ago
Håvard Pettersson 3e3c598e0c config: fix default values being set to null 6 years ago
Håvard Pettersson e02b051bb2 Update bootstrap nodes 6 years ago
Gordon Quad 2908d7f824 added delay for autojoin 6 years ago
Gordon Quad bc00b79aa4 supress double name change message in group buffers 6 years ago
Gordon Quad ff0bfe59f3 little bit of defensive programming to handle lost events 6 years ago
Gordon Quad cd9594f423 fixed nicklist update in profile buffer 6 years ago
Gordon Quad e299fe5cef updated group callbacks to new ones 6 years ago
Håvard Pettersson 9fdf32a497 Use a macro instead of duplicating code 7 years ago
Håvard Pettersson cd89b6ca9e Simplify bootstrap node declarations 7 years ago
Håvard Pettersson c4abe4cd52 Simplify twc_bar_item_away
Fixes a warning that would only manifest in Relase builds with -O3.
7 years ago
Håvard Pettersson cde51e4807 Remove tox: prefix from some messages
To be consistent across messages.
7 years ago
Håvard Pettersson 9c1d362497 Add /query (alias of /msg)
https://github.com/haavard/tox-weechat/issues/12
7 years ago
Håvard Pettersson 17ae6d845e Add command /names
https://github.com/haavard/tox-weechat/issues/12
7 years ago
Håvard Pettersson fa579df623 Add .clang-format. Reformat everything. 7 years ago
Håvard Pettersson 2947cc1562 Add getnodes.py and generate bootstrap node list 7 years ago
Håvard Pettersson 599345752a Display entire Tox ID for friend requests
As per the Tox Client Standard.
<https://github.com/Tox/Tox-Client-Standard>
7 years ago
Håvard Pettersson c26fbd9f55 Highlight proxy with UDP warning 7 years ago
Håvard Pettersson bf095ecc5b Hook into Tox logs if built without NDEBUG
This also requires libtoxcore to be built with logging enabled.
7 years ago
Håvard Pettersson 4c8c4f598d Add logging configuration option 7 years ago
Håvard Pettersson 8ab5cce563 #include instead of a forward declaration 7 years ago
Håvard Pettersson e185e00b29 Disable logging for Tox buffers
As per the Tox Client Standard.
<https://github.com/Tox/Tox-Client-Standard>
7 years ago
Håvard Pettersson f79e8bb4a4 Add a warning when using a proxy with UDP enabled
As per the Tox Client Standard.
<https://github.com/Tox/Tox-Client-Standard>
7 years ago
Håvard Pettersson 9928d0b8ed Merge remote-tracking branch 'gordon-quad/master'
https://github.com/haavard/tox-weechat/pull/11
7 years ago
Håvard Pettersson 29f4ec6a5c Bump copyright year 7 years ago
Gordon Quad 4021d9da0e group nicklist handling fixed 7 years ago
Gordon Quad cc9d370105 migration to TokTok c-toxcore 8 years ago
Gordon Quad 8d395d8011 bug of creating duplicate buffers fixed 8 years ago
Gordon Quad de6ba32b25 adjust max groupchat message 8 years ago
Gordon Quad 6969ac387c friend list improved 8 years ago
Gordon Quad 19d279faa8 get self name fixed 8 years ago
Gordon Quad f91b117996 put invite messages to profile buffer if there is no friend buffer opened 8 years ago
Gordon Quad 44c24bdd38 fix unwanted creation of buffers 8 years ago
Gordon Quad 5ec7423d19 friend request highlight 8 years ago
Gordon Quad b17f1a89c6 friend accept fix 8 years ago
Gordon Quad 1c819672ce friend remove fix 8 years ago
Gordon Quad 8501d36ee9 nicklist added to proflie buffer to show online friends 8 years ago
Gordon Quad 043784e91d highlight implemented 8 years ago
Gordon Quad 56c0c924ac nicks hash moved to peer_number keys 8 years ago
Gordon Quad ad2a727a91 new bootstrap nodes 8 years ago
Gordon Quad b97c2c46c9 message split implemented 8 years ago
Gordon Quad bdbbf1178d autojoin implemented 8 years ago
Gordon Quad fa77a3084e fixed weechat_printf_date_tags call for weechat 1.6 API 8 years ago
Håvard Pettersson f22cf92146 Make error return codes negative. 8 years ago
Håvard Pettersson f3d2b9b39f Show group chat invitations in friend's buffer. 8 years ago