summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2010-10-19Fix use of flags for irc_server_sendf in signal irc_input_sendSebastien Helleu
2010-10-17Fix scripts loading with Ruby 1.9.2Stefano Pigozzi
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien Helleu
2010-10-16Fix crash when channel topic is removed if it was already empty (if option ↵Sebastien Helleu
irc.look.display_old_topic is on)
2010-10-13Add new options irc.color.nick_prefix and irc.color.nick_suffixSebastien Helleu
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-10-11Remove unneeded spacesSebastien Helleu
2010-10-11Add function "hashtable_has_key" in WeeChat and plugin APISebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
2010-10-10Allow script functions "prefix" and "color" when script is not yet ↵Sebastien Helleu
registered with "register"
2010-10-09Fix crash when API function is called in Perl script before "register"Sebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ↵Sebastien Helleu
task #10668) Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit.
2010-10-08Switch to next server address when IRC error is received after TCP ↵Sebastien Helleu
connection but before message 001 (bug #30884)
2010-10-07Fix display of IRC message "ERROR", fix detection of closed link ("Closing ↵Sebastien Helleu
Link" after ERROR)
2010-10-07Rename options "irc.look.open_{channel|pv}_near_server" to ↵Sebastien Helleu
"irc.look.new_{channel|pv}_position" with new values (none, next or near_server)
2010-10-07Fix crash/bug when option "addresses" for an IRC server is unset or changed ↵Sebastien Helleu
when WeeChat is connected to this server (bug #31268)
2010-10-06Display old IRC channel topic when topic is unset (task #9780)Sebastien Helleu
2010-09-27Reset infolist item cursor in callbacks for signals sending infolist pointerSebastien Helleu
2010-09-21Add missing function "infolist_reset_item_cursor" in script API (bug #31057)Sebastien Helleu
2010-09-20Send channel topic to relay client when joining a channelSebastien Helleu
2010-09-19Fix Ruby plugin compilation with Ruby 1.9.2JD Horelick
2010-09-18Fix order of relay clients after /upgradeSebastien Helleu
2010-09-18Remove unused variableSebastien Helleu
2010-09-18Add support of /upgrade in Relay pluginSebastien Helleu
2010-09-18Close relay server sockets on /upgradeSebastien Helleu
2010-09-18Fix problem when removing relay server (socket was closed, but option ↵Sebastien Helleu
relay.port.xxx not removed)
2010-09-17Add new option relay.network.bind_addressSebastien Helleu
2010-09-17Add new option relay.network.passwordSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-17Fix uninitialized variableSebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick".
2010-09-12Check immediately away nicks on all servers/channels if option ↵Sebastien Helleu
irc.network.away_check is changed from 0 to any other value
2010-09-12Do not send WHO on channel joined (to check away nicks) if option ↵Sebastien Helleu
irc.network.away_check is set to 0
2010-09-08Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967)Sebastien Helleu
2010-08-27Fix compilation error and warning with Python 2.5Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵Sebastien Helleu
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin).
2010-08-20Fix bug with hostmasks in IRC command /ignore (bug #30716)Sebastien Helleu
2010-08-13Rename cmake options DISABLE_XXX to ENABLE_XXXSebastien Helleu
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-08-04Do not connect to server after creating it with /server add (even if ↵Sebastien Helleu
autoconnect is on)
2010-08-03Fix bug in IRC parser when no argument is received after command, no ↵Sebastien Helleu
callback was called, and message was silently ignored (bug #30640)
2010-07-28Use tag "no_log" in logger plugin to prevent a line from being written in ↵Sebastien Helleu
log file
2010-07-25Fix import of certificates created by openssl >= 1.0.0 (bug #30316)Sebastien Helleu
2010-07-19Remove unneeded spaces and tabsSebastien Helleu
2010-07-18Fix bug with double quotes in DCC filenames (bug #30471)Sebastien Helleu
2010-07-17Fix help of option irc.look.nick_color_stop_chars (problem in generated ↵Sebastien Helleu
asciidoc file)
2010-07-17Update string with plugin API versionSebastien Helleu
2010-07-17Add new option irc.look.nick_color_stop_charsSebastien Helleu
2010-07-06Fix display of local SSL certificate when it is sent to IRC serverSebastien Helleu