1976 Commits

Author SHA1 Message Date
Sebastien Helleu
d06028d45a Fix creation of filters (many filters with same content are authorized) 2008-10-25 20:11:02 +02:00
Sebastien Helleu
b712ed09d7 Add smart join/part/quit message filter in IRC plugin, add names for filters 2008-10-25 19:13:43 +02:00
Sebastien Helleu
707034442a Use of toggle option for /filter to toggle a filter on/off 2008-10-24 21:18:39 +02:00
Sebastien Helleu
4c8b4d6080 Add "enabled" flag for each filter (now possible to disable only one or some filters) 2008-10-24 18:17:10 +02:00
Sebastien Helleu
77d90fc1bb Save/restore buffer local variables during upgrade 2008-10-24 17:33:54 +02:00
Sebastien Helleu
9e0052f35f Add free() for buffer local variables pointers when removing them 2008-10-24 16:07:05 +02:00
Sebastien Helleu
e37f7fa2b2 Add local variables for buffers, fix alias creation, use of local variables $nick/$channel/$server in alias 2008-10-24 15:12:32 +02:00
Sebastien Helleu
d19162626b Fix display of IRC channel and private name in bar item 2008-10-24 14:38:11 +02:00
Sebastien Helleu
f8f7c04633 Display IRC server errors in appropriate buffer (channel or private if found) 2008-10-24 12:39:52 +02:00
Sebastien Helleu
64c227b513 Add option to toggle display of IRC channel modes after buffer name in status bar (irc.look.display_channel_modes) 2008-10-23 18:40:19 +02:00
Sebastien Helleu
a965be6802 Add function buffer_set_pointer in plugin API 2008-10-22 12:58:05 +02:00
Sebastien Helleu
533155816d Add some buffer infos in IRC infolists hooked 2008-10-20 11:31:02 +02:00
Sebastien Helleu
a33e44c7e1 Add new property "short_name" for buffers 2008-10-20 11:01:51 +02:00
Sebastien Helleu
00dbaf7e64 Fix text search in buffer: search with prefix in addition to the message 2008-10-20 10:03:57 +02:00
Sebastien Helleu
ac3c919376 Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols 2008-10-20 09:58:05 +02:00
Sebastien Helleu
213783b0c1 Fix refresh of nick in input bar when switching IRC server 2008-10-20 09:57:47 +02:00
Julien Louis
3044bfc41d Fix build with cmake 2.4 which was accidentally broken 2008-10-19 15:55:36 +02:00
Sebastien Helleu
807895bd38 Add color decoding in title for IRC channels (task #6030) 2008-10-19 13:33:40 +02:00
Sebastien Helleu
f850bdd5e9 Fix display of special chars (< 32) in input bar (for exemple to send colors to IRC channel) 2008-10-19 13:22:14 +02:00
Sebastien Helleu
edb95a8fd2 Fix lock when disconnecting SSL server that is not yet successfully connected 2008-10-19 12:36:38 +02:00
Sebastien Helleu
cb56b7bc8e Fix restore of windows with saved layout 2008-10-19 10:37:15 +02:00
Sebastien Helleu
2bd4428f45 Remove unused option look.input_format, fix refresh bug with input prompt for IRC buffers 2008-10-18 22:36:18 +02:00
Sebastien Helleu
3b81a4746a Add new argument "value" to function config_new_option 2008-10-18 19:31:40 +02:00
Sebastien Helleu
8511f9a77e Fix compilation of aspell with autotools
Sources are renamed with prefix "weechat-", to prevent conflict between two
files called "aspell.h".
2008-10-18 18:04:02 +02:00
Sebastien Helleu
bbe01eff19 Fix malloc of 0 byte in aspell plugin 2008-10-18 17:54:33 +02:00
Sebastien Helleu
091c07d571 Free layout and chat buffer on exit 2008-10-18 17:54:16 +02:00
Sebastien Helleu
843451f9bf Remove aspell real_time option (not used any more), update aspell doc 2008-10-18 16:20:10 +02:00
Sebastien Helleu
ac107802fd Aspell plugin is born again 2008-10-18 16:03:16 +02:00
Julien Louis
1f10ee141a - Add FindTCL.cmake to fix FreeBSD detection
- Only call Tcl_CreateNamespace when available in the public API,
  fix compatibility with older release
2008-10-18 13:54:59 +02:00
Sebastien Helleu
eab690aaaf Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist 2008-10-14 11:15:22 +02:00
Sebastien Helleu
2a7d572ff1 Fix restore of WeeChat main buffer after /upgrade 2008-10-14 11:06:15 +02:00
Sebastien Helleu
1bb38a732a Fix use of size_max value for bars, fix refresh problem when bar size is changed 2008-10-14 10:33:16 +02:00
Sebastien Helleu
c83eef6e82 Remove old title/nicklist/status/input, use of new bars 2008-10-12 19:20:26 +02:00
Sebastien Helleu
f6073c8076 Fix refresh of bars when switching active buffer 2008-10-11 16:17:43 +02:00
Sebastien Helleu
cd008a1b5c Add exemple of command for server in quickstart guide 2008-10-11 11:18:22 +02:00
Sebastien Helleu
383401900e Add space before day changed message, fix refresh when setting unread marker for buffer(s) 2008-10-11 10:03:53 +02:00
Sebastien Helleu
e0c3179f87 Fix name of buffer in bar item for IRC channel when it is closed (kicked or part done) 2008-10-11 09:44:33 +02:00
Sebastien Helleu
8405b55a2e Fix refresh bugs with scroll keys (bug #21738) 2008-10-11 09:33:43 +02:00
Sebastien Helleu
f86f306ce2 Fix some display bugs with read marker line, history, max prefix length, and chat refresh (bug #23153)
Some info about bugs fixed:
- when marker line (dotted) was on top of window (and not visible), this caused
  bug on last lines of buffer (not refreshed)
- marker line is not set for a buffer after a switch, only if buffer it not
  displayed in other window
- when we delete lines in a buffer (if lines > weechat.history.max_lines), we
  force a full refresh of chat if remaining lines is < to chat height
  and we compute again max prefix length for buffer (before max prefix length
  was always incremented, never decremented)
2008-10-11 08:55:26 +02:00
Sebastien Helleu
bc8f82c3d6 Fix channel modes in status bar item for IRC plugin (do not display parenthesis when there's nothing to display inside) 2008-10-10 16:23:41 +02:00
Sebastien Helleu
349371197c Add 2 new default bar items (input_paste and input_search), used by default input bar 2008-10-10 15:58:11 +02:00
Sebastien Helleu
bfc9751fb7 Clean doc/xx/ directory after build with autotools 2008-10-10 15:01:20 +02:00
Sebastien Helleu
11b6aaebb9 Fix nick modes in input bar item for IRC plugin (do not display parenthesis when there's nothing to display inside) 2008-10-10 15:00:17 +02:00
Sebastien Helleu
80018210eb Use key shift-tab to force partial completion (when no completion is pending), remove automatic partial completion on option names
Behaviour of shift-key stays the same if there's a completion found, it completes with previous completion found.
2008-10-10 14:02:25 +02:00
Sebastien Helleu
5d07aa14ed Add function to get plugin name (return "core" for WeeChat core) 2008-10-08 19:04:05 +02:00
Sebastien Helleu
0e053e072b Fix /reload command (now reloads config files with no reload callback) 2008-10-08 16:03:59 +02:00
Sebastien Helleu
4f9843f84c Add config file logger.conf (replaces old logger options in plugins.conf) 2008-10-08 15:50:59 +02:00
Sebastien Helleu
d5b78f0d8f Add backlog for IRC channel and private buffers 2008-10-07 14:29:46 +02:00
Sebastien Helleu
44944ef01f Add Tcl script plugin (thanks to Dmitry Kobylin) 2008-10-05 19:06:46 +02:00
Sebastien Helleu
269bf55b1e Update autogen xml doc files 2008-10-05 18:59:58 +02:00