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
/
core
/
server-rec.h
Age
Commit message (
Expand
)
Author
2004-01-20
isupport patch by David Leadbeater
Timo Sirainen
2002-02-03
Added target_type to send_message(), -channel and -nick parameters to /MSG
Timo Sirainen
2001-12-14
Added reference counting to server record. At least now we don't accidentally
Timo Sirainen
2001-12-06
/UPGRADE broke reconnections to server.
Timo Sirainen
2001-11-19
/UPGRADE - upgrade-on-the-fly feature. Currently only moves the active
Timo Sirainen
2001-11-15
Lag checking fixes - should work fine again.
Timo Sirainen
2001-11-11
Moved rewritten server redirection code from core to irc. This new code
Timo Sirainen
2001-11-01
server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added
Timo Sirainen
2001-03-07
If one server fails because of DNS error, don't stop reconnecting to
Timo Sirainen
2001-01-01
added "message own_public" and "message own_private" events that are
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-04
Use GIOChannel instead of sockets directly. Helps porting to win32 :)
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-10-14
Moved nick/msg/channel completion to core with some cleanups.
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-06
/set autocreate_query -> /set autocreate_query_level
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