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
/
irc
Age
Commit message (
Expand
)
Author
2001-09-11
autolog: target name is now always lowercased with irc protocol.
Timo Sirainen
2001-09-11
Added option /SET channel_sync - if disabled irssi disables the channel
Timo Sirainen
2001-09-10
/SET dcc_port accepts now port range (eg. "10000 20000")
Timo Sirainen
2001-09-06
Use only the first word from username when sending it to server.
Timo Sirainen
2001-08-14
Some internal changes how /SERVER command works. Added /SERVER PURGE
Timo Sirainen
2001-08-14
quitmsg_is_split() fix - the hosts must contain the domain part now (ie.
Timo Sirainen
2001-08-14
Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quit
Timo Sirainen
2001-08-14
Added missing module_register() calls.
Timo Sirainen
2001-08-14
Module loading updates - /LOAD shows now also the statically loaded modules.
Timo Sirainen
2001-08-13
max_query_chans set to 1 by default. Set to 10 in networks where it's known
Timo Sirainen
2001-08-08
If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,
Timo Sirainen
2001-08-08
/BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>].
Timo Sirainen
2001-07-25
get the version from IRSSI_VERSION, not VERSION. #include "signals.h" was
Timo Sirainen
2001-07-15
Moved awaylog to core.
Timo Sirainen
2001-07-15
Added --home and --config command line parameters to irssi to specify
Timo Sirainen
2001-07-14
rm -f the libirc_proxy.a before ln -s.
Timo Sirainen
2001-07-14
Cut the messages sent to rawlog to 510 chars too.
Timo Sirainen
2001-07-13
Compiles now statically to irssi with --with-modules=proxy
Timo Sirainen
2001-07-10
Makefile fixed to use module directory again. If /SET irssiproxy_ports has
Timo Sirainen
2001-06-30
DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT()
Timo Sirainen
2001-06-29
Removed the "domain is 2 or 3 chars" check from quitmsg_is_split() since
Timo Sirainen
2001-06-27
Don't reply to CTCP PINGs longer than 100 bytes (see the comment).
Timo Sirainen
2001-06-27
/NICK: don't bother trying to change the nick to the one you already have
Timo Sirainen
2001-06-26
Don't send unaway to server if we're not away.
Timo Sirainen
2001-06-26
Added $cumode expando which works like $P, but prints voices/halfops also.
Timo Sirainen
2001-06-12
channel_set_singlemode() : don't do anything if you're not channel op/halfop
Timo Sirainen
2001-06-10
max_cmds_at_once and max_query_chans weren't saved between reconnects to
Timo Sirainen
2001-06-04
Added support for bahamut @+#channel notices. Removed notice_public_ops
Timo Sirainen
2001-06-01
dcc, flood and notifylist aren't compiled as loadable modules anymore,
Timo Sirainen
2001-05-22
/SET dcc_own_ip for specifying own IP to use in DCC requests
Timo Sirainen
2001-05-21
irc_parse_prefix() didn't work properly if user name had ! characters.
Timo Sirainen
2001-05-14
new /KICKBAN code crashed
Timo Sirainen
2001-05-14
/UNBAN now supports unbanning multiple bans with ban# (/unban 1 4 6)
Timo Sirainen
2001-05-11
CHANNEL_REC->get_join_data() - Returns the information needed to call
Timo Sirainen
2001-05-11
MODE +k handler was buggy
Timo Sirainen
2001-05-11
Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own
Timo Sirainen
2001-05-11
added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request
Timo Sirainen
2001-05-11
"dcc error file not found" -> "dcc error file open". Print the actual error
Timo Sirainen
2001-05-11
/SET kick_first_on_kickban for /KICKBAN and /KNOCKOUT - patch by
Timo Sirainen
2001-05-09
support for +O mode
Timo Sirainen
2001-05-01
fixed potential crash
Timo Sirainen
2001-04-25
"ban ..." signals didn't send channel info
Timo Sirainen
2001-04-20
CTCP version reply has now $sysarch by default
Timo Sirainen
2001-03-24
fixes, hopefully works correctly finally :) patch by fuchs.
Timo Sirainen
2001-03-20
added /SET proxy_password
Timo Sirainen
2001-03-20
dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it too
Timo Sirainen
2001-03-18
/RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don't
Timo Sirainen
2001-03-16
quit_message setting moved from irc to core
Timo Sirainen
2001-03-15
/NICK could have changed nick to some other nick than we specified
Timo Sirainen
2001-03-15
bugfix
Timo Sirainen
[prev]
[next]