Age | Commit message (Expand) | Author |
2001-10-29 | /WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connec... | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-25 | Renamed /FORMAT whois_oper_type to whois_oper which is now removed. | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-22 | When logs are rotated, automatically create the new directory where to open | Timo Sirainen |
2001-10-21 | Remove SYNTAX: OPER from here - it's already in core (and syntax.pl gets | Timo Sirainen |
2001-10-21 | Don't expand %{ and %} in themes to { and } - they could be treated as | Timo Sirainen |
2001-10-21 | /TOPIC <tab> inserts the topic in active channel. | Timo Sirainen |
2001-10-20 | When printing server disconnection texts, use the server parameter for | Timo Sirainen |
2001-10-20 | Get the server tag to query from dcc->servertag, not dcc->server->tag, to | Timo Sirainen |
2001-10-20 | /BIND -delete doesn't anymore leave empty {} blocks in configuration file. | Timo Sirainen |
2001-10-15 | -ansicolors -mirccolors => -colors in /LOG OPEN syntax, since there's only -c... | Timo Sirainen |
2001-10-14 | $winname expando didn't change on "window changed" signal. | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-10-02 | Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we | Timo Sirainen |
2001-10-01 | Use the nick as target when printing notify messages, so they go to query win... | Timo Sirainen |
2001-10-01 | /SET translation was broken - fixed by lam@e-gate.pl. | Timo Sirainen |
2001-09-22 | /SET translation now says if there were any errors | Timo Sirainen |
2001-09-21 | bind_key format updated. Doesn't truncate the key now. | Timo Sirainen |
2001-09-20 | PARAMS -> ARGS fix again.. | Timo Sirainen |
2001-09-20 | special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it so | Timo Sirainen |
2001-09-18 | "Unknown chat network" error now tells to create it with /IRCNET ADD | Timo Sirainen |
2001-09-17 | Print the log's expanded file name when complaining about not being able to | Timo Sirainen |
2001-09-11 | /BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'.. | Timo Sirainen |
2001-09-11 | escape_target() didn't escape / chars properly, it just crashed irssi.. | Timo Sirainen |
2001-09-11 | It's now possible to stop single character /BINDs from printing to input | Timo Sirainen |
2001-09-11 | Server notices shouldn't contain target field when printing it, it's always | Timo Sirainen |
2001-09-11 | autolog: target name is now always lowercased with irc protocol. | Timo Sirainen |
2001-09-08 | /WINDOW ITEM MOVE didn't work properly if there was space after parameter | Timo Sirainen |
2001-08-31 | Print the server tag in "query started" messages with query->server_tag, not | Timo Sirainen |
2001-08-28 | Check that word isn't empty instead of just assuming it isn't. This one | Timo Sirainen |
2001-08-23 | removed accidental 'i' :) | Timo Sirainen |
2001-08-23 | Added server tag to query_start format. | Timo Sirainen |
2001-08-20 | Added option /SET autolog_colors. Colors are now off by default for /WINDOW | Timo Sirainen |
2001-08-14 | Some internal changes how /SERVER command works. Added /SERVER PURGE | Timo Sirainen |
2001-08-14 | Some support for lain ircd's /SETHOST - It /PART + /JOINs all channels, so | Timo Sirainen |
2001-08-14 | Typofix - might have caused a crash if channel was destroyed with /WINDOW | Timo Sirainen |
2001-08-14 | Module loading updates - /LOAD shows now also the statically loaded modules. | Timo Sirainen |
2001-08-13 | "IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LIST | Timo Sirainen |
2001-08-13 | /INVITELIST prints "Invite list is empty" message and complains about not | Timo Sirainen |
2001-08-13 | /LOG OPEN -color, /SET awaylog_colors - specifies that the color codes | Timo Sirainen |
2001-08-12 | One more limit to "key" names - it can't start with a digit. This allows us | Timo Sirainen |
2001-08-12 | Bugfix to keyb. code :) And now the "key" names can contain only | Timo Sirainen |
2001-08-12 | Keyboard code fixes - meta-arrows etc. should work now correctly. | Timo Sirainen |
2001-08-12 | /WINDOW CLOSE <first> didn't work if <last> too wasn't specified.. | Timo Sirainen |
2001-08-09 | /VERSION command and /SV alias now print the version date too. | Timo Sirainen |
2001-08-08 | Added function expand_escapes() which handles now escaping /EVAL and input | Timo Sirainen |
2001-08-08 | Restoring window layout shouldn't make the queries active. | Timo Sirainen |
2001-08-08 | Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resets | Timo Sirainen |
2001-08-08 | Fixed leaking window binds. They were added but rarely removed. | Timo Sirainen |