summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-channels.c
AgeCommit message (Expand)Author
2009-02-08Code Cleanup:Alexander Færøy
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2007-06-16Revert r4549.Emanuele Giaquinta
2007-06-10Make -window option of /join and /query accept an optional numeric argumentEmanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-08-20compile with glib1 againWouter Coekaerts
2006-02-20sort nicks with custom prefix by the order defined in isupport in /NAMESWouter Coekaerts
2004-10-16Fixed /join -invite -window bug if there is no inviteValentin Batz
2004-09-13Make /JOIN -tag #channel and /JOIN #channel<space> switch to that channel (Bu...Wouter Coekaerts
2004-07-11s/ircnet/network/ - patch by Joost VunderinkTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-09-18/CYCLE !channel works now properly tooTimo Sirainen
2002-09-18!channels weren't rejoined to correct window after reconnect/cycle.Timo Sirainen
2002-06-06/NAMES list isn't displayed on join when channel is joined because ofTimo Sirainen
2002-06-06use signal_add_last("channel joined") for printing /NAMES listTimo Sirainen
2002-06-06Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the namesTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-04-09/JOIN #existing_channel jumps to the window where it's joined.Timo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-15/PART in SILC destroys the channel immediately, so we'll need to checkTimo Sirainen
2002-03-10/CYCLE tried to do /PART twice.Timo Sirainen
2002-03-10/CYCLE reason didn't workTimo Sirainen
2002-02-15Some /NAMES fixesTimo Sirainen
2002-02-13added user counts parameters to /NAMES header (not used by default), header/f...Timo Sirainen
2002-02-07Don't crash in /NAMES list if /SET names_max_width was too smallTimo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-11-20Added /FORMAT names_prefix to print prefix at the beginning of each /NAMESTimo Sirainen
2001-11-18Added new formats for ops/halfops/voices in /NAMES list.Timo Sirainen
2001-11-05/CHANNEL xxx - don't crash if not connected to server.Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-07-17/NAMES -count now prints only the "total" line, not "users(#channel)" anymoreTimo Sirainen
2001-07-14/NAMES -count: print only the Total xxx nicks lineTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11/NAMES needs only one argument, fixes "/NAMES -ops #a " where irssi thoughtTimo Sirainen
2001-03-04/SET names_max_width - buffer overflowed if it was too small..Timo Sirainen
2001-03-04/NAMES didn't stop the signal properly so /NAMES list was printed twiceTimo Sirainen
2001-03-04/NAMES: -ops -halfops -voices -normal options added. /NAMES withoutTimo Sirainen
2001-03-03When /SET autoclose_windows is ON, don't destroy windows if they haveTimo Sirainen
2001-03-03I knew removing those checks from "channel created" and "query created"Timo Sirainen
2001-03-03/JOIN #channel and /QUERY nick won't anymore automatically moveTimo Sirainen
2001-03-03"channel created", "query created" .. don't abort adding window itemTimo Sirainen
2001-02-22Make a temporary window bind if you get kicked from channel. NeverTimo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-10Changed window->waiting_channels ("servertag name" format) toTimo Sirainen
2001-02-10/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.Timo Sirainen
2001-01-28/HELP, /NAMES: using now the column helper function in misc.c. /NAMESTimo Sirainen