Sebastien Helleu
85ecabdd9f
Fix completion of IRC commands /whois and /whowas
2009-05-08 09:35:16 +02:00
Sebastien Helleu
04fbe821c9
Disable jabber and relay plugins compilation by default
2009-05-07 23:47:46 +02:00
Sebastien Helleu
db8aa43b5a
Add description of notify levels in /help buffer
2009-05-05 12:14:39 +02:00
Sebastien Helleu
a0a28ac3d9
Add message for old/obsolete plugins
2009-05-05 10:11:50 +02:00
Sebastien Helleu
5947ba0364
Remove messages displayed when hiding/showing a bar
2009-05-04 19:21:59 +02:00
Sebastien Helleu
8d69edfa31
Use or '\r' in bar items to force new line with horizontal filling
2009-05-04 19:17:42 +02:00
Sebastien Helleu
917e111b78
Disable print hooks during display of backlog (in logger plugin)
2009-05-04 18:00:51 +02:00
Sebastien Helleu
ddb16b7c0e
Fix bug with arguments of function "bar_new" in python plugin
2009-05-04 17:45:55 +02:00
Sebastien Helleu
28f3762618
Fix crash when deleting last server if there is one buffer for all servers
2009-05-03 17:19:42 +02:00
Sebastien Helleu
d6ed1485a4
Fix help of /set command (remove french words)
2009-05-03 16:30:00 +02:00
Sebastien Helleu
d51626c67b
Fix bug with scroll in bars: do not scroll if bar is hidden
2009-05-03 15:04:22 +02:00
Sebastien Helleu
ad418a3a5a
Add error message when option is unknown for /key command
2009-05-03 10:22:05 +02:00
Sebastien Helleu
1838260c0e
Add irc info "irc_current_server" (returned only if one buffer is used for all servers)
2009-05-03 09:48:17 +02:00
Sebastien Helleu
747b78aff3
Add API version string: do not load plugins with wrong API version (fix crash when loading old/obsolete plugins)
2009-05-02 22:56:14 +02:00
Sebastien Helleu
9cb6b4d158
Fix bug with data for callbacks in scripts after /upgrade
2009-05-02 18:40:48 +02:00
Sebastien Helleu
5f1c0c8254
Add data string argument in all callbacks of script API, display script name in error messages for scripts
2009-05-02 16:17:31 +02:00
Sebastien Helleu
0a8077f0d6
Remove time in weechat.log file when dumping data (crash or user is asking dump)
2009-04-26 09:43:06 +02:00
Sebastien Helleu
c3321b1406
Fix 0 byte alloc in command template
2009-04-26 09:22:06 +02:00
Sebastien Helleu
6ec9b638ce
Fix crash when giving empty buffer pointer to nicklist API functions (bug #26328 )
2009-04-24 21:35:16 +02:00
Sebastien Helleu
5181c64486
Replace constants by enums for config file values
2009-04-24 21:01:38 +02:00
Sebastien Helleu
9303884613
Add filter with third argument of infolist_get for some infolists (bars, bar items, buffers, filters, plugins, irc_server, alias, script list)
2009-04-24 18:59:22 +02:00
Sebastien Helleu
e3d2728571
Fix typo: splited/splitted -> split
2009-04-24 17:24:56 +02:00
Sebastien Helleu
3464865a00
Fix typo: easyly -> easily
2009-04-24 17:10:32 +02:00
Sebastien Helleu
163c5d6dfb
Remove notify plugin (moved to core)
2009-04-24 16:26:13 +02:00
Sebastien Helleu
671087e26a
Add anti-flood for extra IRC commands like msg/notice/query/quote and some other
2009-04-24 11:45:31 +02:00
Sebastien Helleu
c5968389a6
Fix security bug in tcl plugin (bug #26265 , patch #6810 )
2009-04-24 10:55:49 +02:00
Sebastien Helleu
890b2ed23a
Add new option weechat.look.jump_current_to_previous_buffer
2009-04-21 17:48:44 +02:00
Sebastien Helleu
1a0c267e73
Fix bug with charset decoding in irc plugin (for example with iso2022jp)
2009-04-18 12:27:02 +02:00
Sebastien Helleu
a7778594b1
Remove unused signal
2009-04-17 22:59:52 +02:00
Sebastien Helleu
44003c2dae
Restore buffer callbacks for scripts after /upgrade
2009-04-16 14:25:44 +02:00
Sebastien Helleu
ec2b1e2895
Fix bug with modifier "irc_color_encode"
2009-04-16 12:05:56 +02:00
Sebastien Helleu
369d329f4f
Remove *.upgrade files in weechat dir after /upgrade
2009-04-15 23:46:22 +02:00
Sebastien Helleu
46dee68d57
Jump to last displayed buffer when jumping to current buffer number
...
For example, if you are on buffer #2 , and press alt-1 twice, you'll come back to
buffer #2 .
2009-04-15 21:08:49 +02:00
Sebastien Helleu
9679cd4fbf
Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()
2009-04-15 11:33:45 +02:00
Sebastien Helleu
433f5e86fa
Fix bug with upgrade and irc raw buffer, save irc raw messages during upgrade
2009-04-14 19:16:47 +02:00
Sebastien Helleu
0b6203ac6f
Fix crash when reloading perl plugin (bug #25464 )
2009-04-14 16:18:38 +02:00
Sebastien Helleu
28e5913ad2
Fix text search in buffer with some utf-8 chars (bug #25649 )
2009-04-14 14:12:28 +02:00
Sebastien Helleu
546d3afd01
Add missing API functions in doc (infolists and upgrade), move infos and infolists from user guide to developer guide
2009-04-14 00:03:18 +02:00
Sebastien Helleu
92b96dee1b
Fix completion for /key unbind
2009-04-11 23:45:11 +02:00
Sebastien Helleu
b1de9b49fd
Use case sensitive comparison for key codes (bug #26145 )
2009-04-11 23:36:54 +02:00
Sebastien Helleu
a3841b12e4
Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp
2009-04-11 23:34:32 +02:00
Sebastien Helleu
741ca8fb6a
Fix /me command (irc plugin): allow command without argument
2009-04-11 21:37:03 +02:00
Sebastien Helleu
acb5772334
Add support of many templates for completion of command arguments, rename default completion items
2009-04-11 14:49:34 +02:00
Sebastien Helleu
8ac00cdac6
Some improvements on key bindings
...
List of changes:
- do not automatically create default keys if they do not exist, when reading
weechat.conf (let user do that if needed)
- add "/key missing": add missing keys using default keys (do not update or
remove user keys),
- key "meta-s" moved from irc/jabber plugins to core
- improved output of /key (display number of keys)
2009-04-07 18:22:09 +02:00
Sebastien Helleu
3aeb24cf1d
Fix crash with IRC server switch (alt-s) when no server buffer is opened
2009-04-07 18:12:46 +02:00
Sebastien Helleu
564afdc75d
Fix another aspell bug: don't consider '-' as a word delimiter
2009-04-07 09:46:03 +02:00
Sebastien Helleu
8ec4187d7b
Fix aspell bug: don't consider apostrophe as a word delimiter
2009-04-07 09:41:48 +02:00
Sebastien Helleu
71fe8c9353
Fix creation of integer options, when created from a script plugin (if string_values is empty but not NULL)
2009-04-05 19:21:23 +02:00
Sebastien Helleu
78a9101114
Fix script installation
2009-04-05 17:29:57 +02:00
Sebastien Helleu
08a07c145a
Fix memory leak in script install
2009-04-05 17:20:59 +02:00