index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
proxy
/
dump.c
Age
Commit message (
Expand
)
Author
2015-09-20
Use g_string_append() instead of g_string_append_c() for string.
Alexander Færøy
2015-09-20
Use g_string_append() instead of g_string_append_c() for string.
Alexander Færøy
2015-07-25
Replace \n with \r\n in irssiproxy source, fixes bug
blha303
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2009-03-10
Include hostmask in 001 event sent by proxy (bug #650)
Wouter Coekaerts
2009-02-08
Code Cleanup:
Alexander Færøy
2009-02-08
Code Cleanup:
Alexander Færøy
2008-11-28
Allow storing multiple "other" prefixes such as +q and +a.
Jilles Tjoelker
2007-08-07
Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2005-08-24
replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there...
Valentin Batz
2004-12-20
Added <tag>/<target> support for recode.
Valentin Batz
2004-12-07
Fixed a memleak, when using recode_out you have too free the memory it alloca...
Valentin Batz
2004-12-07
If available, send who set topic and when to irssi-proxy clients
Wouter Coekaerts
2004-08-31
send max 15 005 parameters at once. Patch by Valentin Batz
Timo Sirainen
2004-08-20
Recode patch by decadix/senneth
Timo Sirainen
2004-08-19
005 fix. Patch by Valentin Batz
Timo Sirainen
2004-03-03
fix
Timo Sirainen
2004-01-24
compiler warning fix
Timo Sirainen
2004-01-20
isupport patch by David Leadbeater
Timo Sirainen
2001-12-07
Send NICK change before 001 request so that ircII also knows our real nick.
Timo Sirainen
2001-12-07
Several fixes to work better with non-irssi clients, also fixed a potential
Timo Sirainen
2001-11-11
Fixed to work with new redirection code. Also don't set the mode to +(null)
Timo Sirainen
2001-10-19
format string exploit found & patch by cph@cph.demon.co.uk
Timo Sirainen
2001-10-19
Actions are now transferred correctly, own messages in main irssi are
Timo Sirainen
2001-07-25
get the version from IRSSI_VERSION, not VERSION. #include "signals.h" was
Timo Sirainen
2000-11-09
I had broken the /names list.. :)
Timo Sirainen
2000-11-09
Use ircnet name as the proxy's "real address".
Timo Sirainen
2000-11-09
When sending /NAMES after join: Don't send lines longer than 512 chars -
Timo Sirainen
2000-11-06
Connecting to proxy when server connection was down didn't work correctly.
Timo Sirainen
2000-11-06
Proxy plugin fixes and cleanups. Supports now multiple servers, doesn't
Timo Sirainen
2000-09-29
Updated Irssi proxy to work with latest version, thanks to fuchs :)
Timo Sirainen