summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
AgeCommit message (Expand)Author
2009-05-08Fix completion of IRC commands /whois and /whowasSebastien Helleu
2009-05-03Fix crash when deleting last server if there is one buffer for all serversSebastien Helleu
2009-04-24Add anti-flood for extra IRC commands like msg/notice/query/quote and some otherSebastien Helleu
2009-04-11Fix /me command (irc plugin): allow command without argumentSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Fix crash with IRC server switch (alt-s) when no server buffer is openedSebastien Helleu
2009-04-01Fix crash when executing "/msg * something" on an IRC server bufferSebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
2009-03-02Fix bug with detection of channel name in command /modeSebastien Helleu
2009-03-02Make channel optional in IRC command /mode (bug #25735)Sebastien Helleu
2009-03-01Fix crash with IRC commands msg/notice/query/quote when executed with too few...Sebastien Helleu
2009-02-26Display explicit message when irc command must be executed on irc buffer or c...Sebastien Helleu
2009-02-11Fix build of IRC CTCP message (bug #25560)Sebastien Helleu
2009-02-10Authorize IRC commands msg/notice/query/quote outside IRC buffers if option "...Sebastien Helleu
2009-02-10Add option "-server" to IRC commands: msg, notice, query, quoteSebastien Helleu
2009-02-08Fix nick displayed by command /msg (bug #25518)Sebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with som...Sebastien Helleu
2009-01-25Fix unread marker set with irc /away command: set unread marker for all serve...Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-05Do not set unread marker on IRC server and channels when reconnecting to IRC ...Sebastien Helleu
2009-01-04Fix exec of IRC command when connecting to server if server buffers are merge...Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-12-19Fix charset problem with IRC plugin: use server charset if channel charset is...Sebastien Helleu
2008-12-17Display server, port and IP on IRC server buffer when connection to server is okSebastien Helleu
2008-12-17Use nick color for display of IRC action messagesSebastien Helleu
2008-12-15Fix bug with option xfer.network.own_ip when sending DCC fileSebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-18Allow command "/away -all" on weechat core bufferSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-11Fix name/short name and local variables of IRC server buffer(s) when merging/...Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-03Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix comple...Sebastien Helleu
2008-10-31Allow mask or regex for IRC command /ignore (mask is default)Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-28Fix IRC command /away -allSebastien Helleu
2008-10-28Remove debug message when using command /awaySebastien Helleu
2008-10-27Fix use of some uninitialized variablesSebastien Helleu
2008-10-26Fix crash when switching server with alt+sSebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables $...Sebastien Helleu
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-20Fix refresh of nick in input bar when switching IRC serverSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt for...Sebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-03Fix bug with IRC notices for channel: display them in channel instead of serv...Sebastien Helleu
2008-09-30Set unread marker for IRC server/channels/pv buffers when using /away commandSebastien Helleu
2008-09-24Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu