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