Sebastien Helleu
|
3b9e94c234
|
xfer: set O_NONBLOCK flag on socket using flags read
|
2012-06-01 11:50:43 +02:00 |
|
Sebastien Helleu
|
47e4a03be6
|
core: update copyright dates
|
2012-01-08 18:59:50 +01:00 |
|
Sebastien Helleu
|
41b5ef1e4c
|
core: check pointer returned by function localtime
|
2011-11-27 11:48:35 +01:00 |
|
Sebastien Helleu
|
746e56f28c
|
xfer: display origin of xfer in core and xfer buffers (task #10956)
|
2011-11-19 11:39:48 +01:00 |
|
Sebastien Helleu
|
dfdf42e27b
|
core: remove unneeded whitespace
|
2011-10-26 20:37:03 +02:00 |
|
Sebastien Helleu
|
328d8e0f95
|
core: fix compilation error with "pid_t" on Mac OS X (bug #34639)
|
2011-10-25 08:27:06 +02:00 |
|
Sebastien Helleu
|
893485ba5f
|
core: remove compilation warnings about unused return values of functions
|
2011-09-22 16:16:41 +02:00 |
|
Sebastien Helleu
|
ebf72c7eda
|
core: use dynamic buffer size for calls to vsnprintf
|
2011-08-26 09:55:55 +02:00 |
|
Sebastien Helleu
|
5073cd3476
|
core: add buffer property "short_name_is_set", return name if short name is not set (in buffer infolist or property)
|
2011-08-14 16:04:12 +02:00 |
|
Sebastien Helleu
|
ae2c061350
|
xfer: set short name for xfer chat buffer (dcc chat) only if it was not set by another plugin/script
|
2011-08-14 13:27:05 +02:00 |
|
Sebastien Helleu
|
49f7b5d701
|
relay, xfer: display possible actions in buffer even if list is empty
|
2011-06-15 14:50:23 +02:00 |
|
Sebastien Helleu
|
1ad6ab1fe0
|
xfer: remove unused variable
|
2011-05-01 10:55:36 +02:00 |
|
Sebastien Helleu
|
55aa584a2b
|
plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugins: irc, relay, xfer, scripts)
|
2011-04-15 10:40:23 +02:00 |
|
Sebastien Helleu
|
7d433b798f
|
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
|
2011-02-04 22:12:19 +01:00 |
|
Sebastien Helleu
|
49da028a2c
|
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216)
|
2011-02-01 19:00:09 +01:00 |
|
Sebastien Helleu
|
773effbb3a
|
Do not close chat buffers when removing xfer from list (bug #32271)
|
2011-01-28 12:58:02 +01:00 |
|
Sebastien Helleu
|
d24f6e9e17
|
Update copyright dates
|
2011-01-01 18:06:29 +01:00 |
|
Sebastien Helleu
|
525b8fb87a
|
Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)
|
2010-11-12 17:59:02 +01:00 |
|
Sebastien Helleu
|
f874402089
|
Remove obsolete comments in xfer plugin
|
2010-11-12 17:33:57 +01:00 |
|
Sebastien Helleu
|
118f2918b3
|
Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug #31531)
This commit fixes another bug when file is sent: sometimes transfer was still
active although file was successfully sent.
|
2010-11-10 16:39:41 +01:00 |
|
Sebastien Helleu
|
c2b5076334
|
Add note about "%h" replaced by WeeChat home in some options
|
2010-11-09 22:44:00 +01:00 |
|
Sebastien Helleu
|
fce371e22a
|
Remove unused variables
|
2010-10-31 18:10:51 +01:00 |
|
Sebastien Helleu
|
8d6c5e9e4c
|
Add tag "nick_xxx" in IRC messages
|
2010-10-10 17:39:15 +02:00 |
|
Sebastien Helleu
|
e2a078a0b9
|
Reset infolist item cursor in callbacks for signals sending infolist pointer
|
2010-09-27 17:33:22 +02:00 |
|
Sebastien Helleu
|
8b26f3c953
|
Add optional plugin name for command /debug dump and signal "debug_dump"
|
2010-09-17 16:12:41 +02:00 |
|
Sebastien Helleu
|
dcdba08f8a
|
Update comments after #endif in C headers
|
2010-06-25 15:03:39 +02:00 |
|
Sebastien Helleu
|
6562d676fe
|
Update licenses and copyrights, add missing author names in sources
|
2010-06-22 19:46:28 +02:00 |
|
Sebastien Helleu
|
9def214c11
|
Add some notes for translators in gettext files
|
2010-06-10 12:41:28 +02:00 |
|
Sebastien Helleu
|
4616ca981e
|
Add function "string_expand_home" in plugin API, fix bug with replacement of home in paths
|
2010-05-02 18:21:58 +02:00 |
|
Sebastien Helleu
|
c33f0e60ea
|
Define WeeChat license as macro for C compiler, used in plugins to set license
|
2010-04-09 15:39:52 +02:00 |
|
Sebastien Helleu
|
31bfcf96c7
|
Reformat and add comments for description of C sources
|
2010-04-08 18:15:00 +02:00 |
|
Sebastien Helleu
|
19d74e18a5
|
Add highlight word "$nick" instead of real nick in IRC and xfer plugins
|
2010-04-03 19:11:55 +02:00 |
|
Sebastien Helleu
|
2801b8437c
|
Reformat multi-line comments
|
2010-03-19 23:33:14 +01:00 |
|
Sebastien Helleu
|
645d38d403
|
Fix bugs with xfer buffer after /upgrade
|
2010-03-17 16:19:57 +01:00 |
|
Sebastien Helleu
|
922e67cabd
|
Add description of arguments for API functions hook_info and hook_infolist
|
2010-02-12 17:15:30 +01:00 |
|
Sebastien Helleu
|
8862f19788
|
Add signal "xfer_ended" (patch #7081)
|
2010-02-02 14:28:05 +01:00 |
|
Sebastien Helleu
|
2d99d6e7ea
|
Fix crash when purging old xfer chats (bug #28764)
|
2010-01-29 16:18:12 +01:00 |
|
Sebastien Helleu
|
eb56a98fc8
|
Remove evil tabs in sources
|
2010-01-24 10:47:53 +01:00 |
|
Sebastien Helleu
|
dac4764394
|
Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer plugin (bug #28658)
|
2010-01-18 10:43:55 +01:00 |
|
Sebastien Helleu
|
2133eb30ff
|
Update copyright dates
|
2010-01-03 19:31:55 +01:00 |
|
Sebastien Helleu
|
af49ee7f30
|
Fix crash when purging dcc chat if 2 dcc chat have same buffer (bug #28071)
|
2009-11-22 12:29:42 +01:00 |
|
Sebastien Helleu
|
fea5c961ae
|
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)
|
2009-09-20 21:44:08 +02:00 |
|
Sebastien Helleu
|
6fb5084af5
|
Add missing charset decoding/encoding for IRC DCC chat (bug #27482)
|
2009-09-20 10:29:25 +02:00 |
|
Sebastien Helleu
|
acef147775
|
Fix progress bar display for large xfer/dcc files (more than 2 Gb)
|
2009-08-05 13:10:09 +02:00 |
|
Sebastien Helleu
|
38f1bc0837
|
Remove variable with "WeeChat required version" in plugins, do not compare version any more (API comparison is enough)
|
2009-06-12 16:02:40 +02:00 |
|
Sebastien Helleu
|
89701be94f
|
Add note about ports < 1024 (reserved for root) for listening ports (options xfer.network.port_range and relay.network.listen_port_range)
|
2009-06-02 16:01:37 +02:00 |
|
Sebastien Helleu
|
0e040e8301
|
Convert all docs to asciidoc format, add scripting guide
|
2009-05-28 16:07:40 +02:00 |
|
Sebastien Helleu
|
54ae52c4f0
|
Fix typo: transfert -> transfer
|
2009-05-12 11:39:22 +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
|
998db86f45
|
Add cmake files in package built by autotools
|
2009-03-28 22:53:34 +01:00 |
|