summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-24Make proxy messages include more detail and add status commandHans Nielsen
2015-02-24Change around connection signals in proxy moduleHans Nielsen
Change "proxy client connected" to "proxy client connecting" to avoid being confused by clients that have connected but not necessarily authenticated. Emit "proxy client connected" once authenticated, keeping the name for backwards compatibility.
2015-02-21Merge pull request #226 from ailin-nemui/scriptassistAlexander Færøy
Sync from scripts: Fix scriptassist broken on unload
2015-02-20Fix scriptassist broken on unloadAilin Nemui
This is a regression introduced in c5ad61b4b0166f7cb769f23dfece2a5d4e62bd6e where one `defined' statement got removed in error while cleaning up warnings.
2015-02-17Merge pull request #225 from dequis/silence-unused-value-warningsAlexander Færøy
Silence unused value warnings in perl binding code
2015-02-17Merge pull request #124 from dgl/git-versionAlexander Færøy
Include commit and if the tree is dirty in builds of -head versions
2015-02-16Merge pull request #115 from ailin-nemui/fix-hat-keyAlexander Færøy
Make ^ key and Ctrl+^ key usable with /BIND
2015-02-16Silence unused value warnings in perl binding codedequis
sed -i 's/hv_store/(void) &/' This only results in a warning in older gcc versions, but that includes the one used in the Travis CI environment by default
2015-02-16Merge pull request #218 from mauke/patch-1Alexander Færøy
accept freenode extbans in /ban [#150]
2015-02-08accept freenode extbans in /ban [#150]mauke
2015-02-01Merge pull request #214 from pierrot14/masterGeert Hauwaerts
Fix comment in default.theme: msgownnick -> ownnick
2015-02-01Fix comment in default.theme: msgownnick -> ownnickPablo Martín Báez Echevarría
2015-02-01Merge pull request #213 from ailin-nemui/patch-1Geert Hauwaerts
Fix the lastlog help
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