summaryrefslogtreecommitdiff
path: root/src/core/chat-commands.c
AgeCommit message (Expand)Author
2001-11-21/FOREACH QUERY did actually same as /FOREACH CHANNEL :)Timo Sirainen
2001-11-19/CONNECT -! doesn't autojoin to channels.Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-05/MSG * in empty window now prints "not joined" errorTimo Sirainen
2001-07-15Another /FOREACH update - it only goes through the currentTimo Sirainen
2001-07-14/FOREACH won't crash now if the command removes the item being accessedTimo Sirainen
2001-03-16quit_message setting moved from irc to coreTimo Sirainen
2001-03-08/CONNECT -ircnet didn't load ircnet specific settings correctlyTimo Sirainen
2001-03-05/SERVER: don't set reconnection to TRUE if we're not disconnecting fromTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-21/FOREACH server|channel|query|window <command>Timo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen
2000-09-30forgot to add thisTimo Sirainen