Sebastien Helleu
|
86b1ab20b5
|
Display IRC command 324 (channel modes) on server buffer if channel is not open
|
2010-03-11 10:23:34 +01:00 |
|
Sebastien Helleu
|
23a0c0d610
|
Add missing initialization of variable in function irc_sasl_mechanism_plain
|
2010-03-09 17:06:58 +01:00 |
|
Sebastien Helleu
|
bab29e028d
|
Fix color of away nicks in nicklist when doing /names (nick color was reset to default color)
|
2010-03-08 15:14:31 +01:00 |
|
Sebastien Helleu
|
58d423319c
|
Return absolute path for info_get of "weechat_dir" (bug #27936)
|
2010-03-08 11:21:03 +01:00 |
|
Sebastien Helleu
|
eb5e54602e
|
Fix extraction and check of IRC prefix
|
2010-03-07 21:49:07 +01:00 |
|
Sebastien Helleu
|
da50ac329a
|
Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109)
|
2010-03-07 21:22:23 +01:00 |
|
Sebastien Helleu
|
d1950311cf
|
Free IRC raw messages when irc plugin is unloaded
|
2010-03-03 20:43:41 +01:00 |
|
Sebastien Helleu
|
a852d3af4b
|
Fix bug with /away -all in IRC plugin: set or unset future away for disconnected servers (bug #29022)
|
2010-03-02 17:55:41 +01:00 |
|
Sebastien Helleu
|
0543b0ccc7
|
Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API
|
2010-03-02 17:34:49 +01:00 |
|
Sebastien Helleu
|
282f786c1a
|
Fix crash in Perl plugin when callbacks are called during script initialization (bug #29018)
|
2010-02-27 09:58:24 +01:00 |
|
Sebastien Helleu
|
873bcfc9f0
|
Add command line option "-s" (or "--no-script") to start WeeChat without loading any script
|
2010-02-26 11:36:41 +01:00 |
|
Sebastien Helleu
|
3d3dc1593d
|
Allow script commands to reload only one script
|
2010-02-23 10:51:59 +01:00 |
|
Sebastien Helleu
|
94764208e4
|
Allow input "q" to close IRC raw buffer
|
2010-02-20 16:54:58 +01:00 |
|
Sebastien Helleu
|
f4849bc625
|
Remove connection timer when closing connection with IRC server
|
2010-02-20 09:28:10 +01:00 |
|
Sebastien Helleu
|
cdf990fced
|
Add option irc.network.connection_timeout (timeout between TCP connection to server and reception of message 001)
|
2010-02-19 16:21:36 +01:00 |
|
Sebastien Helleu
|
d2ec8d133d
|
Add mechanism DH-BLOWFISH for SASL authentication with IRC server
|
2010-02-18 22:02:55 +01:00 |
|
Sebastien Helleu
|
832a4c1466
|
Fix function "color" in Lua script API (patch from Christian Heinz)
|
2010-02-18 07:58:03 +01:00 |
|
Sebastien Helleu
|
1ad5f123b5
|
Add IRC commands 905 to 907 (for SASL)
|
2010-02-16 17:00:12 +01:00 |
|
Sebastien Helleu
|
ce1b23311c
|
Add function "string_decode_base64" in plugin API
|
2010-02-16 16:57:22 +01:00 |
|
Sebastien Helleu
|
341551f2f2
|
Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encoding
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
|
2010-02-15 11:51:44 +01:00 |
|
Sebastien Helleu
|
34272b7e4d
|
Fix color of word "Notice" when sending IRC notice
|
2010-02-13 12:05:02 +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
|
8d25a75200
|
Use arguments for infolist "nicklist" to return only one nick or group
Format is: nick_xxx or group_xxx to return only nick/group called "xxx".
|
2010-02-12 12:50:16 +01:00 |
|
Sebastien Helleu
|
f19000ac4f
|
Allow IRC message 301 to be redirected with irc.msgbuffer feature
|
2010-02-11 17:07:56 +01:00 |
|
Sebastien Helleu
|
be8831499d
|
Add missing IRC commands 276, 343
|
2010-02-11 10:12:25 +01:00 |
|
Sebastien Helleu
|
2e72679363
|
Fix nick color in quit message displayed in IRC private buffer (when remote nick did not speak)
|
2010-02-10 22:12:23 +01:00 |
|
Sebastien Helleu
|
124634cf88
|
Apply IRC smart filter only on channels, not private buffers (bug #28841)
|
2010-02-10 16:22:34 +01:00 |
|
Sebastien Helleu
|
3799d2c2a5
|
Add "version_number" for API function weechat_info_get to get WeeChat version as number
|
2010-02-10 11:21:25 +01:00 |
|
Sebastien Helleu
|
7850668327
|
Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
|
2010-02-09 17:19:14 +01:00 |
|
Sebastien Helleu
|
74d148d056
|
Display nick prefix in input_prompt only if channel is type "channel" (not private)
|
2010-02-06 12:21:52 +01:00 |
|
Sebastien Helleu
|
df1a6b0c3d
|
Fix bug with option irc.look.item_nick_prefix
|
2010-02-06 12:17:13 +01:00 |
|
Sebastien Helleu
|
bd1b6c1794
|
Add option irc.look.item_nick_prefix, rename some IRC options for bar items
|
2010-02-06 12:14:45 +01:00 |
|
Sebastien Helleu
|
fa8ff80fc1
|
Update example of messages in irc-protocol.c
|
2010-02-06 10:55:22 +01:00 |
|
Sebastien Helleu
|
a3658f4fc2
|
Fix IRC PART message received on Undernet server (bug #28825)
|
2010-02-05 23:53:20 +01:00 |
|
Sebastien Helleu
|
e6a99fb63a
|
Add bar item "irc_channel" (IRC channel name without modes)
|
2010-02-03 23:46:11 +01:00 |
|
Sebastien Helleu
|
1d00db2d14
|
Add anti-flood for many IRC commands/messages
|
2010-02-03 23:29:44 +01:00 |
|
Sebastien Helleu
|
69b53c8f3d
|
Add IRC command /map
|
2010-02-02 15:39:04 +01:00 |
|
Sebastien Helleu
|
fbc1c2a9b1
|
Add tip about addresses and another example in /help server
|
2010-02-02 15:25:03 +01:00 |
|
Sebastien Helleu
|
8862f19788
|
Add signal "xfer_ended" (patch #7081)
|
2010-02-02 14:28:05 +01:00 |
|
Sebastien Helleu
|
5aa82a85e3
|
Add option irc.look.display_channel_modes_hide_key to hide channel key in channel modes (bug #23961)
|
2010-02-02 13:56:35 +01:00 |
|
Sebastien Helleu
|
2d99d6e7ea
|
Fix crash when purging old xfer chats (bug #28764)
|
2010-01-29 16:18:12 +01:00 |
|
Sebastien Helleu
|
930285e489
|
Fix crash with SSL connection to IRC server if option ssl_cert is set (bug #28752)
|
2010-01-29 12:41:05 +01:00 |
|
Emmanuel Bouthenot
|
2f176dc347
|
Fix a build failure with: 1.7.6 < gnutls <= 2.4.6
|
2010-01-29 00:21:02 +01:00 |
|
Emmanuel Bouthenot
|
c8920da899
|
Fix a build failure with gnutls < 1.7.6
|
2010-01-28 23:18:20 +01:00 |
|
Sebastien Helleu
|
fb9268c01d
|
Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is on) (bug #28741)
|
2010-01-26 22:19:16 +01:00 |
|
Sebastien Helleu
|
99bfdfd2ff
|
Add signal "day_changed", allow date format in logger options path and mask (task #9430)
|
2010-01-26 16:36:55 +01:00 |
|
Sebastien Helleu
|
c02d70b7ba
|
Add options irc.look.smart_filter_join/quit, smart filter enabled by default
|
2010-01-24 13:13:40 +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
|
a3efc89a7f
|
Add IRC info "irc_nick_color" to get color of a nick
|
2010-01-18 10:37:53 +01:00 |
|