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
/
core
Age
Commit message (
Expand
)
Author
2000-10-17
Logging fixes. Autologging with same named channels in different
Timo Sirainen
2000-10-15
Irssi won't automatically overwrite configuration files if they're
Timo Sirainen
2000-10-14
Moved nick/msg/channel completion to core with some cleanups.
Timo Sirainen
2000-10-14
match_nick_flags() didn't check that the nick actually began with a flag.
Timo Sirainen
2000-10-14
[irc_]channels_setup_[de]init() calls were in wrong places.
Timo Sirainen
2000-10-14
Autorejoin when join temporarily fails because of netsplit is handled
Timo Sirainen
2000-10-13
Complain only once with autologging if opening some log file failed
Timo Sirainen
2000-10-13
match_wildcards() failed if there was * at the end of the mask but
Timo Sirainen
2000-10-11
Ignore was moved to core.
Timo Sirainen
2000-10-09
Moved ignore to core.
Timo Sirainen
2000-10-01
Keyboard should never get stuck again when receiving huge amounts of
Timo Sirainen
2000-10-01
Chat protocol updates.
Timo Sirainen
2000-09-30
forgot to add this
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-29
minor updates
Timo Sirainen
2000-09-27
Moved /DISCONNECT to core, other multiprotocol fixes.
Timo Sirainen
2000-09-27
module deinit fixes
Timo Sirainen
2000-09-27
net_gethostbyaddr() fixed.
Timo Sirainen
2000-09-27
modules are deinitialized at quit.
Timo Sirainen
2000-09-27
/SERVER irc.server.org 1234 now connects to port 1234 always even if
Timo Sirainen
2000-09-26
"NONE" works now with combine_levels(). /WINDOW LEVEL NONE works and if
Timo Sirainen
2000-09-26
backwards compatibility for s/ircnet/chanet/ change.
Timo Sirainen
2000-09-06
/SET default_nick -> /SET nick
Timo Sirainen
2000-09-06
line_split() : use g_memmove() instead of memcpy() .. hm. how could
Timo Sirainen
2000-09-06
/set autocreate_query -> /set autocreate_query_level
Timo Sirainen
2000-09-02
bugfix
Timo Sirainen
2000-09-02
Updates.
Timo Sirainen
2000-09-01
Added chat protocol register. Changed all chat_type fields to use it.
Timo Sirainen
2000-08-30
Object type checking fixes
Timo Sirainen
2000-08-27
updates
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-25
log_day_change was never printed in logs.
Timo Sirainen
2000-08-20
Channel mode handling changed - there's no more mode_xxx fields in
Timo Sirainen
2000-08-16
/LAST - didn't work right.
Timo Sirainen
2000-08-15
/MSG -servertag crashed irssi.
Timo Sirainen
2000-08-15
Some changes handling g_input_add() - maybe this helps to problems
Timo Sirainen
2000-08-12
mkpath() - behaves like mkdir -p. Autologging now uses it to create
Timo Sirainen
2000-08-12
WJOIN -> /JOIN -window
Timo Sirainen
2000-08-11
/LOG: Removed the -rotate option, it was pretty useless since adding
Timo Sirainen
2000-08-11
Autologging fixes: Don't log WHOIS replies by default
Timo Sirainen
2000-07-31
Fixes
Timo Sirainen
2000-07-30
Moved some IRC specific server stuff to generic server stuff.
Timo Sirainen
2000-07-30
Bugfixes for non-irc server handling.
Timo Sirainen
2000-07-29
send() - ignore EPIPE return value and just return "0 bytes sent". The broken
Timo Sirainen
2000-07-23
Added syntaxes of all commands in comments, they're going to be used to
Timo Sirainen
2000-07-23
net_sendbuffer_send(): use const void *data instead of void *data
Timo Sirainen
2000-07-23
Added handle != -1 check to net_sendbuffer_create()
Timo Sirainen
2000-07-23
Don't allow recursive aliases.
Timo Sirainen
2000-07-23
/SET settings_autosave - If set ON, settings are automatically saved
Timo Sirainen
2000-07-23
is_numeric() returns now FALSE if it was given empty string.
Timo Sirainen
[next]