summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-18don't crash when trying to print with non-existent module in theme..Timo Sirainen
2002-10-16When ignoring without any options, don't print the []Timo Sirainen
2002-10-16Adde -servertag to /MSG completion always with >1 connected servers.Timo Sirainen
2002-10-16Updated from scripts.irssi.orgTimo Sirainen
2002-10-15Fixed /HILIGHT descriptionTimo Sirainen
2002-10-15Don't bother aborting /OP, /VOICE, etc. just because we're not chanop/ircop.Timo Sirainen
2002-10-15Updated from scripts.irssi.orgTimo Sirainen
2002-10-14The setting is of course "cmdchars", not "cmdchar"Timo Sirainen
2002-10-14Complete tags to /RECONNECT tooTimo Sirainen
2002-10-14Some changes to make doublewidth chars possibly work (or possibly horriblyTimo Sirainen
2002-10-14$k - first character in CMDCHARSTimo Sirainen
2002-10-14More tab completion: /DISCONNECT, /SERVER ADD|REMOVE, /STATSTimo Sirainen
2002-10-14updated /reconnect syntax.Timo Sirainen
2002-10-14/RECONNECT <tag>|* [<quit message>] - if tag is a connected server tag thatTimo Sirainen
2002-10-14Updated from scripts.irssi.orgTimo Sirainen
2002-10-14Autolog shouldn't crash when lines are written without destination windowTimo Sirainen
2002-10-14/SET dcc_file_create_mode wasn't used. Also print strerror() message ifTimo Sirainen
2002-10-14Correct handling of /NOTICE @#channel, patch by dgTimo Sirainen
2002-10-14Better print /HILIGHT lines. Also cleanup for /IGNORE lines.Timo Sirainen
2002-10-14Better message for /IGNORETimo Sirainen
2002-10-14/LAYOUT SAVE doesn't crash anymore with /EXEC -interactivesTimo Sirainen
2002-10-14/MSG !channel is now expanded to full !12345channelTimo Sirainen
2002-10-14Make sure two urls aren't thought of as netsplitTimo Sirainen
2002-10-14/UNQUERY and /WINDOW GOTO now ignores trailing whitespaceTimo Sirainen
2002-10-14$chatnet, $tag, $Y and $N expandos' change signals were incorrectly set,Timo Sirainen
2002-10-14Added scriptassist.plTimo Sirainen
2002-10-13Updated from scripts.irssi.orgTimo Sirainen
2002-10-13addedTimo Sirainen
2002-10-10Less kludgy way to handle /SET skip_motd. Works now with laggy servers.Timo Sirainen
2002-10-06/QUERY reverted back.Timo Sirainen
2002-10-03msgs window didn't include ACTIONS but status did, so private actions wentTimo Sirainen
2002-09-30If reconnection was aborted by trying to reconnect to another server, theTimo Sirainen
2002-09-30irssi stuck to infinite loop if it wasn't compiled with gmodule.Timo Sirainen
2002-09-22define empty aTHX_ too if it's not definedTimo Sirainen
2002-09-19"/QUERY" no longer unqueries, but just complains about not getting enoughTimo Sirainen
2002-09-19support for threaded perl. patch by mls@suse.deTimo Sirainen
2002-09-18/CYCLE !channel works now properly tooTimo Sirainen
2002-09-18!channels weren't rejoined to correct window after reconnect/cycle.Timo Sirainen
2002-09-17reversed the ld changes, not a good idea after all.Timo Sirainen
2002-09-16stupid linefeed errorTimo Sirainen
2002-09-16linker usage fixesTimo Sirainen
2002-09-15when server connection was finished, it didn't move from connect_server toTimo Sirainen
2002-09-14added /WINDOW MOVE FIRST and /WINDOW MOVE LAST.Timo Sirainen
2002-09-14statusbar is now also updated for connecting-servers.Timo Sirainen
2002-09-14window->active_server used to hold non-connected servers, but that wasTimo Sirainen
2002-09-14no, didn't work, again :)Timo Sirainen
2002-09-14tag generation didn't check the tags from connecting servers, so same tagTimo Sirainen
2002-09-14in_addr_t wasn't too standard, so use guint32 after all.Timo Sirainen
2002-09-14s/guint32/in_addr_t/ actually.Timo Sirainen
2002-09-14DCC was broken with some 64bit systems (64bit unsigned long)Timo Sirainen