summaryrefslogtreecommitdiff
path: root/src/irc/core/irc.c
AgeCommit message (Expand)Author
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
2000-08-14Some server reconnection fixes. Reconnect now allows you to haveTimo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen
2000-06-28You can send message to different server with /MSG -<server tag> nick...Timo Sirainen
2000-06-25Created signal_get_uniq_id() macro. Added some documentation aboutTimo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-26..adding new files..Timo Sirainen