index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
core
/
irc.c
Age
Commit message (
Expand
)
Author
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
2000-06-28
You can send message to different server with /MSG -<server tag> nick...
Timo Sirainen
2000-06-25
Created signal_get_uniq_id() macro. Added some documentation about
Timo Sirainen
2000-05-04
.. lots of changes ..
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen