ii more flexible. Thus, it is possible to use ii with IPv6, libtls or a
socks proxy without applying much more patches from the upstream page.
This flavor uses ucspi for back-end connection instead of socked API
Eg/Usage:
1. Direct plain IRC connection
tcpclient irc.freenode.net 6667 ii
2. TLS encrypted connection
tcpclient irc.freenode.net 6697 tlsc ii
3. TLS connection in combination with a SOCKS proxy
tcpclient 127.0.0.1 1080 socks irc.freenode.net 6697 tlsc ii
The patch file itself is comes from upstream
(http://tools.suckless.org/ii/patches/)
Diff from Jan Klemkow <j.klemkow at wemelug ! de>, who is also the author of the
upstream patch. Thanks!
Discussed with maintainer, if use_libevent is set prosody exits almost
immediately after entering the event loop. Our luaevent port is
probably too old and needs to be fixed. luaevent may be re-added to
rdeps when fixed.
Upstream changelog:
- Fix a11y labelling of several switches in the settings dialog
- Fix an input window clipping bug in the tweet info page
- Fix a few cases of overlapping widgets into window borders
- Remove the "Save as" context menu from inline media. This ha
not been working in a while but the context menu was still there.
- Rename the .sidebar style class to .topbar. This was used in corebird
before gtk+ used it, but now that the sidebar is at the top, the .sidebar
style from gtk+ themes collides with the horizontal alignment we use,
so use the more fitting '.topbar'.
- Show a focus outline in the topbar again. We are setting a custom
background color here, so we also need to set a fitting outline color.
- Fix a coloring but in the topbar, where wildcard selectors in themes
would overrde our foreground color.
OK abieber@
Poezio is a console Jabber/XMPP client. Its goal is to use anonymous connections
to simply let the user join MultiUserChats. This way, the user doesn’t have to
create a Jabber account, exactly like people are using IRC. Poezio’s commands
are designed to be (if possible) like commonly used IRC clients (weechat, irssi,
etc).
ok landry@, jca@, sthen@ (who spotted a missed test depend)
Slixmpp is an MIT licensed XMPP library for Python 3.4+. It is a fork of
SleekXMPP.
Slixmpp’s goals is to only rewrite the core of the library (the low level
socket handling, the timers, the events dispatching) in order to remove all
threads.
ok landry@, jca@, sthen@
pycares is a Python module which provides an interface to c-ares. c-ares is a
C library that performs DNS requests and name resolutions asynchronously.
ok landry@, jca@, sthen@
Other minor changes:
- Shortened a line in pkg/README so that portcheck won't complain.
- Replaced "/var" with ${LOCALSTATEDIR} in pkg/snort.rc.
- Regenerated patches.
Tested on amd64 by myself and on i386 by Markus Lude.
Tests were done with DAQ 2.0.6.
ok Markus Lude (maintainer)