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-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-11-18
Win32 fixes - Irssi now compiles with MSVC++ :)
Timo Sirainen
2000-11-18
compiler warning fixes + one real bug in dcc-chat
Timo Sirainen
2000-11-17
Remember who set the topic and when, display the info when using /TOPIC.
Timo Sirainen
2000-11-11
Some sizeof() fixes to IPv6 support when connecting to IPv4 addresses.
Timo Sirainen
2000-11-08
level_get() didn't check ambiguous commands correctly - dcc always failed
Timo Sirainen
2000-11-07
minor speed enhance
Timo Sirainen
2000-11-07
minor cleanups
Timo Sirainen
2000-11-07
Updated stristr() and stristr_full() to be a bit faster.
Timo Sirainen
2000-11-07
Regexp ignores are now compiled when they're created, not every time
Timo Sirainen
2000-11-02
small "fix"
Timo Sirainen
2000-10-28
Some fixes.
Timo Sirainen
2000-10-28
/SET log_theme - you can now write to log files with different theme
Timo Sirainen
2000-10-27
signal_stop(); signal_emit("same signal", ...); didn't work. other way
Timo Sirainen
2000-10-26
Win32 updates
Timo Sirainen
2000-10-26
Some fixes for compiling with Win32 :)
Timo Sirainen
2000-10-18
Log items weren't read correctly from config
Timo Sirainen
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
[next]