44 Commits (ecf3467e7676a3dc4c89485a312842bea9076433)

Author SHA1 Message Date
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
Gordon Quad e299fe5cef updated group callbacks to new ones 6 years ago
Håvard Pettersson cde51e4807 Remove tox: prefix from some messages
To be consistent across messages.
7 years ago
Håvard Pettersson fa579df623 Add .clang-format. Reformat everything. 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 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 cc9d370105 migration to TokTok c-toxcore 8 years ago
Gordon Quad 8501d36ee9 nicklist added to proflie buffer to show online friends 8 years ago
Håvard Pettersson f6ac605f92 Bump year in copyright notice. 8 years ago
Håvard Pettersson 8225fbdd81 Fix crash when closing profile buffers. 8 years ago
Håvard Pettersson 174f00eccd Update to match WeeChat 1.5 plugin API. 8 years ago
Håvard Pettersson 801d863626 Allow build without encryptsave library + formatting cleanup. 9 years ago
Michael Raitza a81e5c5ad0 Added encrypted profile storage.
New profile string config option .passphrase. Can contain valid weechat
 expressions such as references to secure data storage, e.g.
 "${sec.data.}", or the environment "${env:*}". Uses
 libtoxencryptsave.so for full interoperability with other clients.
9 years ago
Håvard Pettersson 919ffee4d0 Additional error handling. 9 years ago
Michael Raitza b376432f04 Updated to new tox API. Fixed profile loading. 9 years ago
Håvard Pettersson ed96d36711 New API cleanup. 9 years ago
Håvard Pettersson d01c85257e Update Tox_Options use to match new API. 9 years ago
Håvard Pettersson 37e3b66691 Got rid of SQLite. 9 years ago
Håvard Pettersson 1e7be52e5b Minor updates to user-facing strings. 10 years ago
Håvard Pettersson dde3ce9512 Removed proxy_enabled option in favor of proxy_type. 10 years ago
Håvard Pettersson 30677fdd7a Updated copyright line for 2015. 10 years ago
Håvard Pettersson b851cec9bc Added group chat title callback. 10 years ago
Håvard Pettersson a437931e41 Allocate Tox_Options statically. 10 years ago
Håvard Pettersson a10b923ef9 Added option for enabling/disabling IPv6. 10 years ago
Håvard Pettersson 270fc20989 Moved profile_default option array to profile.{h,c}. 10 years ago
Håvard Pettersson 38df57f07c Tweaked config code. 10 years ago
Håvard Pettersson 188f3452e1 Renamed some options. 10 years ago
Håvard Pettersson ab1cef34fc Implemented proxy capabilities. 10 years ago
Håvard Pettersson 70959e3d6e Pass proxy options when creating Tox object. 10 years ago
Håvard Pettersson 91b8ebdd4c Renamed method twc_save_profile_data_file.
New name twc_profile_save_data_file.
10 years ago
Håvard Pettersson 5f3d2f04f7 Added nicklist to group chats. 10 years ago
Håvard Pettersson 069c4540ec More group chats. 10 years ago
Håvard Pettersson f81176881f Wrote group chat invite code. 10 years ago
Håvard Pettersson 225e576d57 Added SQLite persistent storage for friend requests. 10 years ago
Håvard Pettersson a1ea878956 Changed message_queues hashtable size to 32. 10 years ago
Håvard Pettersson bbd514f825 Cleaned up includes. 10 years ago
Håvard Pettersson 8f1d0070c3 Mass refactor 💥 10 years ago