summaryrefslogtreecommitdiff
path: root/src/irc/core/irc.c
AgeCommit message (Expand)Author
2017-12-02Update NULL comparison style and be C89 compatibleWill Storey
2017-10-24Strip : from <trailing> parametersWill Storey
2015-09-20Fix warning.Alexander Færøy
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2009-02-28Ensure variable is initialized.Jilles Tjoelker
2009-02-28Add the command send/expire timeout only when needed.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-05-23Reindent.Emanuele Giaquinta
2008-05-23Fix leaks.Emanuele Giaquinta
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-03-15Simplify recode target computation.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2007-11-14Rework redirections to deal with multiple concurrent redirects better.Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-06Do not recode the channel name used as target for the recoding ofEmanuele Giaquinta
2007-05-06Off-by-one in parsing the channel name.Emanuele Giaquinta
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2006-05-04New perl command send_raw_first, patch by ComradeP (Bug 413)Wouter Coekaerts
2004-08-24Allow '@' characters in nick.Timo Sirainen
2003-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
2002-04-29irc_send_cmd_split() printed glib warning if nick parameter didn't exist.Timo Sirainen
2002-03-13*** empty log message ***Timo Sirainen
2002-03-11Safer flood protection for lines longer than 100 chars. Maybe even a bit tooTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-09irc_send_cmd() now doesn't call server_disconnect(), but rather just markTimo Sirainen
2002-01-02server_disconnect() should do nothing if you call it twice, especially itTimo Sirainen
2001-12-14Fixed some asserts.Timo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-11-20irc_send_cmd_split() - don't crash if there was no nicks given (probablyTimo Sirainen
2001-11-11Redirection fixes.Timo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-07-14Cut the messages sent to rawlog to 510 chars too.Timo Sirainen
2001-05-21irc_parse_prefix() didn't work properly if user name had ! characters.Timo Sirainen
2001-05-11Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding ownTimo Sirainen
2001-03-18/RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don'tTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-28server->cmd_last_split wasn't used anymore, removed code related to it.Timo Sirainen
2000-12-15Blocking sockets (win32) shouldn't block irssi entirely now.Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-11-30/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> beforeTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-09-27Moved /DISCONNECT to core, other multiprotocol fixes.Timo Sirainen
2000-09-06Disconnect if net_sendbuffer_send() fails.Timo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen