summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.c
AgeCommit message (Expand)Author
2008-12-22Check server's connected flag rather than net-sendbuffer pointers inEmanuele Giaquinta
2008-12-02Recode outgoing irc quit messages.Emanuele Giaquinta
2008-12-01Factor the code to send an irc action into a function.Emanuele Giaquinta
2008-11-29Remove obsolete part of comment.Emanuele Giaquinta
2008-11-12Recode outgoing irc away messages, bug #412.Emanuele Giaquinta
2008-11-12Export server_send_away and use it in irc-servers-reconnect.c:sig_connectedEmanuele Giaquinta
2008-11-10recode.h include fixup.Emanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-03-14Replace missed strncasecmp calls with g_ascii_strncasecmp.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07Remove unneeded includes.Emanuele Giaquinta
2008-02-05Remove unneeded includes.Emanuele Giaquinta
2007-12-23Apply -usermode before -autosendcmd.Jilles Tjoelker
2007-10-12Get -kicks and -msgs from TARGMAX and MAXTARGETS 005 tokens.Jilles Tjoelker
2007-06-29If 001 has not been received yet, also treat "Banned" orJilles Tjoelker
2007-05-25Pick up host changes on charybdis and ircu servers (396 numeric).Jilles Tjoelker
2007-05-18Use rfc1459 comparison for nicks by default (it is not a functional changeEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-28Do not send hostname to server, rather use username as the secondEmanuele Giaquinta
2005-11-24Initialize the isupport functions on /upgrade aswellValentin Batz
2005-02-04Compile fix: make it c99 again, by Timothy Hatcher (Bug 184)Wouter Coekaerts
2005-01-03improve queuing commands, patch by Timothy Hatcher (Bug 168)Wouter Coekaerts
2005-01-03Fix multiple entries for local IP in /etc/hosts prevents connecting, patch by...Wouter Coekaerts
2004-11-23Reverting bugfix for 'usermode activates after autosendcmd' because it breaks...Valentin Batz
2004-11-19Fixed bug where usermode was not sent correctlyValentin Batz
2004-10-12Fix crash with non-irc serversWouter Coekaerts
2004-10-08add d,q,f and J to CHANMODES default, to work a bit better with dancer and po...Wouter Coekaerts
2004-09-15Bugfix: http://bugs.irssi.org/?do=details&id=121Geert Hauwaerts
2004-07-06Changed default SSL port to 6697Timo Sirainen
2004-05-10Never send hostname beginning with /+-[0-9]/ in USER command, that couldTimo Sirainen
2004-02-07remove stuff from isupport always before inserting.Timo Sirainen
2004-01-27fixes for isupport-draft-incompatible servers sending 005 events..Timo Sirainen
2004-01-25updateTimo Sirainen
2004-01-25isupport updatesTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-06-25Disable extra ircnet flood protection if cmd_queue_speed <= 10Timo Sirainen
2003-05-25Connecting to IPv6 servers in short form as 1:2:: didn't work.Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-10A few fixes to make irssi work with garbage collected GLIB.Timo Sirainen
2002-10-14/MSG !channel is now expanded to full !12345channelTimo Sirainen
2002-10-10Less kludgy way to handle /SET skip_motd. Works now with laggy servers.Timo Sirainen
2002-08-26A few missing parts from SSL patch.Timo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-04-05workaround for some server that doesn't reply anything to pings.Timo Sirainen
2002-03-12fix to some broken "ircds"Timo Sirainen
2002-03-11Safer flood protection for lines longer than 100 chars. Maybe even a bit tooTimo Sirainen
2002-02-13the last 001 fix was useless, removed the if() part so now the real_addressTimo Sirainen