Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | Merge branch '0.8.18-beta1' into 0.8.18-beta2 | ailin-nemui | |
2016-01-12 | Merge branch '0.8.18-beta1' (early part) into 0.8.18-beta2 | ailin-nemui | |
2016-01-11 | Merge pull request #393 from ailin-nemui/moduleversion-perl | ailin-nemui | |
forward ABI to perl modules | |||
2016-01-11 | Merge pull request #394 from ailin-nemui/reset-history | ailin-nemui | |
option to clear the history | |||
2016-01-11 | Merge pull request #389 from ailin-nemui/hilight2-up | ailin-nemui | |
keep track of address in text_dest for hilight purposes | |||
2016-01-11 | Merge pull request #390 from LemonBoy/ignore-find | ailin-nemui | |
Clean up the ignore_find API to make it more powerful. | |||
2016-01-08 | Merge pull request #396 from mauke/master | ailin-nemui | |
make /knockout use /unban to remove bans | |||
2016-01-08 | make /knockout use /unban to remove bans | Lukas Mai | |
/knockout uses /ban to set bans but calls ban_remove() directly to remove them. This commit makes it use /unban instead. This allows scripts that hook ban/unban to work automatically with /knockout. | |||
2016-01-08 | Merge pull request #395 from mauke/master | ailin-nemui | |
irc/core/irc-commands.c: fix indentation | |||
2016-01-08 | irc/core/irc-commands.c: fix indentation | Lukas Mai | |
2016-01-08 | reorder history add and fixes | ailin-nemui | |
2016-01-08 | option to clear the history | ailin-nemui | |
2016-01-07 | forward ABI to perl modules | ailin-nemui | |
2016-01-06 | Merge pull request #392 from mauke/master | ailin-nemui | |
irssiproxy: avoid using pointer after freeing it | |||
2016-01-06 | irssiproxy: avoid using pointer after freeing it | Lukas Mai | |
2016-01-03 | Don't break the API. | LemonBoy | |
Have a ignore_find_full method that is the one that all the new code should be using and provide some working stubs for ignore_find and ignore_find_noact. | |||
2016-01-03 | Clean up the ignore_find API to make it more powerful. | LemonBoy | |
This way we prevent the creation of duplicate ignores since the old code skipped the ignore_find call when a pattern was specified. It should also cover all the cases where the ignores would be wrongly overwritten, such as the case outlined in #78. | |||
2015-12-28 | keep track of address in text_dest for hilight purposes | ailin-nemui | |
2015-12-28 | keep track of address in text_dest for hilight purposes | ailin-nemui | |
2015-12-22 | correct incorrect pre-release tag in NEWS | ailin-nemui | |
2015-12-22 | Merge pull request #387 from ailin-nemui/import-beta-news | ailin-nemui | |
list NEWS and AUTHORS since 0.8.17 | |||
2015-12-22 | list NEWS since 0.8.17 | ailin-nemui | |
2015-12-22 | add new authors since 0.8.17 | ailin-nemui | |
2015-12-15 | tag as 0.8.18-beta1 | ailin-nemui | |
2015-12-15 | remove mention of ./autogen.sh from releases INSTALL | ailin-nemui | |
2015-12-15 | list NEWS since 0.8.17 | ailin-nemui | |
2015-12-15 | add new authors since 0.8.17 | ailin-nemui | |
2015-12-15 | Merge pull request #385 from ailin-nemui/master | ailin-nemui | |
option to clear the history | |||
2015-12-15 | Merge pull request #377 from ailin-nemui/moduleversion2 | ailin-nemui | |
module check irssi version (manual way) | |||
2015-12-15 | option to clear the history | ailin-nemui | |
2015-12-15 | Merge pull request #383 from mh-source/patch-1 | ailin-nemui | |
script should be plural | |||
2015-12-15 | Merge pull request #384 from ailin-nemui/master | ailin-nemui | |
clean up after #303 | |||
2015-12-15 | clean up after #303 | ailin-nemui | |
2015-12-15 | Merge pull request #303 from vague666/fs275 | ailin-nemui | |
Applied patch from fs#275 to make /hilight -mask -line work properly | |||
2015-12-15 | Merge pull request #306 from dequis/bracketed-paste | ailin-nemui | |
Implement paste detection via the bracketed paste mode 2: bracket pasterer | |||
2015-12-14 | script should be plural | mh | |
2015-12-14 | Merge pull request #382 from ailin-nemui/staticperl | dx | |
ensure staticlib perl works on 5.22 | |||
2015-12-13 | Bracketed paste: fix nitpick from ahf's review | dequis | |
Thanks ahf | |||
2015-12-13 | ensure staticlib perl works on 5.22 (for now) | ailin-nemui | |
2015-12-12 | Merge pull request #378 from ailin-nemui/staticperl | dx | |
deinit perl on staticperl builds | |||
2015-12-12 | Merge pull request #380 from dequis/makefile-cleanfiles | ailin-nemui | |
Makefile.am: Add default-config.h and default-theme.h to CLEANFILES | |||
2015-12-12 | Bracketed paste: Adjust paste line count if there's text after newlines | dequis | |
With bracketed paste, "a\nb" will result in two lines being pasted, because it's a single thing, with an end marker which the timeout based pastes don't have. Due to the way term_gets() counts lines, that input will have paste_line_count == 1. This can be misleading. This code adjusts it by looking at the last character, and increasing the count if it finds anything that isn't a newline. | |||
2015-12-12 | Disable timeout-based paste detection if paste_use_bracketed_mode is on | dequis | |
2015-12-11 | Makefile.am: Add default-config.h and default-theme.h to CLEANFILES | dequis | |
Fixes issues when building from other directories when the source tree was already configured before, as found in the comments of PR #375 | |||
2015-12-11 | Merge pull request #375 from ailin-nemui/objdir-build | dx | |
Fix Out-of-tree build | |||
2015-12-10 | deinit perl on staticperl builds | ailin-nemui | |
2015-12-10 | module check irssi version | ailin-nemui | |
Add explicit checks into every module to match the ABI version defined in common.h | |||
2015-12-09 | Merge pull request #371 from LemonBoy/rampage | ailin-nemui | |
Rewrite some faulty logic handling the saved channels. Fixes #340 | |||
2015-12-09 | Merge pull request #376 from dequis/win32-ifdefs | ailin-nemui | |
Remove all WIN32 ifdefs (unifdef -UWIN32) | |||
2015-12-09 | Remove all WIN32 ifdefs (unifdef -UWIN32) | dequis | |
Just use cygwin. This looks like it wasn't enough to do anything useful, and I don't think anyone cares about supporting win32 the hard way. |