Pat Thoyts [Wed, 3 Feb 2010 10:16:25 +0000 (10:16 +0000)]
Handle ijchain/wubchain processing in the application code and fixed
jabber user management since it changed a while ago. Also started to add
tooltips for irc users using whois information.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Wed, 3 Feb 2010 10:14:57 +0000 (10:14 +0000)]
Add socks5 support to picoirc and removed freenode specific code.
If a socks5 package is present and the SOCKS_SERVER environment variable
has been set we can connect via a socks proxy. This enables use of the ssh
dynamic tunnels for instance.
The Splitirc function was freenode specific. This should now work for any
network and the updated freenode ircd in particular.
Removed the #tcl bot specific handling - this should be done only in
application code, not by library code.
Fixed accumulation of the motd message and the whois results. Also avoid
conversion of the irc response into a list for default message handling.
/msg processing has been fixed. It sent the wrong variable previously.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Sat, 19 Jul 2008 22:21:13 +0000 (23:21 +0100)]
lib updates: updates some lib/ stuff from their respective cvs repos
Loaded in the socks files from coccinella's autosocks package and
made use of jabber over tor using these.
Pat Thoyts [Thu, 19 Jun 2008 00:21:39 +0000 (01:21 +0100)]
imported the vfs tree info a git repository
Note that the lib/ tree contains copies of files from 3rd party products
like the tcllib cvs and a few binaries for win32-ix86 (tls, udp and tdom).