summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-01-17Remove unused jabber options and jabber servers in autogenerated docSebastien Helleu
2009-01-15Fix bug with IRC SSL server optionSebastien Helleu
2009-01-15Add 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-07Remove some compiler warningsSebastien Helleu
2009-01-06Fix typoSebastien Helleu
2009-01-05Do not set unread marker on IRC server and channels when reconnecting to IRC ↵Sebastien Helleu
server if self nick is away
2009-01-04Rename options in proxy structureSebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-04Add comments for IRC server optionsSebastien Helleu
2009-01-04Fix typoSebastien Helleu
2009-01-04Update highlight words for server and channel buffers when local nick is changedSebastien Helleu
2009-01-04Add hotlist refresh when a buffer is movedSebastien Helleu
2009-01-04Fix 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-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Add missing pointer to API function "config_option_default_is_null"Sebastien Helleu
2009-01-03Add color for channel name in IRC info/error messagesSebastien Helleu
2009-01-03Add error message when a command failed, fix typos in aspell pluginSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add 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-19Update doc and translationsSebastien Helleu
2008-12-19Add aspell option to check mispelled words during text search in buffer ↵Sebastien Helleu
(disabled by default)
2008-12-19Fix charset problem with IRC plugin: use server charset if channel charset ↵Sebastien Helleu
is not set
2008-12-19Add some colors in IRC messages from server (for text and nicks) (task #8926)Sebastien Helleu
2008-12-19Fix too many refreshs for bars (build content of items when bar is displayed)Sebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-19Fix bug with xfer transferts (IRC DCC): transfert ended abruptly when ↵Sebastien Helleu
terminal was resized
2008-12-19Fix bug with pointer conversion for scripts API (return empty string instead ↵Sebastien Helleu
of "0x0")
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), ↵Sebastien Helleu
add buffer_number default bar item
2008-12-18Fix refresh of bar when changing items insideSebastien Helleu
2008-12-17Improve /upgrade command: expand "~" with user home, check that binary ↵Sebastien Helleu
exists with execution permissions (only if user gives path to binary)
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-17Improve nick completion: complete first by nicks that highlight me, before ↵Sebastien Helleu
nicks speaking without highlight
2008-12-17Fix bugs in IRC message parser and use of decoding charset for server messagesSebastien Helleu
2008-12-16Add new filling options in /help barSebastien Helleu
2008-12-16Remove unneeded space after last column on bar with filling "columns"Sebastien Helleu
2008-12-16Set default filling "columns_vertical" for nicklist barSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-15Fix bug with option xfer.network.own_ip when sending DCC fileSebastien Helleu
2008-12-14Remove debug message when building content of bar itemsSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-12Fix compilation warnings in Perl plugin on FreeBSDSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-12-10Fix compilation warning "dereferencing type-punned pointer will break ↵Sebastien Helleu
strict-aliasing rules"
2008-12-10Fix typo in Makefile.am for relay pluginSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-12-04Fix display problem with color for groups in nicklistSebastien Helleu
2008-11-30Add "away" local variable for IRC buffers (defined when user is away, value ↵Sebastien Helleu
is away message)
2008-11-29Fix bugs with hook_print function in scriptsSebastien Helleu
2008-11-29Add missing pointer to function "string_build_with_exploded" in plugin APISebastien Helleu