Age | Commit message (Expand) | Author |
2001-10-21 | Remove SYNTAX: OPER from here - it's already in core (and syntax.pl gets | Timo Sirainen |
2001-10-21 | Static perl didn't work with botti. | Timo Sirainen |
2001-10-21 | if \x isn't a known escape sequence, it should print just x, not \x. | Timo Sirainen |
2001-10-21 | Moved theme registering stuff to Themes.xs. Corrected signal "script | Timo Sirainen |
2001-10-21 | Don't expand %{ and %} in themes to { and } - they could be treated as | Timo Sirainen |
2001-10-21 | Settings registered with Irssi::settings_add_xx() are now correctly removed | Timo Sirainen |
2001-10-21 | deinit() function is now checked and saved when loading module. Unloading | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-10-21 | added irssi_init_finished variable to core.h which is TRUE after "irssi init | Timo Sirainen |
2001-10-21 | quitmsg_is_split() updated to check that top-level domains must be 2+ chars | Timo Sirainen |
2001-10-21 | Channels weren't synced if you joined multiple channels at once and one of | Timo Sirainen |
2001-10-21 | /TOPIC <tab> inserts the topic in active channel. | Timo Sirainen |
2001-10-21 | Don't autojoin channels that have already been joined in some other server | Timo Sirainen |
2001-10-21 | Check time changes every half a second instead of every second. | Timo Sirainen |
2001-10-21 | Deinitialize perl before textui stuff. | Timo Sirainen |
2001-10-21 | Lag statusbar item isn't anymore displayed always | Timo Sirainen |
2001-10-21 | Statusbar items weren't unregistered correctly when script was unloaded. | Timo Sirainen |
2001-10-21 | Initialize perl before fe_common_core_finish_init() or sending "irssi init | Timo Sirainen |
2001-10-20 | fix a fix | Timo Sirainen |
2001-10-20 | When assiging chatnet to server connect record, always try to get the name | Timo Sirainen |
2001-10-20 | When printing server disconnection texts, use the server parameter for | Timo Sirainen |
2001-10-20 | forgot one core_sources -> common_sources change | Timo Sirainen |
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 |