Sebastien Helleu
c3915eaf04
Add help about alias list for /alias command (task #9087 )
2009-02-08 23:20:14 +01:00
Sebastien Helleu
7c626c2786
Add new signals "irc_channel_opened" and "irc_pv_opened"
2009-02-08 22:07:45 +01:00
Sebastien Helleu
29bc0276bc
Add hook type "command_run", add new function "string_remove_color" in plugin API (task #9089 )
2009-02-08 19:52:16 +01:00
Sebastien Helleu
a253398165
Fix color decoding function
2009-02-08 19:49:56 +01:00
Sebastien Helleu
2fce36c2ad
Add property "input" for function buffer_get_string in plugin API
2009-02-08 19:49:35 +01:00
Sebastien Helleu
c683673047
Fix bug in irc color decoding: reset color if color code is not followed by a color number
2009-02-07 18:49:46 +01:00
Sebastien Helleu
94aa12d8ff
Add numeric codes for low chars (< 32) in irc and jabber debug buffers
2009-02-07 18:49:12 +01:00
Sebastien Helleu
1491699706
Add hidden command line option --no-dlclose to remove dlclose() for unloaded plugins (useful when using valgrind)
2009-02-07 08:11:01 +01:00
Sebastien Helleu
52f68cc615
Add some extra tests on arguments for config functions
2009-02-05 18:09:58 +01:00
Sebastien Helleu
d7bec49b71
Fix crash with nicklist bar when position is top/bottom and filling is columns
2009-02-05 14:45:26 +01:00
Sebastien Helleu
a26e57eebe
Add missing include of time.h in irc.c
2009-02-04 17:19:47 +01:00
Sebastien Helleu
7cc562be45
Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)
2009-02-04 14:12:46 +01:00
Sebastien Helleu
aeb11f7e05
Remove obsolete arguments in bar item callback, in tcl plugin
2009-02-04 12:38:37 +01:00
Sebastien Helleu
2320ef2214
Remove obsolete arguments in bar item callback, in script plugins
2009-02-04 12:38:03 +01:00
Sebastien Helleu
323290c83e
Fix crash when read marker is moved before first line displayed (when first line of buffer is removed)
2009-02-02 13:53:38 +01:00
Sebastien Helleu
7e12f8596a
Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug #25443 )
2009-02-01 18:07:55 +01:00
Sebastien Helleu
9ae942bb9d
Add signal weechat_pv for private messages
2009-02-01 13:35:59 +01:00
Sebastien Helleu
5205be4b87
Add function config_unset_plugin in API, fix return code of config_set_plugin
2009-02-01 13:31:20 +01:00
Sebastien Helleu
33e733cb0a
Fix nicklist sort with IRC nicks (chan owner and admin first in list)
2009-01-31 23:03:54 +01:00
Sebastien Helleu
b05f21f26a
Add plugin name in buffer name for filters
...
For example, freenode.#weechat becomes irc.freenode.#weechat for buffer name
in filter.
2009-01-30 14:59:16 +01:00
Sebastien Helleu
b5534e6e05
Fix crash after /upgrade with IRC servers connected via SSL (bug #25398 )
...
We force disconnection of IRC servers connected via SSL, and schedule
reconnection to server after WeeChat restart.
2009-01-30 14:24:54 +01:00
Sebastien Helleu
e4bbf3ad7e
Add one more screen refresh when size of a root bar is changed
2009-01-30 13:17:26 +01:00
Sebastien Helleu
5650f035dd
Fix problem with read marker when manually switching to other buffer with some commands like /query
2009-01-30 12:46:44 +01:00
Sebastien Helleu
228ef56860
Fix some bugs with TLS connections in Jabber pluigin (TLS still not working in Jabber)
2009-01-30 12:22:10 +01:00
Sebastien Helleu
84d78fed42
Add boolean option to enable relay plugin to listen for clients (disabled by default)
2009-01-28 12:14:03 +01:00
Sebastien Helleu
cf2e9ff95d
Fix infinite loop when running WeeChat for first time: force whole screen refresh when starting
2009-01-27 16:32:22 +01:00
Sebastien Helleu
d5a463b654
Remove compilation warning (unused variable)
2009-01-25 09:27:19 +01:00
Sebastien Helleu
c36af7eb8d
Fix unread marker set with irc /away command: set unread marker for all servers/channels that are not displayed in a window
2009-01-25 09:05:13 +01:00
Sebastien Helleu
f6ebe7a991
Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are hidden
2009-01-25 09:03:53 +01:00
Sebastien Helleu
c16c150b93
Remove unused jabber options and jabber servers in autogenerated doc
2009-01-17 08:10:07 +01:00
Sebastien Helleu
19598c4e13
Fix bug with IRC SSL server option
2009-01-15 16:27:08 +01:00
Sebastien Helleu
18a62f1dac
Add Jabber plugin (alpha version, many Jabber features are missing)
...
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-15 15:29:05 +01:00
Sebastien Helleu
9dd2c1b616
Remove some compiler warnings
2009-01-07 14:27:29 +01:00
Sebastien Helleu
c61586baaa
Fix typo
2009-01-06 21:40:30 +01:00
Sebastien Helleu
8dde2dee85
Do not set unread marker on IRC server and channels when reconnecting to IRC server if self nick is away
2009-01-05 11:19:00 +01:00
Sebastien Helleu
c2438ec222
Rename options in proxy structure
2009-01-04 23:43:48 +01:00
Sebastien Helleu
ba7bb63834
Fix crash when creating bar, rename options in bar structure
2009-01-04 23:19:26 +01:00
Sebastien Helleu
df557d2ee6
Add comments for IRC server options
2009-01-04 23:18:22 +01:00
Sebastien Helleu
7748869c64
Fix typo
2009-01-04 14:56:23 +01:00
Sebastien Helleu
7fc3ca76c0
Update highlight words for server and channel buffers when local nick is changed
2009-01-04 14:53:22 +01:00
Sebastien Helleu
46b16ecb89
Add hotlist refresh when a buffer is moved
2009-01-04 11:10:43 +01:00
Sebastien Helleu
ce3091c75f
Fix exec of IRC command when connecting to server if server buffers are merged, and that server is not the selected server
2009-01-04 10:38:11 +01:00
Sebastien Helleu
88aa905ee3
Remove unused functions and prototypes
2009-01-04 01:05:33 +01:00
Sebastien Helleu
652bca1ffd
Add missing pointer to API function "config_option_default_is_null"
2009-01-03 23:29:18 +01:00
Sebastien Helleu
5e24e7c301
Add color for channel name in IRC info/error messages
2009-01-03 13:27:51 +01:00
Sebastien Helleu
703b54f72c
Add error message when a command failed, fix typos in aspell plugin
2009-01-03 13:13:37 +01:00
Sebastien Helleu
2115f3f675
Update copyright dates
2009-01-03 10:06:53 +01:00
Sebastien Helleu
e7e2da5a9c
Add null values for options, new syntax for /set, reintroduce temporary IRC server feature, improve IRC server options, new functions in API
2009-01-02 23:05:23 +01:00
Sebastien Helleu
b7a0d258c9
Update doc and translations
2008-12-19 18:42:16 +01:00
Sebastien Helleu
a9a1b9f83d
Add aspell option to check mispelled words during text search in buffer (disabled by default)
2008-12-19 18:36:42 +01:00