344 Commits

Author SHA1 Message Date
Sebastien Helleu
ae612a811b Many changes in doc 2008-09-05 18:52:59 +02:00
Sebastien Helleu
e43dd39646 Reintroduce /ignore command to ignore IRC nicks/hosts, using regex 2008-09-03 18:20:35 +02:00
Sebastien Helleu
909d123692 Update translations 2008-09-03 10:10:33 +02:00
Sebastien Helleu
95b636c24c Add missing fifo sources for translations 2008-09-02 17:30:41 +02:00
Sebastien Helleu
e7dcf13764 Add description for info and infolist hooks 2008-09-02 17:02:59 +02:00
Sebastien Helleu
0839b359f9 Add new hooks (info and infolist), IRC plugin now return infos and infolists 2008-08-30 00:25:56 +02:00
Sebastien Helleu
451dd58f16 Add nick filtering example in /help filter 2008-08-24 19:16:03 +02:00
Sebastien Helleu
0003ae9251 Add some examples in /help filter 2008-08-24 18:31:13 +02:00
Sebastien Helleu
4185de5219 Fix translation bugs 2008-08-22 12:24:24 +02:00
Sebastien Helleu
0a211bdc49 Fix IRC /server command, fix bugs with IRC servers options, remove temporary server feature 2008-08-22 12:16:09 +02:00
Sebastien Helleu
b76d7e4a5c Reintroduce /upgrade command, working only with core and IRC plugin today
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
2008-08-19 23:22:52 +02:00
Sebastien Helleu
f93837d5c8 Split "filling" bar value into "filling_top_bottom" and "filling_left_right" to have a filling specific to top/bottom bars (vs left/right bars) 2008-07-10 17:53:22 +02:00
Sebastien Helleu
9d911f6c11 Display number of lines remaining after last line displayed screen in "-MORE-" indicator 2008-07-06 11:36:05 +02:00
Sebastien Helleu
b97a979f61 Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll 2008-07-03 16:02:03 +02:00
Sebastien Helleu
e5745e4d14 Add "default" option to command /bar, to create default bars (today only input and status) 2008-06-28 12:43:57 +02:00
Sebastien Helleu
50f8bf0043 Add input bar item, add "hidden" flag for bars, fix some display bugs with bars 2008-06-27 17:15:26 +02:00
Sebastien Helleu
6635c7d617 Add delimiter color for bars, fix some bugs with bars 2008-06-22 12:01:50 +02:00
Sebastien Helleu
9d05dcf175 Remove infobar 2008-06-21 11:49:11 +02:00
Sebastien Helleu
66e8d703bd Add new options for completion, optional stop instead of cycling with words found 2008-06-18 16:47:09 +02:00
Sebastien Helleu
a96f0b53fd Fix help of /notify command 2008-06-17 16:22:42 +02:00
Sebastien Helleu
af87798455 New plugin "notify", new option for debug messages in plugins 2008-06-17 16:01:09 +02:00
Sebastien Helleu
e557fe13af Fix weechat slogan (and it's now translated) (bug #23531) 2008-06-15 15:22:33 +02:00
Sebastien Helleu
9e03812ed7 Add speed limit for DCC files sending (task #6178) 2008-06-15 13:49:24 +02:00
Sebastien Helleu
3a53257032 Add "const" keyword for some "char *" function arguments (core and plugins API) 2008-06-03 10:56:51 +02:00
Sebastien Helleu
96a3481b69 Add constants for config file read/write/set/unset callbacks 2008-06-02 15:42:43 +02:00
Sebastien Helleu
bd436db2bc Reintroduce highlight (move code from irc plugin to core) 2008-06-01 22:09:12 +02:00
Sebastien Helleu
1e377d0b06 Fix help and completion of /input command 2008-05-22 13:06:29 +02:00
Sebastien Helleu
a4a4e5126c Increase number of authorized calls to same command (recursive calls), from 1 to 5 (more than 5 is considered as looping) 2008-05-22 12:55:37 +02:00
Sebastien Helleu
987234faf9 Add hook_connect (background connection to peer) 2008-05-20 11:00:22 +02:00
Sebastien Helleu
91084108ae Add arguments for plugin init functions and "irc://.." command line option for irc plugin 2008-05-15 22:13:54 +02:00
Sebastien Helleu
f67a516419 Update message from IRC plugin when connection fails thru proxy 2008-05-15 17:23:47 +02:00
Sebastien Helleu
baeea17773 Add "list" and "listfull" options to /xfer command 2008-05-11 12:38:30 +02:00
Sebastien Helleu
238c6bf5c2 Mask allowed with /unset command (for mass-reset options) (task #6085) 2008-05-07 15:27:19 +02:00
Sebastien Helleu
f71c190a97 New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140) 2008-05-07 14:34:10 +02:00
Sebastien Helleu
b0e88590b9 Xfer file resume (for DCC protocol) is back 2008-05-07 13:34:04 +02:00
Sebastien Helleu
e9603acb1a IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called by /dcc command) 2008-05-06 16:51:30 +02:00
Sebastien Helleu
e7a16efa0c Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: initial commit, not working yet) 2008-05-04 20:24:20 +02:00
Sebastien Helleu
760e216c5b Removed key functions (replaced by /input command) 2008-04-29 18:27:43 +02:00
Sebastien Helleu
0470d6b8ac Added bar priority (replaces bar number) 2008-04-29 13:23:53 +02:00
flashcode
81558fe7cb Send quit signal when terminal is lost (clean quit: disconnect from servers, ..) 2008-04-28 17:48:49 +02:00
Sebastien Helleu
c78fabde1f Added marker line (or dotted line), more visible than single magenta char (char is still possible) 2008-04-27 20:44:14 +02:00
Sebastien Helleu
16e11ef25e Fixed bug with bar auto-sizing in windows 2008-04-24 15:39:34 +02:00
Sebastien Helleu
ab6684c60a Added filling/color_fg/color_bg options for bars, added config_get/config_get_plugin/config_set_plugin in script API 2008-04-24 12:18:26 +02:00
Sebastien Helleu
06fd80e210 Added conditions for bar display and bar max size 2008-04-22 18:11:33 +02:00
Sebastien Helleu
30b0e2d777 Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2.6) (bug #22935), added "nicklist" infolist 2008-04-19 11:30:15 +02:00
Sebastien Helleu
1486429cf1 Replaced /builtin command by /command, and can now be used to launch commands with same name from different plugins 2008-04-18 15:39:24 +02:00
Sebastien Helleu
b87d709a70 New format for [bar] section in weechat.conf file, bar options can be set with /set command 2008-04-15 13:50:01 +02:00
Sebastien Helleu
60d239c8f7 Fixed minor bugs with help on options 2008-04-12 09:44:14 +02:00
Sebastien Helleu
d975629686 Improved /set command, added /unset command, new name for config files (*.conf) 2008-04-11 18:36:06 +02:00
Sebastien Helleu
48bbd32f12 Bugs fixed with bars 2008-04-03 18:11:32 +02:00