Sebastien Helleu
8a67299912
Added some missing functions in Perl plugin API
2008-01-10 18:37:31 +01:00
Sebastien Helleu
9f2fc59569
Partial migration of Perl plugin to new API
2008-01-09 18:26:17 +01:00
Sebastien Helleu
f94b679a4a
Added hotlist option for buffer in plugins API, improved buffer refreshs
2008-01-06 12:44:54 +01:00
Sebastien Helleu
fd7b2f4fab
Fixed bug with nicklist size
2008-01-03 14:21:49 +01:00
Sebastien Helleu
e3b52115c7
Update of year in some copyrights
2008-01-02 12:47:09 +01:00
Sebastien Helleu
9222a7b109
Added group support for nicklist, fixed some bugs in plugins API and IRC plugin
...
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
2008-01-01 18:22:26 +01:00
Sebastien Helleu
6fd0bd2158
All messages translated to french, fixed bugs/typos in some messages
2007-12-18 17:20:08 +01:00
Sebastien Helleu
dba084f3d6
New backlog option in logger plugin, added variable names in .h files, replaced "void *" pointers by structures
2007-12-17 17:07:08 +01:00
Sebastien Helleu
e62ec5204c
Improved main loop (less CPU usage), better precision for timers, use of one list by hook type (for fast search in hooks)
2007-12-14 17:01:02 +01:00
Sebastien Helleu
2e74526bb9
Renamed hook "event" to "signal"
2007-12-13 11:47:12 +01:00
Sebastien Helleu
061b0e5c58
Many changes in IRC plugin, added IRC specific completions
2007-12-11 17:34:31 +01:00
Sebastien Helleu
256557f900
Many changes in IRC plugin
2007-12-10 17:18:40 +01:00
Sebastien Helleu
8b3980f508
Changes in IRC plugin to use new API
2007-12-09 11:47:34 +01:00
Sebastien Helleu
72a694ed4c
Added completion hook, to let plugins add custom completions for commands
2007-12-07 15:01:37 +01:00
Sebastien Helleu
495e6bd5df
Many changes in IRC plugin and plugins API
2007-12-07 13:12:46 +01:00
Sebastien Helleu
3c8276bc57
Fixed bug with command history: now test with previous is case sensitive
2007-12-06 09:53:07 +01:00
Sebastien Helleu
bda2cdd408
Removed WeeChat "command" structure, now all internal commands are hooked when WeeChat starts
2007-12-04 13:25:02 +01:00
Sebastien Helleu
2888d41425
Added alias plugin, added missing config file functions in plugins API
2007-12-03 18:03:10 +01:00
Sebastien Helleu
59fb878b77
New config functions, almost entirely rewritten from scratch
2007-12-01 00:35:57 +01:00
Sebastien Helleu
b4bd4876fd
Added command hooks to completion, removed obsolete "IRC commands" completion
2007-11-26 14:37:12 +00:00
Sebastien Helleu
f5d026a775
Added input_data callback argument to gui_buffer_new() function
2007-11-26 14:27:53 +00:00
Sebastien Helleu
ab2dbe8151
Renamed WeeChat log functions
2007-11-24 18:08:41 +01:00
Sebastien Helleu
ac30e2226d
Added log directory creation in logger plugin, removed unused log config options in core
2007-11-11 17:05:42 +01:00
Sebastien Helleu
cdc08d6fc3
Added logger plugin
2007-11-11 14:36:34 +01:00
Sebastien Helleu
4478777876
Event hook added
2007-11-11 13:34:43 +01:00
Sebastien Helleu
53328f4138
Added default keys for alt-left/right for konsole
2007-11-08 17:09:06 +01:00
Sebastien Helleu
50889eaf3b
Added print hooks (to catch any printf on buffers)
2007-11-07 15:11:06 +01:00
Sebastien Helleu
dc4f5ea2e2
Added option "set" for /buffer command
2007-11-06 13:17:28 +01:00
Sebastien Helleu
b64b0fe6ca
Added string_remove_quotes() function, use of argv and argv_eol for WeeChat commands arguments
2007-11-05 18:51:53 +01:00
Sebastien Helleu
0d66286efe
Added date option for printf functions (weechat core and plugins API)
2007-11-05 15:59:43 +01:00
Sebastien Helleu
a98feff2bb
Fixed display bug with truncation of long lines
2007-11-04 18:48:57 +01:00
Sebastien Helleu
1a0472c5dd
Added check of buffer pointer in weechat_printf (plugins API)
2007-11-04 15:32:32 +01:00
Sebastien Helleu
f8c8ee1600
Fixed display bug with long lines
2007-11-04 15:21:44 +01:00
Sebastien Helleu
04e5afe6e4
Cleanup WeeChat error and warning messages, updated po files
2007-11-01 11:19:46 +01:00
Sebastien Helleu
7f90ccd2ad
Renamed many sources and functions in src/gui, improved display of messages in buffer (faster and using less memory)
2007-10-31 17:19:41 +01:00
Sebastien Helleu
eb2835fa24
Moved files from src/common to core, gui and plugins directories
2007-10-31 17:00:31 +01:00
Sebastien Helleu
6ed8f34fdb
Added build of protocols lib, IRC protocol is now optional for build
...
Build of src/protocols/lib_weechat_protocols.a was added.
IRC protocol is now optional in configure and cmake builds.
2007-09-21 16:53:18 +02:00
Sebastien Helleu
8ecb7a4d4a
Moved IRC sources from src/irc/ to src/protocols/irc/
2007-09-20 18:06:38 +02:00
Sebastien Helleu
f24034ba30
Fixed nick completion bug (missing space after nick)
2007-09-19 18:15:41 +02:00
Sebastien Helleu
68fd773730
Fixed display bug with some special chars in messages (some words were truncated on screen) (bug #20944 )
2007-09-02 15:34:29 +00:00
Sebastien Helleu
dd0b1701e3
Fixed paste detection: does not count empty lines (bug #20953 )
2007-09-02 12:54:54 +00:00
Sebastien Helleu
5218a359af
Removed compilation warning when plugins are not compiled
2007-08-31 13:27:07 +00:00
Sebastien Helleu
edb21c362a
Fixed UTF-8 bug with color encoding/decoding
2007-08-31 11:24:24 +00:00
Sebastien Helleu
f523d2b0a5
Added "/debug buffer" command to see raw buffer content
2007-08-31 11:21:24 +00:00
Sebastien Helleu
e05be4e2b3
Fixed crash when searching text in buffer with ctrl-R (bug #20938 )
2007-08-30 14:32:31 +00:00
Sebastien Helleu
73d9515f5c
Added option to align text of messages (except first lines) (task #7246 )
2007-08-27 08:22:41 +00:00
Sebastien Helleu
69bd50d74c
Fixed server option "command_delay": does not freeze WeeChat any more
2007-08-20 08:37:31 +00:00
Julien Louis
fb8bae3c78
Add Support for gtk2 interface with cmake build system
2007-08-18 17:17:54 +00:00
Sebastien Helleu
0c0e511079
Code cleanup for paste detection
2007-08-18 08:52:12 +00:00
Sebastien Helleu
4908e196ad
Fixed problem with input of UTF-8 chars in last cvs
2007-08-17 12:39:55 +00:00