meta cleanup

master
bqv 2 years ago
parent d5d756ff03
commit 0cec6dad8d
No known key found for this signature in database
GPG Key ID: 9E2FF3BDEBDFC910

1151
.depend

File diff suppressed because it is too large Load Diff

3
.gitmodules vendored

@ -4,9 +4,6 @@
[submodule "diff"] [submodule "diff"]
path = deps/diff path = deps/diff
url = https://github.com/kristapsdz/libdiff url = https://github.com/kristapsdz/libdiff
[submodule "deps/optional"]
path = deps/optional
url = https://github.com/TartanLlama/optional
[submodule "deps/range-v3"] [submodule "deps/range-v3"]
path = deps/range-v3 path = deps/range-v3
url = https://github.com/ericniebler/range-v3 url = https://github.com/ericniebler/range-v3

@ -19,20 +19,19 @@
[[https://inverse.chat/#converse/room?jid=weechat@muc.xa0.uk][file:https://img.shields.io/badge/xmpp-weechat%40muc.xa0.uk-yellow]] [[https://inverse.chat/#converse/room?jid=weechat@muc.xa0.uk][file:https://img.shields.io/badge/xmpp-weechat%40muc.xa0.uk-yellow]]
| Status: | XMPP for power users and digital masochists | | Status: | XMPP for power users and digital masochists |
| Location: | [[http://github.com/bqv/weechat-xmpp]] | | Location: | [[http://github.com/bqv/weechat-xmpp]] |
| Version: | 0.2.1 | | Version: | 0.2.1 |
| Disclaimer: | I'm lazy and unashamedly clinically insane | | Disclaimer: | I'm lazy and unashamedly clinically insane |
* Description * Description
A weechat plugin in C to extend the chat client to A weechat plugin in C/++ to extend the chat client to
support XMPP and a currently minimal but ideally maximal support XMPP and a currently minimal but ideally maximal
set of XEPs. set of XEPs.
My priority here is to have an android-available XMPP client My priority here is to have an android-available XMPP client
that hides as little as possible from the user. To use this with that hides as little as possible from the user. To use this with
android, set up a relay (`/relay`) and see weechat-android. android, set up a relay (`/relay`) and see weechat-android.
I might rewrite this in C++ at some point when I feel like I I am rewriting this in C++, slowly...
can do it without burning out.
* Usage * Usage
@ -56,8 +55,6 @@
- flex (build) - flex (build)
- weechat (>= v3.0) - weechat (>= v3.0)
.. or just use the guix spec in .envrc
* Building * Building
#+begin_src sh #+begin_src sh
@ -80,10 +77,8 @@
=-ex "handle SIGPIPE nostop noprint pass" --args weechat -a 2>asan.log= =-ex "handle SIGPIPE nostop noprint pass" --args weechat -a 2>asan.log=
since part of weechat and it's default plugins use SIGPIPE as control. since part of weechat and it's default plugins use SIGPIPE as control.
I have no real requests for style of pull requests besides a wish that I don't expect any, but I have no real requests for style of pull requests
you keep vaguely to the indentation style I use for this project. besides a wish that you keep vaguely to the indentation style I use.
Happy coding!
* Tasks * Tasks

1
deps/optional vendored

@ -1 +0,0 @@
Subproject commit c28fcf74d207fc667c4ed3dbae4c251ea551c8c1
Loading…
Cancel
Save