summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-03Remove a space that messed up alignment in whois mode replies.Jilles Tjoelker
2007-11-02Fix RPL_WHOISHOST (378) code and strip off the "*@" from the hostname.Jilles Tjoelker
2007-11-02Add support for RPL_WHOISACTUALLY (338), both ratbox and ircu style.Jilles Tjoelker
2007-11-02Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist.Jilles Tjoelker
2007-10-31Remove /notify -idle, it can only work with not-nice automated remote whois.Jilles Tjoelker
2007-10-29Fallback on rename also when errno is ENOSYS/EOPNOTSUPP becauseEmanuele Giaquinta
2007-10-22Same for s/-fullword/-full/Wouter Coekaerts
2007-10-22Handle server == NULL case in skip_target, fix regression with irssi-icb.Emanuele Giaquinta
2007-10-18Recognize 431/461 (not enough parameters) as end of whois reply.Jilles Tjoelker
2007-10-18Make /hilight output -mask instead of -nickmask, consistent with the paramete...Wouter Coekaerts
2007-10-16Also copy oper status when an already known user joins another channel.Jilles Tjoelker
2007-10-16Update oper status from userhost reply.Jilles Tjoelker
2007-10-12Get -kicks and -msgs from TARGMAX and MAXTARGETS 005 tokens.Jilles Tjoelker
2007-10-11Fix broken URI.Geert Hauwaerts
2007-08-24Make alt/meta+arrow keys work in recent versions of xterm.Jilles Tjoelker
2007-08-22Make /LASTLOG -after/-before work without text to matchWouter Coekaerts
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-08-04Fix /window goto to reach all the items with the same name when thereEmanuele Giaquinta
2007-08-04Replace 0 with NULL.Emanuele Giaquinta
2007-08-04Add Perl bindings for some gui_entry methods.Wouter Coekaerts
2007-08-03- Make notices to +#channel (and all other STATUSMSG=)Jilles Tjoelker
2007-07-26Sort the layout to save by refnum.Emanuele Giaquinta
2007-07-26Fix typo.Emanuele Giaquinta
2007-07-26Remove backward compatibility for very old options.Emanuele Giaquinta
2007-07-26Change 'actlist_moves' boolean to 'actlist_sort' string which specifies theEmanuele Giaquinta
2007-07-08SSL: Fix assertion failures when net_connect_ip() detectsJilles Tjoelker
2007-07-08Fix crash when SSL-connecting to something which closesJilles Tjoelker
2007-07-08Update channel forwarding code.Jilles Tjoelker
2007-07-07Fix 477 numeric broken by r4572Jilles Tjoelker
2007-07-06/lastlog -file: use stdio instead of two write(2) calls per lineJilles Tjoelker
2007-07-06Move the check for 4xx numeric for join failures last, soJilles Tjoelker
2007-06-29If 001 has not been received yet, also treat "Banned" orJilles Tjoelker
2007-06-28Do not require that a line matches the input level to add it to theEmanuele Giaquinta
2007-06-28Do not compile the regexp if the input string is empty.Emanuele Giaquinta
2007-06-17Remove cuix from trunk.Emanuele Giaquinta
2007-06-17Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi,Jilles Tjoelker
2007-06-16Document -window option of join command.Emanuele Giaquinta
2007-06-16Use again MSGLEVEL_NICKS for printing a nick change in queries, broken inEmanuele Giaquinta
2007-06-16Revert r4549.Emanuele Giaquinta
2007-06-16Fix comment.Emanuele Giaquinta
2007-06-14fix off by one error when extracting e.g. fe from fe_silcJochen Eisinger
2007-06-10Removed special error==1 handling from net_gethosterror(). It wasn't usedTimo Sirainen
2007-06-10Make /window goto start searching at the window after the active one and stopEmanuele Giaquinta
2007-06-10Make -window option of /join and /query accept an optional numeric argumentEmanuele Giaquinta
2007-06-10When parsing a '@' option verify that the whole argument, rather than only theEmanuele Giaquinta
2007-06-08Add support for the ACCEPT command, which is part of theJilles Tjoelker
2007-06-08Various updates/enhancements/fixes to the help files.Jilles Tjoelker
2007-06-06Don't add the same mask to the knockout list multiple times.Jilles Tjoelker
2007-06-06Enhance /set completer to complete option names also when a command optionEmanuele Giaquinta
2007-06-06Add g_strdup forgotten in r4471.Emanuele Giaquinta