Age | Commit message (Collapse) | Author |
|
|
|
Peter Boström)
|
|
|
|
(bug #36835)
|
|
|
|
|
|
|
|
Note that Python 2.x is still the only Python compiled if found:
Python 3.x is not auto-detected by cmake neither configure.
Many official Python scripts will not load/run with Python 3.x,
so Python 2.x (2.7 or 2.6) is still the recommended version.
|
|
|
|
The protocol is partial, under development, and NOT ready for usage.
New options added in relay.conf:
- relay.network.allowed_ips: allow only some IPs on relay plugin (by default
all IPs are allowed)
- relay.network.compression_level: compression level used in WeeChat protocol
(compression is made using zlib)
|
|
warnings
|
|
|
|
|
|
|
|
|
|
newest ruby when many versions are installed
|
|
|
|
|
|
#30907)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(needed by asciidoc to build doc)
|
|
|
|
|
|
|
|
|
|
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
|
|
|
|
|
|
- Only call Tcl_CreateNamespace when available in the public API,
fix compatibility with older release
|
|
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|