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
/
core
/
irc-channels.c
Age
Commit message (
Expand
)
Author
2015-11-19
Correctly alias 'channel' to '#channel'
LemonBoy
2015-09-20
More format warnings removed.
Alexander Færøy
2015-05-15
Implement CHANTYPES support
LemonBoy
2014-09-11
source cleanup: remove trailing whitespaces
Michael Vetter
2009-02-08
Code Cleanup:
Alexander Færøy
2007-05-18
Use CASEMAPPING dependent comparison to match channel names.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2006-08-20
Don't get confused by a join command with too many arguments; keys can't have...
Wouter Coekaerts
2005-05-11
Fixed a bug where the channel list to join/rejoin on reconnect gets too long,...
Valentin Batz
2002-05-19
net_connect*() contains now error parameter, so it can be used to properly
Timo Sirainen
2002-05-17
!channel fixes.
Timo Sirainen
2002-05-17
new !channel support was buggy, as I tried it only with channel names having
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
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-05-11
CHANNEL_REC->get_join_data() - Returns the information needed to call
Timo Sirainen
2001-02-17
Config file: ircnets -> chatnets, added type = "chat protocol" to
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-11-27
Call /part command instead of directly sending part message to server when
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-10-22
Add the server specific functions immediately after the server
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-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-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