2184 Commits

Author SHA1 Message Date
Sebastien Helleu
4d1fdfade0 Give file descriptor to callback of hook_fd 2009-02-18 11:13:23 +01:00
Sebastien Helleu
e263a847da Add new local variable "type" for buffers
Values are set by plugins:
- irc and jabber: "server", "channel", "private", "debug"
- relay: "relay" (list)
- xfer: "xfer" (list), "private" (DCC chat)
2009-02-17 19:42:05 +01:00
Sebastien Helleu
b5f27d3fea Use string instead of char for prefixes in nicklist 2009-02-17 19:23:16 +01:00
Sebastien Helleu
eaf3319ed3 Free all proxies before exiting 2009-02-17 13:58:27 +01:00
Sebastien Helleu
f87432f98f Fix typo in FAQ 2009-02-11 22:01:23 +01:00
Sebastien Helleu
0adf80cb12 Fix build of IRC CTCP message (bug #25560) 2009-02-11 21:44:15 +01:00
Sebastien Helleu
85d19bc363 Add irc and jabber options to display nick modes in input_prompt bar item 2009-02-11 10:02:35 +01:00
Sebastien Helleu
af967f9ff9 Add missing IRC command 330 (whois, logged in as) 2009-02-11 09:31:05 +01:00
Sebastien Helleu
557b04c6a0 Add missing refresh for windows separators (vertical splits) 2009-02-10 22:01:14 +01:00
Sebastien Helleu
0d4513a137 Authorize IRC commands msg/notice/query/quote outside IRC buffers if option "-server" is given 2009-02-10 13:01:04 +01:00
Sebastien Helleu
e42e3e309e Add option "-server" to IRC commands: msg, notice, query, quote 2009-02-10 12:52:12 +01:00
Sebastien Helleu
edba781297 Add irc info "irc_nick" to get current nick on a server 2009-02-10 12:05:39 +01:00
Sebastien Helleu
b2f34610fd Fix nick displayed by command /msg (bug #25518) 2009-02-08 23:34:34 +01:00
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
Julien Louis
0904715603 Add check for python 2.6 2009-02-02 17:10:02 +01:00
Sebastien Helleu
10b356d97e Update doc (missing relay option and update of /filter arguments) 2009-02-02 16:49:31 +01:00
Sebastien Helleu
78f9265937 Improve docgen.pl script: write autogen files only if they are different 2009-02-02 16:49:02 +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
c0f4dc9863 Sort ChangeLog file by category (core, gui, plugins, ..) 2009-01-31 15:38:51 +01:00
Sebastien Helleu
ba8a85a246 Update quickstart guides 2009-01-31 15:38:18 +01:00
Sebastien Helleu
af07acb1dc Update FAQ 2009-01-31 15:37:50 +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
7ec4d05d2f Update API function weechat_buffer_set in developer guide 2009-01-30 13:23:38 +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
16c9217d52 Fix 2 typos in doc 2009-01-29 16:56:47 +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
c31f05859a Use pkg-config to find iksemel library, if available 2009-01-25 19:02:58 +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