Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-08 | Fix completion of IRC commands /whois and /whowas | Sebastien Helleu | |
2009-05-03 | Fix crash when deleting last server if there is one buffer for all servers | Sebastien Helleu | |
2009-04-24 | Add anti-flood for extra IRC commands like msg/notice/query/quote and some other | Sebastien Helleu | |
2009-04-11 | Fix /me command (irc plugin): allow command without argument | Sebastien Helleu | |
2009-04-11 | Add support of many templates for completion of command arguments, rename ↵ | Sebastien Helleu | |
default completion items | |||
2009-04-07 | Fix crash with IRC server switch (alt-s) when no server buffer is opened | Sebastien Helleu | |
2009-04-01 | Fix crash when executing "/msg * something" on an IRC server buffer | Sebastien Helleu | |
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-02 | Fix bug with detection of channel name in command /mode | Sebastien Helleu | |
2009-03-02 | Make channel optional in IRC command /mode (bug #25735) | Sebastien Helleu | |
2009-03-01 | Fix crash with IRC commands msg/notice/query/quote when executed with too ↵ | Sebastien Helleu | |
few arguments (bug #25739) | |||
2009-02-26 | Display explicit message when irc command must be executed on irc buffer or ↵ | Sebastien Helleu | |
connected server | |||
2009-02-11 | Fix build of IRC CTCP message (bug #25560) | Sebastien Helleu | |
2009-02-10 | Authorize IRC commands msg/notice/query/quote outside IRC buffers if option ↵ | Sebastien Helleu | |
"-server" is given | |||
2009-02-10 | Add option "-server" to IRC commands: msg, notice, query, quote | Sebastien Helleu | |
2009-02-08 | Fix nick displayed by command /msg (bug #25518) | Sebastien Helleu | |
2009-01-30 | Fix problem with read marker when manually switching to other buffer with ↵ | Sebastien Helleu | |
some commands like /query | |||
2009-01-25 | Fix unread marker set with irc /away command: set unread marker for all ↵ | Sebastien Helleu | |
servers/channels that are not displayed in a window | |||
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-05 | Do not set unread marker on IRC server and channels when reconnecting to IRC ↵ | Sebastien Helleu | |
server if self nick is away | |||
2009-01-04 | Fix exec of IRC command when connecting to server if server buffers are ↵ | Sebastien Helleu | |
merged, and that server is not the selected server | |||
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 | Fix charset problem with IRC plugin: use server charset if channel charset ↵ | Sebastien Helleu | |
is not set | |||
2008-12-17 | Display server, port and IP on IRC server buffer when connection to server is ok | Sebastien Helleu | |
2008-12-17 | Use nick color for display of IRC action messages | Sebastien Helleu | |
2008-12-15 | Fix bug with option xfer.network.own_ip when sending DCC file | Sebastien Helleu | |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu | |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-18 | Allow command "/away -all" on weechat core buffer | Sebastien Helleu | |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-11 | Fix name/short name and local variables of IRC server buffer(s) when ↵ | Sebastien Helleu | |
merging/splitting servers | |||
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu | |
2008-11-03 | Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix ↵ | Sebastien Helleu | |
completion of command /ignore, remove obsolete alias /unig | |||
2008-10-31 | Allow mask or regex for IRC command /ignore (mask is default) | 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-28 | Fix IRC command /away -all | Sebastien Helleu | |
2008-10-28 | Remove debug message when using command /away | Sebastien Helleu | |
2008-10-27 | Fix use of some uninitialized variables | Sebastien Helleu | |
2008-10-26 | Fix crash when switching server with alt+s | Sebastien Helleu | |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables ↵ | Sebastien Helleu | |
$nick/$channel/$server in alias | |||
2008-10-20 | Add new property "short_name" for buffers | Sebastien Helleu | |
2008-10-20 | Fix refresh of nick in input bar when switching IRC server | Sebastien Helleu | |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt ↵ | Sebastien Helleu | |
for IRC buffers | |||
2008-10-18 | Aspell plugin is born again | Sebastien Helleu | |
2008-10-03 | Fix bug with IRC notices for channel: display them in channel instead of ↵ | Sebastien Helleu | |
server buffer (bug #18730) | |||
2008-09-30 | Set unread marker for IRC server/channels/pv buffers when using /away command | 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 | |