Emmanuel Bouthenot
|
1bc997b238
|
Fix possible minor bug in getting hostnames in plugins/scripts
|
2006-04-08 21:37:26 +00:00 |
|
Emmanuel Bouthenot
|
1f03444a6b
|
Added hostnames associeted to nicks in plugins/scripts
|
2006-04-08 21:03:31 +00:00 |
|
Sebastien Helleu
|
c525b231e4
|
Added hostnames associeted to nicks (available for /ban completion)
|
2006-04-08 18:38:00 +00:00 |
|
Emmanuel Bouthenot
|
6963ca7b65
|
make gcc-2.95 happy
|
2006-04-07 08:00:27 +00:00 |
|
Sebastien Helleu
|
99d86d64ab
|
Added "+p" mode for channels, fixed mode display in status bar
|
2006-04-04 17:47:31 +00:00 |
|
Sebastien Helleu
|
2a34684bc1
|
Added alignment for local away message
|
2006-04-03 21:12:01 +00:00 |
|
Sebastien Helleu
|
5068f4d365
|
Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when closing buffer
|
2006-04-03 16:01:10 +00:00 |
|
Sebastien Helleu
|
212ec7a76d
|
Added nick alignment in private buffers
|
2006-04-03 09:35:08 +00:00 |
|
Sebastien Helleu
|
d01081241a
|
Added nick alignment options
|
2006-04-02 21:53:41 +00:00 |
|
Sebastien Helleu
|
8ef6192b49
|
Fixed string explosion bug (should return 0 with empty string)
|
2006-04-02 11:37:22 +00:00 |
|
Sebastien Helleu
|
f98d66a842
|
Fixed /buffer close bug with part message
|
2006-04-02 10:45:29 +00:00 |
|
Emmanuel Bouthenot
|
6175a89580
|
add regular expression support for /list command
|
2006-04-01 19:33:02 +00:00 |
|
Sebastien Helleu
|
23bfafed6a
|
Fixed /names command: now displays result when not on a channel
|
2006-04-01 14:39:51 +00:00 |
|
Sebastien Helleu
|
fccefcdf04
|
Fixed display but with input command line (when text is longer than window size)
|
2006-04-01 10:03:09 +00:00 |
|
Sebastien Helleu
|
d86af240fa
|
Fixed plugin command handler call when no argument is given
|
2006-04-01 07:43:51 +00:00 |
|
Sebastien Helleu
|
c803419616
|
Fixed nicklist display bugs when on top or bottom of chat window, fixed refresh bug (too many refresh) when terminal is resized
|
2006-03-31 13:49:58 +00:00 |
|
Sebastien Helleu
|
cc324abb75
|
Fixed bug with /alias and /unalias commands when alias begins with '/'
|
2006-03-30 17:08:23 +00:00 |
|
Sebastien Helleu
|
8c8a4104f0
|
Added nick completion for /userhost command
|
2006-03-30 15:20:28 +00:00 |
|
Sebastien Helleu
|
83bdd97916
|
Added keyboard handler to plugin API
|
2006-03-30 12:08:55 +00:00 |
|
Sebastien Helleu
|
56af0e3284
|
Improved script plugin loader
|
2006-03-26 09:46:30 +00:00 |
|
Sebastien Helleu
|
9abddbb7e9
|
Fixed bug with /set string value completion
|
2006-03-25 11:53:00 +00:00 |
|
Sebastien Helleu
|
eaa33bfb8e
|
Added hostname/IP option for connection to server
|
2006-03-25 11:20:37 +00:00 |
|
Sebastien Helleu
|
8d4497a764
|
Fixed --disable-plugins option in configure script
|
2006-03-24 09:57:22 +00:00 |
|
Sebastien Helleu
|
d9c032fee3
|
Added /setp command (set plugin options)
|
2006-03-24 09:38:54 +00:00 |
|
Sebastien Helleu
|
9fb1176b1b
|
Completed /set command help
|
2006-03-21 14:17:29 +00:00 |
|
Sebastien Helleu
|
9ed873ed94
|
Fixed high CPU usage when running under a screen that has been killed
|
2006-03-21 13:27:51 +00:00 |
|
Sebastien Helleu
|
27fd4beca7
|
Aliases are executed before WeeChat/IRC commands, /builtin command added
|
2006-03-21 11:41:02 +00:00 |
|
Sebastien Helleu
|
6a55ee4f79
|
Immediately refresh nick (input window) during server connection process
|
2006-03-19 16:05:37 +00:00 |
|
Sebastien Helleu
|
e499c1cb32
|
Added /cycle command, /part command does close buffer any more
|
2006-03-19 12:15:27 +00:00 |
|
Sebastien Helleu
|
04e9677405
|
Fixed bug on ppc
|
2006-03-18 10:51:53 +00:00 |
|
Sebastien Helleu
|
2c894b89e7
|
Fixed /set command when internal server name contains one or many dots
|
2006-03-14 13:06:48 +00:00 |
|
Sebastien Helleu
|
02d4287ad0
|
Added missing IRC command "378"
|
2006-03-14 12:44:42 +00:00 |
|
Sebastien Helleu
|
7fa3dcbb2e
|
Fixed plugin get_info bug when no server at all is opened
|
2006-03-14 12:43:02 +00:00 |
|
Sebastien Helleu
|
031fab21b0
|
Fixed display bug when top of buffer is displayed and first line is removed
(according to "history_max_lines" setting)
|
2006-03-11 07:33:54 +00:00 |
|
Sebastien Helleu
|
ea06fca69c
|
Fixed "+I" mode output
|
2006-03-10 23:19:11 +00:00 |
|
Sebastien Helleu
|
4181fa3f74
|
Fixed /mode command output
|
2006-03-10 22:44:21 +00:00 |
|
Sebastien Helleu
|
d6e562ed7e
|
Fixed completion for /away and /nick commands
|
2006-03-10 09:04:29 +00:00 |
|
Sebastien Helleu
|
227c05447f
|
Improved alias completion (now uses target command for completion)
|
2006-03-08 15:31:26 +00:00 |
|
Sebastien Helleu
|
1005890db2
|
Fixed completion bug with commands in pv (nick completion, for example with /me)
|
2006-03-06 21:09:09 +00:00 |
|
Sebastien Helleu
|
8f714033ac
|
Fixed chmod on home (now chmod is not executed when a directory is user's home)
|
2006-03-06 20:58:08 +00:00 |
|
Sebastien Helleu
|
1a510e1598
|
Added missing IRC command "487"
|
2006-03-04 23:20:41 +00:00 |
|
Sebastien Helleu
|
650805f204
|
Using new default value for DCC download dir (created at startup), fixed logs dir creation
|
2006-03-04 15:37:20 +00:00 |
|
Sebastien Helleu
|
919800c37c
|
Added inactivity time, available for plugins via get_info("inactivity")
|
2006-03-04 14:27:14 +00:00 |
|
Sebastien Helleu
|
92db79989e
|
Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist top/bottom
|
2006-03-03 10:40:43 +00:00 |
|
Sebastien Helleu
|
5d32ac0d57
|
Added special names for plugin message handlers: weechat_pv, weechat_highlight, weechat_ctcp, weechat_dcc
|
2006-03-02 21:54:33 +00:00 |
|
Sebastien Helleu
|
e4cc182105
|
Script plugins now load scripts in WeeChat system share directory
|
2006-02-28 21:11:34 +00:00 |
|
Sebastien Helleu
|
8c662f69f9
|
/msg command does not open any buffer any more
|
2006-02-28 15:59:33 +00:00 |
|
Sebastien Helleu
|
5c29def9d9
|
Fixed crash when using global history (when older entry is removed)
|
2006-02-26 11:27:43 +00:00 |
|
Sebastien Helleu
|
c0a1673060
|
Added IRC raw data buffer
|
2006-02-22 11:58:11 +00:00 |
|
Emmanuel Bouthenot
|
3a79e32dbb
|
fix minor bug and improve backtrace display on errors
|
2006-02-21 22:43:48 +00:00 |
|