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
/
channels.c
Age
Commit message (
Expand
)
Author
2016-01-24
Duplicate the code paths for autocommands.
LemonBoy
2016-01-14
Change when the autocmds are sent.
LemonBoy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2009-02-08
Code Cleanup:
Alexander Færøy
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2005-02-06
Fixed memory leaks when destroying a channel, when loading nonexisten scripts...
Valentin Batz
2004-01-20
isupport patch by David Leadbeater
Timo Sirainen
2002-12-01
no, /connect -! shouldn't send the /ircnet -autosendcmd, channel's botcmd
Timo Sirainen
2002-12-01
/CONNECT -! shouldn't send autosendcmds when joining channels.
Timo Sirainen
2002-05-28
when destroying channel, it really should be removed also from
Timo Sirainen
2002-05-17
!channel fixes.
Timo Sirainen
2002-05-16
Better !channel support - window items now have "visual_name" and channels
Timo Sirainen
2002-03-31
Don't set channel->server = NULL when disconnecting, so scripts can still
Timo Sirainen
2002-02-15
fixed module_uniq_destroy() calls
Timo Sirainen
2002-02-07
Set objects ->type = 0 when freeing to make sure we notice immediately if
Timo Sirainen
2002-01-24
Fixed a small memory leak when connected to same network twice.
Timo Sirainen
2001-11-19
Don't break if /CHANNEL ADD -bots list has bots separated with more than
Timo Sirainen
2001-11-19
/CONNECT -! doesn't autojoin to channels.
Timo Sirainen
2001-11-19
-botcmd isn't now sent to channels when /UPGRADEing.
Timo Sirainen
2001-10-22
Checking that autojoined channels weren't already joined in same chatnet had
Timo Sirainen
2001-10-21
Don't autojoin channels that have already been joined in some other server
Timo Sirainen
2001-07-26
added destroy() function to WI_ITEM_REC. This fixes a potential crash when
Timo Sirainen
2001-05-11
CHANNEL_REC->get_join_data() - Returns the information needed to call
Timo Sirainen
2001-03-17
%F = blinking on/off. several fixes to make blinking work better. some
Timo Sirainen
2001-02-17
Config file: ircnets -> chatnets, added type = "chat protocol" to
Timo Sirainen
2001-01-28
nicklist_find() now finds only full nicks, nicklist_find_mask() finds
Timo Sirainen
2000-12-17
removed useless chat_type checks
Timo Sirainen
2000-11-17
Remember who set the topic and when, display the info when using /TOPIC.
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-09-30
multiprotocol updates. SILC prints channel and private messages now
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-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen