summaryrefslogtreecommitdiff
path: root/src/irc/core/modes.c
AgeCommit message (Expand)Author
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
2001-05-11MODE +k handler was buggyTimo Sirainen
2001-05-09support for +O modeTimo Sirainen
2001-02-08/SET opermode - set this mode when you get ircop status.Timo Sirainen
2000-12-06sometimes channel key wasn't saved.Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-10-22Wildcards didn't with /OP (/DEOP, /VOICE, etc.) if there was more thanTimo Sirainen
2000-10-13updating user modes were handled as they were channel modes, like +oTimo Sirainen
2000-10-07If mode didn't have the expected argument irssi would loop forever.Timo Sirainen
2000-09-10/OP, /DEOP, etc. commands printed warning if no valid nicks were found.Timo Sirainen
2000-08-29/mode #channel -oooo... would deop the first 3, and then op the rest.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-26Some fixes to handling +l and +k mode.Timo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-07-29/OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work rightTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-06-30When doing "/OP nick1 nick2" (two spaces), irssi tried to op "" nick too.Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-12Max. mode parameter count was taken from wrong place.Timo Sirainen
2000-06-10/MODE +something or /MODE -something assumes that we want to change theTimo Sirainen
2000-06-06bugfixTimo Sirainen
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
2000-05-17/mode #channel -k key now removes the "+k" mode too instead of just settingTimo Sirainen
2000-05-10/MODE was buggyTimo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-28/ban and /invite crashed, /mode didn't work. ctcp.c doesn't needTimo Sirainen
2000-04-26..adding new files..Timo Sirainen