summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2001-11-20/UPGRADE: --home and --config parameters weren't passed to new irssi.Timo Sirainen
2001-11-20Typobugfix.Timo Sirainen
2001-11-20/UPGRADE now saves the session, disconnects the servers so that the socketTimo Sirainen
2001-11-20/UPGRADE: server command queue is now flushed to make sure everythingTimo Sirainen
2001-11-20Added net_sendbuffer_flush() for flushing the buffer.Timo Sirainen
2001-11-19Don't break if /CHANNEL ADD -bots list has bots separated with more thanTimo Sirainen
2001-11-19grab the "send command" event with signal_add_first().Timo Sirainen
2001-11-19eval_special_string() : spaces are now ignored after ';' separator (soTimo Sirainen
2001-11-19Removed memdebug stuff.Timo Sirainen
2001-11-19Removed memory debugging code. It's a lot easier to check for bufferTimo Sirainen
2001-11-19get_argument() - allow arglist to be NULL, just assume that there's noTimo Sirainen
2001-11-19/CONNECT -! doesn't autojoin to channels.Timo Sirainen
2001-11-19Irssi printed GLib error if no PATH was set..Timo Sirainen
2001-11-19/UPGRADE didn't work properly when you were connected to multiple servers.Timo Sirainen
2001-11-19session_set_binary() - we can't get the full path to irssi binary fromTimo Sirainen
2001-11-19-botcmd isn't now sent to channels when /UPGRADEing.Timo Sirainen
2001-11-19Added syntax comment for /UPGRADETimo Sirainen
2001-11-19A few more updates.Timo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-16"setup reread" signal now sends the config file as parameter. AddedTimo Sirainen
2001-11-15Lag checking fixes - should work fine again.Timo Sirainen
2001-11-15Don't crash when connecting to server with unknown chat protocol (eg.Timo Sirainen
2001-11-14typofixTimo Sirainen
2001-11-14settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.noTimo Sirainen
2001-11-12%X should generate "time changed" every second too.Timo Sirainen
2001-11-12extra check to make sure the "timer changed" signal is sent at startup.Timo Sirainen
2001-11-11/RAWLOG commands should work immediately after connection to server wasTimo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-10net_listen(): if creating IPv6 socket fails because of EPROTONOSUPPORT, tryTimo Sirainen
2001-11-07net_connect(): if bind() fails, set the address back to INADDR_ANY to make su...Timo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-03Commands that accepeted * parameter as active channel didn't work properly -Timo Sirainen
2001-11-03/RECONNECT ALL crashed irssi (typofix - s/unref/ref/ :)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-31Crashfix when module didn't contain deinit() function.Timo Sirainen
2001-10-31changed default log directory mode to 0700 and file mode to 0600.Timo Sirainen
2001-10-24Added a bit better error reporting.Timo Sirainen
2001-10-22When logs are rotated, automatically create the new directory where to openTimo Sirainen
2001-10-22Checking that autojoined channels weren't already joined in same chatnet hadTimo Sirainen
2001-10-21if \x isn't a known escape sequence, it should print just x, not \x.Timo Sirainen
2001-10-21deinit() function is now checked and saved when loading module. UnloadingTimo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-10-21added irssi_init_finished variable to core.h which is TRUE after "irssi initTimo Sirainen
2001-10-21Don't autojoin channels that have already been joined in some other serverTimo Sirainen
2001-10-21Check time changes every half a second instead of every second.Timo Sirainen
2001-10-20fix a fixTimo Sirainen
2001-10-20When assiging chatnet to server connect record, always try to get the nameTimo Sirainen
2001-10-20$~ crashed if arglist was emptyTimo Sirainen
2001-10-15fixed a small memleak when unloading moduleTimo Sirainen