Age | Commit message (Expand) | Author |
2001-11-19 | "message irc notice" - when figuring out if it's server notice or not, | Timo Sirainen |
2001-11-19 | data_is_empty() didn't check properly for $0-$9 variables and broke | Timo Sirainen |
2001-11-19 | If /SET dcc_upload_path is empty, we should use the current directory, not | Timo Sirainen |
2001-11-19 | Filename completion for /DCC SEND looked files from wrong default directory. | Timo Sirainen |
2001-11-19 | Event 001 wasn't printed to screen. | Timo Sirainen |
2001-11-18 | Added new formats for ops/halfops/voices in /NAMES list. | Timo Sirainen |
2001-11-18 | Execute ~/.irssi/startup before autoconnecting to servers. This way you can | Timo Sirainen |
2001-11-18 | Even if notice is from server, print it to given target, since it could be | Timo Sirainen |
2001-11-18 | When printing /IGNORE list, if there's no ignores print the | Timo Sirainen |
2001-11-16 | added assert to window_item_add(). | Timo Sirainen |
2001-11-15 | When printing notify joins/leaves, don't print them with hilight color after | Timo Sirainen |
2001-11-15 | Changed the escaping system - theme_format_expand_data()'s | Timo Sirainen |
2001-11-15 | Lag checking fixes - should work fine again. | Timo Sirainen |
2001-11-14 | settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.no | Timo Sirainen |
2001-11-12 | Redirection fixes - added count parameter. | Timo Sirainen |
2001-11-11 | --version now shows the date version too. | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-05 | Moved $(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-04 | removed, not needed. | Timo Sirainen |
2001-11-04 | Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP, | Timo Sirainen |
2001-11-03 | * works now as active channel with /NOTICE, /CTCP and /NCTCP. | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
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 |