summaryrefslogtreecommitdiff
path: root/src/irc/core/modes.c
AgeCommit message (Expand)Author
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-21Make explicit how long the arrays for prefix_add and prefix_del are.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-12-12prefix_add(): copy correct number of bytesJilles Tjoelker
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-04-11Remove workaround no longer needed.Emanuele Giaquinta
2007-05-12Update chanop flag before emitting nick mode changed signal (patch by Johan K...Wouter Coekaerts
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-09Local opers on IRCnet (umode +O) get the server->server_operator flag.Geert Hauwaerts
2005-05-14Fixed a bug with isupport, after an upgrade from 0.8.9 prefix very well can b...Valentin Batz
2005-01-03"ban remove" signal should pass who removed it, patch by Timothy Hatcher (Bug...Wouter Coekaerts
2004-10-10Also remember other (not k or l) modes with argumentsWouter Coekaerts
2004-10-10Remember key not only with channel->key, but also in channel->mode (in the st...Wouter Coekaerts
2004-07-11Don't replace channel key when receiving channel mode numeric. It could be aTimo Sirainen
2004-03-24mode changes got irssi stuckTimo Sirainen
2004-03-23fixed channel->chanopTimo Sirainen
2004-01-25crashfix when setting mode to channel you haven't joinedTimo Sirainen
2004-01-25isupport fixesTimo Sirainen
2004-01-25isupport updatesTimo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-12-09mode +o nick -o nick2 did +o for the nick2 tooTimo Sirainen
2002-10-31Support for /MODE #chan +o nick1 +o nick2 style grouping.Timo Sirainen
2002-10-26"nick mode changed" now gives changed mode/type as parameters.Timo Sirainen
2002-10-15Don't bother aborting /OP, /VOICE, etc. just because we're not chanop/ircop.Timo Sirainen
2002-08-27a bit more fixes for +k updatingTimo Sirainen
2002-08-27Don't update channel key from 324 numeric, some servers send channel key asTimo Sirainen
2002-06-05"/MODE !channel" should send the full name to serverTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-04-26Don't treat +d as regular channel mode.Timo Sirainen
2002-04-22Added setby-parameter to "nick mode changed" and "channel mode changed"Timo Sirainen
2002-03-17Allow /OP, etc. commands for server operators as well. They may not workTimo Sirainen
2002-03-11/SET max_wildcard_modes 0 should disable the checkingTimo Sirainen
2002-03-10Added /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,Timo Sirainen
2002-03-08/OP etc. shouldn't crash if channel hadn't received /NAMES list yet.Timo Sirainen
2002-02-03Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn'tTimo Sirainen
2002-02-01Added optional channel parameter to /OP, /DEOP, /VOICE and /DEVOICETimo Sirainen
2002-01-30"/MODE #channel -k" automatically appends the channel key if it wasn'tTimo Sirainen
2001-12-14bugfix for previous fix :)Timo Sirainen
2001-12-14e/I/O/q mode changes shouldn't change the visible channel mode.Timo Sirainen
2001-12-11User mode changes weren't visible.Timo Sirainen
2001-12-07Added support for 326 and 327 whois numerics in OPN.Timo Sirainen
2001-12-06On nick collision kills, reconnect back immediately. On any other type ofTimo Sirainen
2001-11-03/OP, /DEOP, /VOICE and /DEVOICE fixed not to print glib error if used inTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-15/DEVOICE * should devoice operators having voices too.Timo Sirainen
2001-06-12channel_set_singlemode() : don't do anything if you're not channel op/halfopTimo Sirainen