summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-22Use 'isblank()' instead of a custom macroLemonBoy
2015-11-22Correct a wrong use of the 'paste_buffer' variableFabian Kurz
2015-11-18Merge pull request #350 from LemonBoy/fix-99ailin-nemui
2015-11-10Merge pull request #351 from vague666/hilight_default_behaviourailin-nemui
2015-11-09/hilight list print output with enabled flags, except when -word and -nick ar...Jari Matilainen
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-11-09Strip the trailing whitespace from /join commands.LemonBoy
2015-11-09Add an option to strip trailing whitespace when parsing commandsLemonBoy
2015-11-09Merge pull request #313 from isundil/masterailin-nemui
2015-11-09Merge pull request #341 from dequis/strsplit-len-fixailin-nemui
2015-11-09strsplit_len: make it look more like the original versiondequis
2015-11-09strsplit_len: use strlen() directly instead of a remaining_len variabledequis
2015-11-02Merge pull request #330 from dequis/xterm-keypad-enterailin-nemui
2015-11-01Merge pull request #320 from irssi/ahf/add-setting-type-anydx
2015-10-30Merge pull request #344 from rrebello/m4-quote-fixdx
2015-10-28Merge pull request #345 from LemonBoy/sasl-reconnectdx
2015-10-28Preserve the sasl_ options across reconnects.LemonBoy
2015-10-28Fix quote around macro argumentRodrigo Rebello
2015-10-23Fix invalid reads in strsplit_len when splitting on spacesdequis
2015-10-08Merge pull request #333 from dequis/recon-tag-fixailin-nemui
2015-10-08Fix /reconnect RECON-1 saying "Reconnection tag 1 not found"dequis
2015-10-06Add xterm's keypad enter, meta-O-M to "key return" bindingsdequis
2015-10-04Merge pull request #318 from LemonBoy/fix-utf8-elementsailin-nemui
2015-10-04Fix the indentation.LemonBoy
2015-10-03Merge pull request #314 from LemonBoy/sasl_sessiondx
2015-10-03Add -Wall and -Werror as CFLAGS to make.Alexander Færøy
2015-10-03Remove check for >= 0 for unsigned unichar.Alexander Færøy
2015-10-03Add SETTING_TYPE_ANY and replace -1 with it.Alexander Færøy
2015-10-03Simplify Travis config.Alexander Færøy
2015-10-03Merge pull request #322 from LemonBoy/fix-warning-awaylogAlexander Færøy
2015-10-03Include write-buffer.h in log-away.cLemonBoy
2015-10-02Set HOST_NAME_MAX to 255, if it's undefined.Alexander Færøy
2015-10-02Use silent rules.Alexander Færøy
2015-10-02Add missing null terminator to the g_build_path() varargsdequis
2015-10-02Merge pull request #316 from LemonBoy/fix_mem_leakGeert Hauwaerts
2015-10-02Merge pull request #319 from LemonBoy/awaylog-flushGeert Hauwaerts
2015-10-02Flush the dirty buffer to diskLemonBoy
2015-10-02Kill an unneeded declarationLemonBoy
2015-10-02Even simpler logicLemonBoy
2015-10-02Rework the logic to avoid allocating memoryLemonBoy
2015-10-02Fix the display of utf8 sequences in the guiLemonBoy
2015-10-02Fix a memory leak.LemonBoy
2015-10-02Merge pull request #294 from dequis/key-states-rescan-recursion-limitdx
2015-10-02Merge pull request #315 from LemonBoy/prevent_blank_usermodeailin-nemui
2015-10-02Don't set the usermode field if blankLemonBoy
2015-10-02Save the sasl state in the sessionLemonBoy
2015-10-01Fix return value of server_setup_remove_chatnetisundil
2015-10-01Updated server removalisundil
2015-10-01Fix #45 Make it easy to delete default channels, servers and networksisundil
2015-10-01Merge pull request #312 from Jellyfrog/patch-1dx