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"]
path = deps/diff
url = https://github.com/kristapsdz/libdiff
[submodule "deps/optional"]
path = deps/optional
url = https://github.com/TartanLlama/optional
[submodule "deps/range-v3"]
path = deps/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]]
| 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 |
| Disclaimer: | I'm lazy and unashamedly clinically insane |
* 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
set of XEPs.
My priority here is to have an android-available XMPP client
that hides as little as possible from the user. To use this with
android, set up a relay (`/relay`) and see weechat-android.
I might rewrite this in C++ at some point when I feel like I
can do it without burning out.
I am rewriting this in C++, slowly...
* Usage
@ -56,8 +55,6 @@
- flex (build)
- weechat (>= v3.0)
.. or just use the guix spec in .envrc
* Building
#+begin_src sh
@ -80,10 +77,8 @@
=-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.
I have no real requests for style of pull requests besides a wish that
you keep vaguely to the indentation style I use for this project.
Happy coding!
I don't expect any, but I have no real requests for style of pull requests
besides a wish that you keep vaguely to the indentation style I use.
* Tasks

1
deps/optional vendored

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