Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-30 | Removed docs/help from the .gitignore | Geert Hauwaerts | |
2014-06-30 | Merge pull request #73 from ailin-nemui/readme-other-modules | Geert Hauwaerts | |
Point out more modules in README | |||
2014-06-30 | Merge pull request #76 from ailin-nemui/improve-special-vars | Geert Hauwaerts | |
Improve docs of special_vars wrt. to escaping rules in /alias | |||
2014-06-30 | Improve docs of special_vars wrt. to escaping rules in /alias | Jari Matilainen | |
2014-06-30 | point out more modules in README | Ailin Nemui | |
2014-06-30 | Merge pull request #11 from ailin-nemui/print_text_after_time-api | Alexander Færøy | |
add print_text_after_time to specify time stamp for lines | |||
2014-06-29 | Merge pull request #69 from dgl/crash.txt | Alexander Færøy | |
Update crash.txt to point at github | |||
2014-06-29 | Update crash.txt to point at github | David Leadbeater | |
2014-06-29 | Merge pull request #62 from dgl/prefix-nick-flags | Alexander Færøy | |
Use PREFIX from 005 to decide if a nick flag is of op level | |||
2014-06-29 | Merge pull request #52 from dgl/stack-cleanup | Alexander Færøy | |
Correct use of perl stack macros | |||
2014-06-29 | Merge pull request #49 from dgl/stackem | Alexander Færøy | |
Move PUTBACK to within the scope which uses the stack | |||
2014-06-29 | Merge pull request #68 from falconindy/master | Alexander Færøy | |
Autotools cleanup | |||
2014-06-27 | add print_text_after_time to specify time stamp for lines | Ailin Nemui | |
add signal for line removal from textbuffer | |||
2014-06-27 | Use PREFIX from 005 to decide if a nick flag is of op level | David Leadbeater | |
Fixes #61. | |||
2014-06-27 | s/INCLUDES/AM_CPPFLAGS/g | Dave Reisner | |
Silences warnings on recent automake such as: src/core/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | |||
2014-06-27 | add AC_CONFIG_MACRO_DIR([m4]), move *.m4 files to m4/ | Dave Reisner | |
Silences notice on newer autoconf: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. This helps keep the top-level build directory clean, too | |||
2014-06-27 | rename configure.in -> configure.ac | Dave Reisner | |
Silences warning on newer autoconf: aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' | |||
2014-06-27 | Merge pull request #44 from dajohi/g_basename | Alexander Færøy | |
Replace deprecated g_basename with g_path_get_basename. | |||
2014-06-27 | Merge pull request #59 from ailin-nemui/perl-pl-na | Alexander Færøy | |
get rid of PL_na | |||
2014-06-27 | Merge pull request #60 from dgl/perl-no-get-context | Alexander Færøy | |
Define PERL_NO_GET_CONTEXT in all perl source files | |||
2014-06-27 | Merge pull request #63 from dgl/cleanups | Alexander Færøy | |
Clean-up some compiler warnings | |||
2014-06-27 | Correct use of perl stack macros | David Leadbeater | |
Further to pull #49 this is the result of an audit of the use of perl stack macros. There were several cases where PUTBACK was being called where the stack pointer could be out-of-date. Also some misc. cleanup where the macros were used needlessly. | |||
2014-06-27 | Switch to using G_DISCARD for call_pv | David Leadbeater | |
PUTBACK was being called even for the error path which didn't use the stack. Emitting the "script error" signal can involve running Perl code (Irssi:core::destroy) therefore the stack can be reallocated. This can result in the perl stack being corrupted because the local stack pointer is out of date (although as it's use of freed memory the crash is not always instant). | |||
2014-06-26 | Add missing include | David Leadbeater | |
Silences: listen.c:320:3: warning: implicit declaration of function ‘ascii_strup’ [-Wimplicit-function-declaration] | |||
2014-06-26 | Remove unused variables to silence compiler warnings | David Leadbeater | |
2014-06-26 | Add some missing casts to silence compiler warnings | David Leadbeater | |
2014-06-25 | cleanup char* casts and replace one useless SvPV with SvPV_nolen | Ailin Nemui | |
2014-06-24 | Define PERL_NO_GET_CONTEXT in all perl source files | David Leadbeater | |
This removes the calls to Perl_get_context() that get automatically added to XS code for ancient source code compatibility reasons. The result is about a ~60K size reduction in the binary (based on comparing two 64-bit stripped irssi binaries compiled --with-perl-staticlib). | |||
2014-06-24 | get rid of PL_na | Lukas Mai | |
2014-06-22 | Replace deprecated g_basename with g_path_get_basename. | David Hill | |
2014-06-21 | Merge pull request #53 from dajohi/braces | Alexander Færøy | |
Fix compiler warning. | |||
2014-06-21 | Merge pull request #50 from dajohi/cmd_null_deref | Alexander Færøy | |
Avoid potential null dereferences. | |||
2014-06-21 | Merge pull request #54 from dajohi/dcc_send_strict_aliasing | Alexander Færøy | |
Do not break strict-aliasing rules. | |||
2014-06-20 | Do not break strict-aliasing rules. | David Hill | |
dcc-send.c:296:2: warning: dereferencing type-punned pointer will break strict-aliasing rules | |||
2014-06-20 | Fix compiler warning. | David Hill | |
network.c:63:2: warning: missing braces around initializer [-Wmissing-braces] network.c:63:2: warning: (near initialization for 'ip4_any.ip.__u6_addr') [-Wmissing-braces] | |||
2014-06-20 | Avoid potential null dereferences. | David Hill | |
2014-06-19 | Merge pull request #14 from ailin-nemui/ignore-activity | Alexander Færøy | |
NO_ACT level to ignore activity | |||
2014-06-19 | Merge pull request #20 from ailin-nemui/broken-signal-parser | Alexander Færøy | |
fix signals parser | |||
2014-06-18 | fix signals parser | Ailin Nemui | |
2014-06-18 | Add NO_ACT level | Tom Feist | |
This patch adds a new NO_ACT level that can be used with /ignore to ignore activity notifications | |||
2014-06-18 | Merge pull request #42 from dgl/no-dancer | Alexander Færøy | |
Revert "add d,q,f and J to CHANMODES default, to work a bit better with ... | |||
2014-06-18 | Add initial NEWS entries for 0.8.17-head | Alexander Færøy | |
2014-06-18 | Merge pull request #23 from ailin-nemui/perl-format_get_text | Alexander Færøy | |
fix implementation of format_get_text script api | |||
2014-06-18 | Merge pull request #22 from ailin-nemui/perl-package-fixes | Alexander Færøy | |
Correct the packages of the scripting API | |||
2014-06-18 | Merge pull request #12 from ailin-nemui/no-split-utf8 | Alexander Færøy | |
no split utf8 from the bug tracker | |||
2014-06-18 | Fix UTF-8 character corruption every 32kb of text buffer | Kuang-che Wu | |
2014-06-16 | Revert "add d,q,f and J to CHANMODES default, to work a bit better with ↵ | David Leadbeater | |
dancer and possibly others" This is no longer relevant and most ircds now send a correct isupport message. This reverts commit b832f1f7b2c4a692786d5d52904a2bdf4d14354f. | |||
2014-06-16 | Merge pull request #41 from dgl/network-syntax | Alexander Færøy | |
Add -usermode to /NETWORK syntax | |||
2014-06-16 | Add -usermode to /NETWORK syntax | David Leadbeater | |
2014-06-16 | Merge pull request #39 from dgl/upgrade | Alexander Færøy | |
Document that /UPGRADE doesn't work with SSL |