summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-01Fix the lastlog helpailin-nemui
Correct some confusing inaccuracies and document a parameters that got lost on the rewrite.
2015-01-31Merge pull request #212 from dequis/lastlegGeert Hauwaerts
/help lastlog: Clarify usage of -<level> parameter
2015-01-31/help lastlog: Clarify usage of -<level> parameterdequis
2015-01-17Merge pull request #204 from KindOne-/masterAlexander Færøy
Do not let the ctcp action of an inital query go into the status window.
2015-01-17Do not let the ctcp action of an inital query go into the status window.KindOne
2015-01-13Merge pull request #202 from incognico/remove-splitlong-plGeert Hauwaerts
Remove splitlong.pl, it is enabled natively (#1)
2015-01-13Remove splitlong.pl, it is enabled natively (#1)Nico R. Wohlgemuth
2015-01-05Merge pull request #191 from dgl/config-errorAlexander Færøy
Die if the wrong type of node is found when traversing config
2015-01-05Merge pull request #152 from sebth/masterAlexander Færøy
Try to split long lines on spaces
2014-12-16Merge pull request #164 from ailin-nemui/fix-ansi-resetAlexander Færøy
Fix reset of attributes with ansi
2014-12-16Merge pull request #133 from pjcj/masterAlexander Færøy
Speed up /reload when there are many ignores.
2014-12-16Merge pull request #189 from dequis/colorless-green-ideas-blink-furiouslyAlexander Færøy
Fix blinking/bold text in terminals with no color support
2014-12-16Merge pull request #107 from mmuman/lynx-referencesAlexander Færøy
Include references when generating FAQ with Lynx
2014-12-16Merge pull request #108 from mmuman/buildsystem-cleanupAlexander Færøy
Buildsystem cleanup
2014-12-16Die if the wrong type of node is found when traversing configDavid Leadbeater
Fixes issue #187. It's a bit annoying this can't do anything other than exit, however as there's no schema for the config it's only possible to validate on use. This level of config can't be accessed from Perl so a script can't cause Irssi to die (via this method at least).
2014-12-14Fix blinking/bold text in terminals with no color supportdequis
Before this, doing "TERM=vt100 irssi" showed all text as bold and blinking because of a failed check of window->term->TI_colors that was doing (value & 8) and not expecting a value of 0. The changed lines themselves look a bit weird, but they make more sense in the context of the original commit, 96a292d4.
2014-12-11Merge pull request #92 from ailin-nemui/travis-perlbrew-upAlexander Færøy
test newer perls now available on travis
2014-12-08Documentation fix for #185Geert Hauwaerts
Documentation fix for #185
2014-12-06Merge pull request #161 from anadrome/patch-1Alexander Færøy
Update old bug URLs
2014-12-06Merge pull request #162 from dequis/self-messagesAlexander Færøy
Receive 'self messages' in the right query window
2014-12-06Merge pull request #171 from vlajos/typofixes-vlajos-20141108Alexander Færøy
typo fixes - https://github.com/vlajos/misspell_fixer
2014-12-03Merge pull request #178 from guiniol/masterGeert Hauwaerts
Correctly parse unix sockets servers in the config
2014-12-03Check for unix sockets when reconnectingGuillaume BROGI
2014-11-26Merge pull request #176 from dequis/ssl-pass-doc-fixGeert Hauwaerts
Fix -ssl_pass documentation in /server and /connect
2014-11-20Correctly parse unix sockets servers in the configGuillaume BROGI
2014-11-14Fix -ssl_pass documentation in /server and /connectdequis
Copied text from 68f8229 (SVN r5231)
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-28Fix reset of attributes with ansiAilin Nemui
reported by Christopher Ohlsson (dmnc)
2014-10-27Merge pull request #163 from lewellyn/patch-1Alexander Færøy
Remove duplicate example from ignore.in
2014-10-27Remove duplicate example from ignore.inMatt Lewandowsky
Duplicated line inserted in commit 66f5fb6. Reported by @sharethebug on IRC.
2014-10-26Receive 'self messages' in the right query windowdequis
Original patch by hondza <sedaj2@gmail.com>, from FS#833. I applied several needed style changes, and rebased to current HEAD. This implements the IRCv3.2 self-message extension partially (we can't announce its support through CAP yet). This is also the format used by the 'privmsg' znc module, and is already implemented by several other clients.
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