index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2001-02-19
/LASTLOG syntax updated
Timo Sirainen
2001-02-19
Moved /LASTLOG handling to lastlog.c. Added options -file <filename>
Timo Sirainen
2001-02-19
level_get() prototype was missing.
Timo Sirainen
2001-02-19
/RECONNECT ALL - reconnects to all servers in reconnection queue
Timo Sirainen
2001-02-19
Moved /HELP to fe-help.c
Timo Sirainen
2001-02-19
/NETSPLIT prints nicks now sorted and prints @ or + before channel if
Timo Sirainen
2001-02-19
Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now
Timo Sirainen
2001-02-19
Highlight colors can now have background color set with fg,bg. Works
Timo Sirainen
2001-02-19
Moved autoconnects and command line parameter parsing from irc to core.
Timo Sirainen
2001-02-19
/RECONNECT reconnects now to server with identical settings.
Timo Sirainen
2001-02-19
window_bind_remove_unsticky(): crashfix
Timo Sirainen
2001-02-19
Connection updates: moved /SERVER and /CONNECT to core from irc.
Timo Sirainen
2001-02-19
If reading host answer from pipe failed, set the error message to
Timo Sirainen
2001-02-19
When reading data from socket, read max. 5kB at a time so we won't get
Timo Sirainen
2001-02-18
chat_protocol_register() didn't work properly when the chat protocol
Timo Sirainen
2001-02-18
Support for multiple identical nicknames.
Timo Sirainen
2001-02-18
updates for latest changes
Timo Sirainen
2001-02-18
crashfix
Timo Sirainen
2001-02-17
Support for multiple identically named nicks.
Timo Sirainen
2001-02-17
Config file: ircnets -> chatnets, added type = "chat protocol" to
Timo Sirainen
2001-02-17
Irssi::command_bind(): Don't run the command twice. Log updated for
Timo Sirainen
2001-02-17
log_write_rec(): added level parameter. writing /LASTLOG to log files
Timo Sirainen
2001-02-17
Moved fe stuff from perl-common to perl-fe.
Timo Sirainen
2001-02-17
more static perl fixes
Timo Sirainen
2001-02-17
/LOAD module tries to load "module_core" instead. If it wasn't found,
Timo Sirainen
2001-02-17
ig_module_build_path() prototype was missing..
Timo Sirainen
2001-02-17
added g_module_build_path()
Timo Sirainen
2001-02-16
added fe-dcc.h
Timo Sirainen
2001-02-16
If log file locking fails, check that it failed because file was
Timo Sirainen
2001-02-16
added fe-exec.h
Timo Sirainen
2001-02-15
Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't used
Timo Sirainen
2001-02-14
#include "perl-common.h" to define my_perl
Timo Sirainen
2001-02-14
irssi_perl_interp -> my_perl and made it non-static. should help compiling
Timo Sirainen
2001-02-13
Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and
Timo Sirainen
2001-02-12
Updates so that DCC stuff compiles again. Still missing DCC chat/get/send
Timo Sirainen
2001-02-11
Removed SYNTAX: LOG LIST - the commands is /LOG
Timo Sirainen
2001-02-10
theme->default_color is now used again, added default_bold_color which
Timo Sirainen
2001-02-10
/EXEC -interactive: Creates a query-like window item. Text written to
Timo Sirainen
2001-02-10
Changed window->waiting_channels ("servertag name" format) to
Timo Sirainen
2001-02-10
/SET hilight_act_color - default color to use for highlighting in
Timo Sirainen
2001-02-10
/SAVEWINDOWS saves now split windows
Timo Sirainen
2001-02-10
Write buffer - logs and rawlogs write to files through this. By default
Timo Sirainen
2001-02-10
added descriptions for left_window and right_window
Timo Sirainen
2001-02-10
/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.
Timo Sirainen
2001-02-10
/WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window.
Timo Sirainen
2001-02-10
sticky_refnum is now saved and restored
Timo Sirainen
2001-02-10
/WINDOW SERVER: added -sticky and -unsticky options. If window server
Timo Sirainen
2001-02-10
window_item_set_active(): window->active_server was set wrong if there
Timo Sirainen
2001-02-10
DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should
Timo Sirainen
2001-02-09
DCC chat nicks are in /MSG completion list now if chat isn't in query.
Timo Sirainen
[next]