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
/
chat-commands.c
Age
Commit message (
Expand
)
Author
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-11-01
server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added
Timo Sirainen
2001-10-21
Added reference counter to SERVER_CONNECT_REC. Since it's being moved around
Timo Sirainen
2001-08-14
Some internal changes how /SERVER command works. Added /SERVER PURGE
Timo Sirainen
2001-08-05
/MSG * in empty window now prints "not joined" error
Timo Sirainen
2001-07-15
Another /FOREACH update - it only goes through the current
Timo Sirainen
2001-07-14
/FOREACH won't crash now if the command removes the item being accessed
Timo Sirainen
2001-03-16
quit_message setting moved from irc to core
Timo Sirainen
2001-03-08
/CONNECT -ircnet didn't load ircnet specific settings correctly
Timo Sirainen
2001-03-05
/SERVER: don't set reconnection to TRUE if we're not disconnecting from
Timo Sirainen
2001-03-04
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
Timo Sirainen
2001-02-21
/FOREACH server|channel|query|window <command>
Timo Sirainen
2001-02-19
Moved autoconnects and command line parameter parsing from irc to core.
Timo Sirainen
2001-02-19
Connection updates: moved /SERVER and /CONNECT to core from irc.
Timo Sirainen
2001-01-01
added "message own_public" and "message own_private" events that are
Timo Sirainen
2000-12-17
/SET prompt, /SET prompt_window - Specifies the text in prompt.
Timo Sirainen
2000-10-14
Autorejoin when join temporarily fails because of netsplit is handled
Timo Sirainen
2000-09-30
forgot to add this
Timo Sirainen