Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-12-31 | Add IRC options to customize target buffer for messages (task #7381) | Sebastien Helleu | |
2009-12-16 | Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on ↵ | Sebastien Helleu | |
channels with key | |||
2009-11-19 | Add IRC option to use same nick color in channel and private (on by default) ↵ | Sebastien Helleu | |
(task #9870) | |||
2009-11-07 | New default value (25) for option irc.network.away_check_max_nicks | Sebastien Helleu | |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on ↵ | Sebastien Helleu | |
IRC server (CertFP) (task #7492) (patch from kolter) | |||
2009-09-15 | Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵ | Sebastien Helleu | |
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270) | |||
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |
2009-06-25 | Add options irc.look.open_channel/pv_near_server | Sebastien Helleu | |
2009-06-23 | Add new option irc.color.item_channel_modes | Sebastien Helleu | |
2009-06-14 | Improve option irc.look.notice_as_pv, new values: auto/never/always | Sebastien Helleu | |
This allows private chat with following nicks: nickserv/chanserv/memoserv. | |||
2009-06-14 | Add color for channel IRC notices (patch #6841) | Sebastien Helleu | |
2009-06-11 | Add option irc.look.item_display_server to display server with plugin or ↵ | Sebastien Helleu | |
name in status bar | |||
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-28 | Add color for bar item "away" (irc.color.item_away) | Sebastien Helleu | |
2009-05-28 | Convert all docs to asciidoc format, add scripting guide | Sebastien Helleu | |
2009-05-19 | New default value "0" for option irc.network.lag_disconnect (do not ↵ | Sebastien Helleu | |
disconnect on high lag) | |||
2009-04-03 | Add new values for option irc.look.nick_completion_smart: off / speakers / ↵ | Sebastien Helleu | |
speakers_highlights | |||
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu | |
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer) | |||
2009-03-15 | Add new option irc.look.display_old_topic to display old topic when channel ↵ | Sebastien Helleu | |
topic is changed | |||
2009-02-25 | Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ↵ | Sebastien Helleu | |
title bar (task #6030) | |||
2009-02-11 | Add irc and jabber options to display nick modes in input_prompt bar item | Sebastien Helleu | |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu | |
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat). | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
2008-12-19 | Add some colors in IRC messages from server (for text and nicks) (task #8926) | Sebastien Helleu | |
2008-11-24 | Fix option weechat.look.color_nicks_number, value is now immediately applied ↵ | Sebastien Helleu | |
on nicks by IRC plugin | |||
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-19 | Remove old and unused color options | Sebastien Helleu | |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for ↵ | Sebastien Helleu | |
buffers with /upgrade (title, input data, text search) | |||
2008-10-31 | Update highlight tags for all IRC buffers when option ↵ | Sebastien Helleu | |
irc.look.highlight_tags is changed | |||
2008-10-31 | Rename IRC tags irc_cmd_xxx to irx_xxx | Sebastien Helleu | |
2008-10-30 | Fix default value for option irc.look.highlight_tags | Sebastien Helleu | |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu | |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu | |
2008-10-23 | Add option to toggle display of IRC channel modes after buffer name in ↵ | Sebastien Helleu | |
status bar (irc.look.display_channel_modes) | |||
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu | |
2008-10-08 | Add config file logger.conf (replaces old logger options in plugins.conf) | Sebastien Helleu | |
2008-09-30 | Fix some memory leaks | Sebastien Helleu | |
2008-09-24 | Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | Sebastien Helleu | |
2008-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu | |
2008-08-22 | Fix IRC /server command, fix bugs with IRC servers options, remove temporary ↵ | Sebastien Helleu | |
server feature | |||
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu | |
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process. | |||
2008-06-17 | Remove old notify code in irc plugin (done by notify plugin) | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-06-02 | Add constants for config file read/write/set/unset callbacks | Sebastien Helleu | |