Age | Commit message (Expand) | Author |
2001-10-20 | renamed XXX_SOURCES -> xxx_sources so automake 1.5 won't complain about it | Timo Sirainen |
2001-10-20 | Removed unwanted extra INCLUDES. | Timo Sirainen |
2001-10-20 | Dependencies finally work correctly in perl libraries (they're each compiled | Timo Sirainen |
2001-10-20 | added mainwindow_resize_freeze() and .._thaw() functions to temporarily | Timo Sirainen |
2001-10-20 | Added API version check between perl module and perl libs. | Timo Sirainen |
2001-10-20 | $~ crashed if arglist was empty | 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-20 | When resizing terminal smaller, destroy some split windows if they don't fit | Timo Sirainen |
2001-10-20 | Fixed restoring split windows layout. Some other split window resizing fixes | Timo Sirainen |
2001-10-19 | /LASTLOG -count option added. patch by dgl@dgl.cx | Timo Sirainen |
2001-10-19 | format string exploit found & patch by cph@cph.demon.co.uk | Timo Sirainen |
2001-10-19 | Actions are now transferred correctly, own messages in main irssi are | Timo Sirainen |
2001-10-15 | mainwindow_set_statusbar_lines() resized only active window - not all | Timo Sirainen |
2001-10-15 | fixed a small memleak when unloading module | Timo Sirainen |
2001-10-15 | refcount for timeouts/inputs wasn't 0 initially so it caused some memleaks. | Timo Sirainen |
2001-10-15 | -ansicolors -mirccolors => -colors in /LOG OPEN syntax, since there's only -c... | Timo Sirainen |
2001-10-15 | /DEVOICE * should devoice operators having voices too. | Timo Sirainen |
2001-10-14 | Fixed some memory leaks. | Timo Sirainen |
2001-10-14 | fixed a minor memleak | Timo Sirainen |
2001-10-14 | Irssi lost channel key for secret/private channels after join. | Timo Sirainen |
2001-10-14 | delete_previous_word and delete_next_word now deletes only until | Timo Sirainen |
2001-10-14 | $winname expando didn't change on "window changed" signal. | Timo Sirainen |
2001-10-14 | Window-statusbars are created correctly with /RELOAD, some input line | Timo Sirainen |
2001-10-14 | Resizing terminal works now properly, also sends "terminal resized" signal | Timo Sirainen |
2001-10-14 | Reversed text (^V) works again. | Timo Sirainen |
2001-10-14 | fallback to sb_background in theme if no other statusbar background settings | Timo Sirainen |
2001-10-14 | $usermode's "user mode changed" signal had wrong argument check (server vs. | Timo Sirainen |
2001-10-14 | Irssi::timeout_add() and Irssi::input_add() now accepts any type of variable | Timo Sirainen |
2001-10-13 | When active input line was destroyed, irssi didn't set active_entry to NULL. | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-10-13 | "extern const char *default_config;" - some other parts of irssi might want | 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-23 | added expando_get_signals() and special_vars_get_signals() to return list | Timo Sirainen |
2001-09-22 | channel_create() wasn't called properly | Timo Sirainen |
2001-09-22 | added config_node_first() function to get the first non-comment node. | Timo Sirainen |
2001-09-22 | config_node_next() - Returns the next non-comment node in list. Use this | 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 | When using /SET hostname ipv6:address, replace the ':' char with '_' so it | Timo Sirainen |
2001-09-20 | PARAMS -> ARGS fix again.. | Timo Sirainen |
2001-09-20 | s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're called | Timo Sirainen |
2001-09-20 | $*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS. | Timo Sirainen |
2001-09-20 | special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it so | Timo Sirainen |
2001-09-20 | perl_signal_remove() didn't work. | 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-13 | ..the same fix.. | Timo Sirainen |