summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-31Update FAQSebastien Helleu
2009-01-30Add plugin name in buffer name for filtersSebastien Helleu
For example, freenode.#weechat becomes irc.freenode.#weechat for buffer name in filter.
2009-01-30Fix crash after /upgrade with IRC servers connected via SSL (bug #25398)Sebastien Helleu
We force disconnection of IRC servers connected via SSL, and schedule reconnection to server after WeeChat restart.
2009-01-30Update API function weechat_buffer_set in developer guideSebastien Helleu
2009-01-30Add one more screen refresh when size of a root bar is changedSebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with ↵Sebastien Helleu
some commands like /query
2009-01-30Fix some bugs with TLS connections in Jabber pluigin (TLS still not working ↵Sebastien Helleu
in Jabber)
2009-01-29Fix 2 typos in docSebastien Helleu
2009-01-28Add boolean option to enable relay plugin to listen for clients (disabled by ↵Sebastien Helleu
default)
2009-01-27Fix infinite loop when running WeeChat for first time: force whole screen ↵Sebastien Helleu
refresh when starting
2009-01-25Use pkg-config to find iksemel library, if availableSebastien Helleu
2009-01-25Remove compilation warning (unused variable)Sebastien Helleu
2009-01-25Fix 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-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵Sebastien Helleu
hidden
2009-01-17Add missing jabber commands in docSebastien Helleu
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-14Remove plugin "debug" from ChangeLog (plugin was removed and merged to core, ↵Sebastien Helleu
2 months ago)
2009-01-07Ignore "build*/*" instead of "build/*" for gitSebastien Helleu
2009-01-07Remove some compiler warningsSebastien Helleu
2009-01-07Do not force "-g" flag when building with cmake, remove option ↵Sebastien Helleu
"DISABLE_COMPILE_DEBUG"
2009-01-06Fix typoSebastien Helleu
2009-01-06Update list of debian files in main Makefile.amSebastien 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 FAQsSebastien 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-24Add bar, command, network and info functions in english developer guideSebastien Helleu
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-18Update Debian packaging : fix wrong dependency, remove unused files.Emmanuel Bouthenot