summaryrefslogtreecommitdiff
path: root/src/irc/core/channels-query.c
AgeCommit message (Expand)Author
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-08-20don't wait for all /names replies before syncing if we can't combine queries ...Wouter Coekaerts
2004-03-10If channel has more nicks than /SET channel_max_who_sync, don't ask /WHOTimo Sirainen
2002-08-27Don't update channel key from 324 numeric, some servers send channel key asTimo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2001-12-07Still ban exception / invite list removes.Timo Sirainen
2001-12-07Added support for 326 and 327 whois numerics in OPN.Timo Sirainen
2001-12-07Fixed 2 small memory leaks.Timo Sirainen
2001-12-03"channel wholist" still wasn't sent at proper times.Timo Sirainen
2001-12-03"channel wholist" was sent to channels that hadn't received /WHO list yet.Timo Sirainen
2001-11-25added support for servers where /WHO only gives "end of who" message.Timo Sirainen
2001-11-18When destroying data used from server in "server disconnected" signal, setTimo Sirainen
2001-11-17329 event reply for MODE #channel shouldn't go to "chanquery abort", butTimo Sirainen
2001-11-16If the last query fails we should make the channel synced.Timo Sirainen
2001-11-14Still some syncing fixes. Don't loop forever now if we don't find the replyTimo Sirainen
2001-11-14Yet another bugfix for channel sync.Timo Sirainen
2001-11-14Channel syncing rewrites.Timo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-11Redirection fixes.Timo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-23Don't print glib errors when parting a channel which isn't synced yet.Timo Sirainen
2001-10-21Channels weren't synced if you joined multiple channels at once and one ofTimo Sirainen
2001-10-14Irssi lost channel key for secret/private channels after join.Timo Sirainen
2001-09-11Added option /SET channel_sync - if disabled irssi disables the channelTimo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-09-querychans option for servers and ircnets which specifies how manyTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-11-28Don't ever send more than 10 channels/line in mode/who requests. ThoughTimo Sirainen
2000-11-28bugfixes with channel syncing.Timo Sirainen
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen
2000-10-09Moved ignore to core.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-01Some strange servers replied to MODE #chan1,#chan2 with "Cannot join channelTimo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-27Fixes for servers that replied to WHO #a,#b with 403 message.Timo Sirainen
2000-04-27joining to multiple channels at once crashedTimo Sirainen
2000-04-26..adding new files..Timo Sirainen