summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-26Added -rawlog <file> option to /CONNECT and /SERVER, so you can get theTimo Sirainen
2002-01-25/SERVER ADD -noproxy wasn't saved to configTimo Sirainen
2002-01-24/SERVER ADD: added -noproxy option and -proxy which just removes theTimo Sirainen
2002-01-24Fixed a small memory leak when connected to same network twice.Timo Sirainen
2002-01-22last commit was only partial :)Timo Sirainen
2002-01-22Never reconnect immediately to server when server is being disconnected -Timo Sirainen
2002-01-22Added /SET proxy_string_after setting which gets sent after NICK/USER, bncTimo Sirainen
2002-01-20Added -before and -after options to /LASTLOG. You can also useTimo Sirainen
2002-01-20Autosaving settings and autoflushing write buffer might have stopped fromTimo Sirainen
2002-01-19Added -noproxy option to /CONNECT and /SERVER.Timo Sirainen
2002-01-15Removed module_data from NICK_REC. It's not used for anything and just takes ...Timo Sirainen
2002-01-12Settings names are now case-insensitive.Timo Sirainen
2002-01-11Whops, didn't actually fix the connection_lost :)Timo Sirainen
2002-01-11When commands were being parsed, the currectly active server should have been...Timo Sirainen
2002-01-08Changed level HILIGHT -> HILIGHTS.Timo Sirainen
2002-01-04the same #ifdef { parsing problem..Timo Sirainen
2002-01-04moved the two { chars inside #ifdef #else #endif to one { outside it, so it w...Timo Sirainen
2002-01-04Use static arrays, so it works with non-ansi C compilers.Timo Sirainen
2002-01-02server_disconnect() should do nothing if you call it twice, especially itTimo Sirainen
2001-12-31Accidentally had committed a debug thing.Timo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-16Leading zeros didn't work well in IRSSI_VERSION_TIME.Timo Sirainen
2001-12-15Added $versiontime and Irssi::version_time()Timo Sirainen
2001-12-15IRSSI_VERSION_DATE is now a number, so you can do #iffing with itTimo Sirainen
2001-12-14net_listen(): when socket() failed because we tried to use IPv6, we shouldTimo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-12-09Regexp-ignores weren't compiled at startup - thanks to Manoj KasichainulaTimo Sirainen
2001-12-07$!xx! history search didn't work because history_func() got also theTimo Sirainen
2001-12-06/IRCNET ADD -usermode option added.Timo Sirainen
2001-12-06/UPGRADE broke reconnections to server.Timo Sirainen
2001-12-01/UPGRADE shouldn't begin server reconnections in old client.Timo Sirainen
2001-11-29command_unbind() - don't crash if trying to unbind a command not registeredTimo Sirainen
2001-11-25/UPGRADE: when trying to restore connection to server of which chatTimo Sirainen
2001-11-25/UPGRADE: Irssi no longer asks for /NAMES list from server whenTimo Sirainen
2001-11-25Doing /RECONNECT while server was still being connected to, irssiTimo Sirainen
2001-11-21/FOREACH QUERY did actually same as /FOREACH CHANNEL :)Timo Sirainen
2001-11-20Still forgot to add pidwait_get_pids() here.Timo Sirainen
2001-11-20added function pidwait_get_pids() which session.c uses - forgot to commitTimo Sirainen
2001-11-20--session broke --help outputTimo Sirainen
2001-11-20/UPGRADE: waited pids are now transferred to new client so we don't leaveTimo Sirainen
2001-11-20using signal_add() instead of signal_add_first() again. the ..first() wasn'tTimo Sirainen
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