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