summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-12%X should generate "time changed" every second too.Timo Sirainen
2001-11-12Closing last non-sticky window didn't destroy the split window.Timo Sirainen
2001-11-12redirect_event() fixed to change empty arg/failure_signal to NULLTimo Sirainen
2001-11-12extra check to make sure the "timer changed" signal is sent at startup.Timo Sirainen
2001-11-12/WINDOW BALANCE was buggy sometimes - thanks to poptix for finding it :)Timo Sirainen
2001-11-12Prefer scrolling with n lines insert/remove to 1 line at a time scrollingTimo Sirainen
2001-11-12Removed statusbar-items.hTimo Sirainen
2001-11-12Added Irssi::redirect_get_signal() and Irssi::redirect_peek_signal().Timo Sirainen
2001-11-11added server_redirect_peek_signal() function.Timo Sirainen
2001-11-11--version now shows the date version too.Timo Sirainen
2001-11-11Fixed to work with new redirection code. Also don't set the mode to +(null)Timo Sirainen
2001-11-11Updated perl API version. Fixed irssi to behave better if the API doesn'tTimo Sirainen
2001-11-11"mode e" was registered twice - the second one should have been "mode I".Timo Sirainen
2001-11-11Redirection fixes.Timo Sirainen
2001-11-11/RAWLOG commands should work immediately after connection to server wasTimo Sirainen
2001-11-11/WHOIS unknown_nick printed the "there was no such nickname" messageTimo 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-05/CHANNEL xxx - don't crash if not connected to server.Timo Sirainen
2001-11-04Still messing up with colors.Timo Sirainen
2001-11-04removed, not needed.Timo Sirainen
2001-11-04Looks like I went and broke /PART accidentally..Timo Sirainen
2001-11-04Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP,Timo Sirainen
2001-11-03Added missing irc-commands.hTimo Sirainen
2001-11-03* works now as active channel with /NOTICE, /CTCP and /NCTCP.Timo Sirainen
2001-11-03Virtualized cursor movement and clearing to end of line. Now neither is doneTimo Sirainen
2001-11-03Don't clear the window before redrawing, it's faster to do it at the sameTimo Sirainen
2001-11-03Reset the color before clearing screen. Set the cursor invisible when movingTimo Sirainen
2001-11-03/OP, /DEOP, /VOICE and /DEVOICE fixed not to print glib error if used inTimo Sirainen
2001-11-03update_cmd_color() updated colors wrong.Timo Sirainen
2001-11-03Commands that accepeted * parameter as active channel didn't work properly -Timo Sirainen
2001-11-03Quit if terminal gets lost.Timo Sirainen
2001-11-03/RECONNECT ALL crashed irssi (typofix - s/unref/ref/ :)Timo Sirainen
2001-11-03Some fixes to drawing lines & handling long lines.Timo Sirainen
2001-11-02compile fix - patch by manoj@io.comTimo 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-11-01Buffer overflow fix (read-only, might have caused some crashes).Timo Sirainen
2001-11-01Check that it's IRC-channel we're destroying before doing any IRC-specificTimo Sirainen
2001-11-01indent_always setting was wrongly set when configuration was changed.Timo 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-30added $cumode_space expando. Like $cumode, but gives " " if there's no mode.Timo Sirainen
2001-10-29typofix :)Timo Sirainen
2001-10-29forgot to define TI_rep for repeat() command.Timo Sirainen
2001-10-29bug in last commit :) background color was brokenTimo Sirainen
2001-10-29when colors aren't used, don't save last_fg and last_bg. This helps at least ...Timo Sirainen