Jari Matilainen
feb2b3ae38
Reworked rejoin_channels_mode patch
2014-11-05 11:31:05 +01:00
Jari Matilainen
b93b9f424d
Merge remote-tracking branch 'upstream/master'
2014-10-28 00:00:07 +01:00
Alexander Færøy
688fc817dd
Merge pull request #163 from lewellyn/patch-1
...
Remove duplicate example from ignore.in
2014-10-27 12:37:54 +01:00
Matt Lewandowsky
3ea2a8dab8
Remove duplicate example from ignore.in
...
Duplicated line inserted in commit 66f5fb6 . Reported by @sharethebug on IRC.
2014-10-27 03:44:28 -07:00
Jari Matilainen
875f1ca628
Merge remote-tracking branch 'upstream/master'
2014-10-21 00:00:05 +02:00
tomaw
65a2ff6459
Merge pull request #155 from dgl/server-remove
...
Actually fix the params for /SERVER REMOVE
2014-10-20 21:16:36 +01:00
David Leadbeater
7938af8092
Actually fix the params for /SERVER REMOVE
2014-10-20 21:11:20 +01:00
Jari Matilainen
e359fdc2ef
Merge remote-tracking branch 'upstream/master'
2014-10-17 00:00:06 +02:00
Geert Hauwaerts
31ee20e559
Merge pull request #153 from dequis/help-server-remove-fix
...
Tiny fix to the param order in the /SERVER REMOVE help
2014-10-16 09:27:06 +02:00
dequis
7847bdf67c
Tiny fix to the param order in the /SERVER REMOVE help
2014-10-15 23:52:55 -03:00
Jari Matilainen
58d4821d50
Merge remote-tracking branch 'upstream/master'
2014-10-16 00:00:05 +02:00
Alexander Færøy
136efda1bc
Add NEWS entry on SSLv3
2014-10-15 20:14:17 +02:00
Alexander Færøy
8bd575df2e
Disable SSLv3
2014-10-15 10:00:30 +02:00
Jari Matilainen
11194a8bc2
Merge remote-tracking branch 'upstream/master'
2014-10-12 00:00:05 +02:00
Alexander Færøy
971b1e57ab
Add header for v0.8.18-head
2014-10-11 12:16:43 +02:00
Alexander Færøy
10078407f6
Remove unnecessary NULL check
...
Fixes : #135
2014-10-11 12:13:22 +02:00
Alexander Færøy
3f50b8f2ad
HEAD's now 0.8.18-head.
2014-10-11 11:12:43 +02:00
Alexander Færøy
df1df75ca2
Prepare for 0.8.17
0.8.17
2014-10-11 10:44:46 +02:00
Jari Matilainen
aaa93be528
Merge remote-tracking branch 'upstream/master'
2014-10-07 00:00:05 +02:00
Alexander Færøy
ec0360b921
Merge pull request #147 from ahf/bugfix-143
...
Fix use-after-free bug with cached settings values
2014-10-06 20:43:01 +02:00
Jari Matilainen
0808ead652
Merge remote-tracking branch 'upstream/master'
2014-10-02 00:00:04 +02:00
Alexander Færøy
3d6051a03e
Merge pull request #140 from sebth/master
...
Make line splitting fail-safe
2014-10-01 21:55:56 +02:00
Alexander Færøy
a2121efed3
Merge pull request #142 from dequis/away-with-no-reason
...
irc_server_send_away: don't send empty param if there's no away reason
2014-10-01 21:54:00 +02:00
Alexander Færøy
d9ea224628
Fix use-after-free bug with cached settings values
...
This patch fixes a couple of use-after-free bugs when caching various
string related setting values.
Fixes : #143
2014-09-30 18:07:13 +02:00
Jari Matilainen
e61c37a2ad
Merge remote-tracking branch 'upstream/master'
2014-09-12 00:00:09 +02:00
Geert Hauwaerts
6884a74b29
Merge pull request #144 from jubalh/master
...
source cleanup: remove trailing whitespaces
2014-09-11 20:20:49 +02:00
Michael Vetter
51239925ec
source cleanup: remove trailing whitespaces
2014-09-11 19:10:33 +02:00
dequis
d68ee06aa4
irc_server_send_away: don't send empty param if there's no away reason
2014-09-09 21:14:07 -03:00
Sebastian Thorarensen
42a34a78e8
Make line splitting fail-safe
...
The userhost Irssi uses for line splitting can in some cases be wrong,
for instance when a proxy is used or when a server cloaks the hostname
without telling the client. Now Irssi always assumes the userhost is of
maximum length. 10 for username (common value) and 63 for hostname (in
RFC 2812).
2014-09-01 00:24:17 +02:00
Jari Matilainen
ad60c48b69
Merge remote-tracking branch 'upstream/master'
2014-09-01 00:00:05 +02:00
Alexander Færøy
503cbeb330
Head is now 0.8.17-head.
2014-08-31 18:35:15 +02:00
Alexander Færøy
56bd481974
Prepare for irssi 0.8.17-rc2.
0.8.17-rc2
2014-08-31 18:34:30 +02:00
Jari Matilainen
37b5bffee0
Merge remote-tracking branch 'upstream/master'
2014-08-27 00:00:05 +02:00
Alexander Færøy
16784756b8
Merge pull request #134 from ailin-nemui/missing-printtext-after-signal
...
Add the signal for printtext_after that was missed in the original commit.
2014-08-26 21:49:43 +02:00
Ailin Nemui
9f6c76b028
Add the signal for printtext_after that was missed in the original commit.
...
Now properly sends "gui print text after finished" signal when using
the printtext_after API that was fixed after 0.8.16
2014-08-25 14:50:41 +02:00
Jari Matilainen
23d0d036a4
Merge remote-tracking branch 'upstream/master'
2014-08-10 00:00:05 +02:00
Alexander Færøy
d40c0704f0
Merge pull request #123 from ailin-nemui/terminfo-scroll-check-bounds
...
Add bounds check to array access in terminfo driver.
2014-08-09 12:24:45 +02:00
Ailin Nemui
836d386823
Add bounds check to array access in terminfo driver.
...
this fixes a crash due to illegal memory access that can occur if
something is printed to the screen on the "terminal resized"
handler. It is not clear to me whether this race condition can be
triggered by external incoming messages, but it might be better safe
than sorry.
2014-08-09 11:40:37 +02:00
Jari Matilainen
7f280ac331
Merge remote-tracking branch 'upstream/master'
2014-08-09 00:00:05 +02:00
tomaw
2346d3b62f
Merge pull request #109 from cpbills/master
...
Fix right aligned statusbar item redrawing
2014-08-08 18:57:50 +01:00
Jari Matilainen
df31d643d5
Merge remote-tracking branch 'upstream/master'
2014-08-08 00:00:04 +02:00
Geert Hauwaerts
22d4dc729e
Updated ALIAS help
...
Updated ALIAS help.
2014-08-07 23:36:53 +02:00
Geert Hauwaerts
71ab0fbda6
Applied grammar and styling corrections
...
Applied grammar and styling corrections.
2014-08-07 22:00:40 +02:00
Jari Matilainen
c7f23b6ff8
Merge remote-tracking branch 'upstream/master'
2014-08-06 00:00:06 +02:00
Geert Hauwaerts
f0aa2d2049
Syntax rewrite of U-Z commands
...
Rewrote the syntax documentation of U-Z commands.
2014-08-05 22:00:30 +02:00
Alexander Færøy
b9f532568b
Merge pull request #118 from ailin-nemui/mirc_blink_fix-fix
...
fix mirc_blink_fix
2014-08-05 21:21:37 +02:00
Alexander Færøy
18a0cfa915
Merge pull request #121 from dgl/rawlog-fix
...
Fix rawlog saving after dac67a5 broke it
2014-08-05 21:21:02 +02:00
David Leadbeater
1dbc3dba78
Fix rawlog saving after dac67a5 broke it
2014-08-05 17:33:50 +01:00
Ailin Nemui
b602372e78
fix mirc_blink_fix
...
the background colours were totally off with mirc_blink_fix
enabled. oops.
reported by wodim
2014-07-31 03:09:19 +02:00
Jari Matilainen
e80470e60e
Merge remote-tracking branch 'upstream/master'
2014-07-31 00:00:04 +02:00