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 | Redraw the screen before emitting "irssi init finished" signal, so we have | Timo Sirainen |
2001-11-19 | data_is_empty() didn't check properly for $0-$9 variables and broke | Timo Sirainen |
2001-11-19 | With /SET window_auto_change ON, irssi might have crashed if input entry was | Timo Sirainen |
2001-11-19 | /UPGRADE now remembers user mode, patch by lam@e-gate.pl | Timo Sirainen |
2001-11-19 | get_argument() - allow arglist to be NULL, just assume that there's no | Timo Sirainen |
2001-11-19 | /CONNECT -! doesn't autojoin to channels. | Timo Sirainen |
2001-11-19 | Irssi printed GLib error if no PATH was set.. | Timo Sirainen |
2001-11-19 | /UPGRADE didn't work properly when you were connected to multiple servers. | Timo Sirainen |
2001-11-19 | session_set_binary() - we can't get the full path to irssi binary from | Timo Sirainen |
2001-11-19 | -botcmd isn't now sent to channels when /UPGRADEing. | Timo Sirainen |
2001-11-19 | /SET join_auto_chans_on_invite - patch by tygrys@moo.pl | Timo Sirainen |
2001-11-19 | Removed GLib error when doing /RELOAD. | Timo Sirainen |
2001-11-19 | Topics weren't restored on /UPGRADE. | 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 | Added syntax comment for /UPGRADE | Timo Sirainen |
2001-11-19 | A few more updates. | Timo Sirainen |
2001-11-19 | /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active | Timo Sirainen |
2001-11-19 | Event 001 wasn't printed to screen. | Timo Sirainen |
2001-11-18 | Data sent to server with /RAWQUOTE didn't show up properly in rawlog unless | Timo Sirainen |
2001-11-18 | Added new formats for ops/halfops/voices in /NAMES list. | Timo Sirainen |
2001-11-18 | --more-- works again, better than ever :) | Timo Sirainen |
2001-11-18 | back to "Irssi didn't always remove the statusbar item from screen when it | Timo Sirainen |
2001-11-18 | term_refresh(): Change the color to black after everything is done. It's | Timo Sirainen |
2001-11-18 | Added ctcp_register() and ctcp_unregister() for registering CTCP commands. | Timo Sirainen |
2001-11-18 | Execute ~/.irssi/startup before autoconnecting to servers. This way you can | Timo Sirainen |
2001-11-18 | Irssi::Server::print()'s level parameter wasn't optional like in other | Timo Sirainen |
2001-11-18 | typobugfix for previous commit. | Timo Sirainen |
2001-11-18 | Don't handle keypresses when there's no active entry in screen. | Timo Sirainen |
2001-11-18 | After calls to statusbar_item_register() and statusbar_item_unregister(), | Timo Sirainen |
2001-11-18 | If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssi | Timo Sirainen |
2001-11-18 | Added Chatnet, Process and updated redirection text. | Timo Sirainen |
2001-11-18 | Irssi::Chatnet can now be accessed from perl. | Timo Sirainen |
2001-11-18 | Added Irssi::chatnets() and chatnet_find() | Timo Sirainen |
2001-11-18 | /SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scripts | Timo Sirainen |
2001-11-18 | Stop the redirection if we receive unknown event and it's not numeric. | Timo Sirainen |
2001-11-18 | Fixed the "multiple space split" fix :) It was causing crashes, strange that | 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-18 | Reply to PINGs ourself if destination was proxy's address, our own nick or | Timo Sirainen |
2001-11-18 | Sometimes when changing from split window to another, irssi crashed/messed | Timo Sirainen |
2001-11-18 | When destroying data used from server in "server disconnected" signal, set | Timo Sirainen |
2001-11-17 | If line was split from multiple spaces, irssi printed the spaces in the | Timo Sirainen |
2001-11-17 | Irssi didn't always remove the statusbar item from screen when it should | Timo Sirainen |
2001-11-17 | added +q channel mode to HAS_MODE_ARG_ALWAYS() list. | Timo Sirainen |
2001-11-17 | 329 event reply for MODE #channel shouldn't go to "chanquery abort", but | Timo Sirainen |
2001-11-17 | "error loading script" -> "error in script" because it can be printed at any | Timo Sirainen |
2001-11-17 | Didn't I already commit these? .. added format_get_text(), | Timo Sirainen |
2001-11-17 | Forgot to update this for server_redirect_register() | Timo Sirainen |