summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-25Update old bug URLsmjn
At some point in the past few years, Flyspray changed its URL scheme from id=nnn to task_id=nnn, which broke some old comments in the source. Update those comments to URLs that still work.
2014-10-20Merge pull request #155 from dgl/server-removetomaw
Actually fix the params for /SERVER REMOVE
2014-10-20Actually fix the params for /SERVER REMOVEDavid Leadbeater
2014-10-19Try to split long lines on spacesSebastian Thorarensen
Try to split long lines on spaces to avoid words being splitted. This can be turned off with the option `split_line_on_space'. The code assumes that the terminal encoding has ASCII spaces.
2014-10-16Merge pull request #153 from dequis/help-server-remove-fixGeert Hauwaerts
Tiny fix to the param order in the /SERVER REMOVE help
2014-10-15Tiny fix to the param order in the /SERVER REMOVE helpdequis
2014-10-15Add NEWS entry on SSLv3Alexander Færøy
2014-10-15Disable SSLv3Alexander Færøy
2014-10-11Add header for v0.8.18-headAlexander Færøy
2014-10-11Remove unnecessary NULL checkAlexander Færøy
Fixes: #135
2014-10-11HEAD's now 0.8.18-head.Alexander Færøy
2014-10-11Prepare for 0.8.17Alexander Færøy
2014-10-06Merge pull request #147 from ahf/bugfix-143Alexander Færøy
Fix use-after-free bug with cached settings values
2014-10-01Merge pull request #140 from sebth/masterAlexander Færøy
Make line splitting fail-safe
2014-10-01Merge pull request #142 from dequis/away-with-no-reasonAlexander Færøy
irc_server_send_away: don't send empty param if there's no away reason
2014-09-30Fix use-after-free bug with cached settings valuesAlexander Færøy
This patch fixes a couple of use-after-free bugs when caching various string related setting values. Fixes: #143
2014-09-11Merge pull request #144 from jubalh/masterGeert Hauwaerts
source cleanup: remove trailing whitespaces
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-09-09irc_server_send_away: don't send empty param if there's no away reasondequis
2014-09-01Make line splitting fail-safeSebastian Thorarensen
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-08-31Head is now 0.8.17-head.Alexander Færøy
2014-08-31Prepare for irssi 0.8.17-rc2.Alexander Færøy
2014-08-26Merge pull request #134 from ailin-nemui/missing-printtext-after-signalAlexander Færøy
Add the signal for printtext_after that was missed in the original commit.
2014-08-25Add the signal for printtext_after that was missed in the original commit.Ailin Nemui
Now properly sends "gui print text after finished" signal when using the printtext_after API that was fixed after 0.8.16
2014-08-23Speed up /reload when there are many ignores.Paul Johnson
With many ignores (a few thousand) /reload could take so long that connections were dropped. The problem is that nickmatch_rebuild() was being called for every ignore. The easy solution is to only call it once at the end.
2014-08-09Include commit and if the tree is dirty in builds of -head versionsDavid Leadbeater
2014-08-09Merge pull request #123 from ailin-nemui/terminfo-scroll-check-boundsAlexander Færøy
Add bounds check to array access in terminfo driver.
2014-08-09Add bounds check to array access in terminfo driver.Ailin Nemui
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-08Merge pull request #109 from cpbills/mastertomaw
Fix right aligned statusbar item redrawing
2014-08-07Updated ALIAS helpGeert Hauwaerts
Updated ALIAS help.
2014-08-07Applied grammar and styling correctionsGeert Hauwaerts
Applied grammar and styling corrections.
2014-08-05Syntax rewrite of U-Z commandsGeert Hauwaerts
Rewrote the syntax documentation of U-Z commands.
2014-08-05Merge pull request #118 from ailin-nemui/mirc_blink_fix-fixAlexander Færøy
fix mirc_blink_fix
2014-08-05Merge pull request #121 from dgl/rawlog-fixAlexander Færøy
Fix rawlog saving after dac67a5 broke it
2014-08-05Fix rawlog saving after dac67a5 broke itDavid Leadbeater
2014-07-31fix mirc_blink_fixAilin Nemui
the background colours were totally off with mirc_blink_fix enabled. oops. reported by wodim
2014-07-30Fixed a typo in the cmdmax argumentGeert Hauwaerts
Fixed a typo in the cmdmax argument.
2014-07-30Updated the documentation for LISTGeert Hauwaerts
Updated the documentation for LIST.
2014-07-30Merge pull request #112 from ailin-nemui/italics-exceptionGeert Hauwaerts
fix rules for italics emphasis
2014-07-30Removed the default autojoin channelsGeert Hauwaerts
Removed the default autojoin channels.
2014-07-30test newer perls now available on travisAilin Nemui
2014-07-30Syntax rewrite for S-commandsGeert Hauwaerts
Rewrote the syntax documentation for all commands starting with S.
2014-07-30Removed the obsolete SQUERY and SERVLIST commandsGeert Hauwaerts
Removed the obsolete SQUERY and SERVLIST commands.
2014-07-28Modify escape of ^ key so it can be used as well as Ctrl+^Ailin Nemui
Fixes FS#721 This makes Ctrl+^ and ^ bindable again as different keys. We do this by escaping single `^` as `^-`, which is not a valid control character (unlike `^^`) The original approach suggested in FS#721 is insufficient, it will break bindings such as `meta-^` because Irssi is convinced that `^` introduces a Control-key ("key combo") so it is waiting for what may follow.
2014-07-25Fix typo in help for network commandtomaw
2014-07-24Merge pull request #111 from ailin-nemui/colour-breakGeert Hauwaerts
fix colour 0 again
2014-07-24Also try links for docs generationFrançois Revol
Haiku has links (links2) but not elinks. Links doesn't seem to generate references however, but it's the 2nd fallback so it's better than nothing.
2014-07-24fix rules for italics emphasisAilin Nemui
while the last patch did stop /path/.xxx from turning italic, it also stopped any other /emphasis/ from becoming italic. correct this by testing for ispunct, so spaces are valid italic terminators
2014-07-24fix colour 0 againAilin Nemui
the previous commit was broken, as it conflicted with the colour \#000000. Now both the "real colour black" and the "terminal colour 0" are working.
2014-07-23Merge pull request #110 from ailin-nemui/colour-breakGeert Hauwaerts
restore the colour 0 ("black") that got broken by extended colours