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