source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4f6097e   11 years andersk Merge 7f86e3dd695e4807d0fdd87af08792a3c204e746 into ...
(edit) @96d80e9   11 years jgross Added support for calling perl subs with various return types release-1.10
(edit) @92ffd89   11 years jgross Refactor perl calls through a single method I don't know the perl/C ... release-1.10
(edit) @1b17f50   11 years andersk Sync ChangeLog with release-1.9 branch Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @e4b8f93   11 years andersk Really support building Perl modules from a separate builddir ... release-1.10
(edit) @1c22155   11 years andersk Get rid of all our embedded copies of Module::Install Signed-off-by: ... release-1.10
(edit) @553fd38   11 years andersk Update .gitignore Commit 353719a2ddec4d6a8458ee42af37514fedbd80bf ... release-1.10
(edit) @80d7b44   11 years adehnert Update and make configurable the default format - Rather than ... release-1.10
(edit) @41779bf   11 years adehnert Add a .mailmap to canonicalize commit names/emails release-1.10
(edit) @9d4dfdc   11 years davidben When replacing a variable, keep the old value This unbreaks variable ... release-1.10
(edit) @f20daff   11 years davidben Don't g_value_unset an uninitialized GValue Silences a GObject assertion. release-1.10
(edit) @5d8c9a7   11 years davidben Make the fullvar variable test more reasonable Calling set on the ... release-1.10
(edit) @2497f99   11 years davidben Add tests to detect new_variable_* overriding previously set values ... release-1.10
(edit) @80c0fc7   11 years jgross Fix spelling errors in AUTHORS (caught by ispell) release-1.10
(edit) @f6b7c9c   11 years jgross Add more people to AUTHORS From a suggestion of Anders: > Actually, ... release-1.10
(edit) @6383920   11 years jgross Messages sent to 'class messages' are not personal Add the presumably ... release-1.10
(edit) @0adbce1   11 years jgross Make is_personal like owl_message_is_personal Before we were ... release-1.10
(edit) @1ced34f   11 years jgross Expose message_matches_filter to perl release-1.10
(edit) @b58dea1   11 years geofft .gitignore: Add MYMETA.yml We already ignore META.yml, and see ... release-1.10
(edit) @d555aa1   11 years rnjacobs We should fail fast on -c filsrv, which most people won't have ... release-1.10
(edit) @60ae736   11 years jgross Fix a leak. Also add the CALLER_OWN annotation to the ... release-1.10
(edit) @731e921   11 years jgross Make check for non-existant channel more correct Currently, this ... release-1.10
(edit) @53151d4   11 years adehnert Use "our" instead of "my" for zephyrStartup hook All our other hooks ... release-1.10
(edit) @c2866ec   11 years jgross Split irc messages into chunks From Zephyr: barnowl / irc-cutoff / ... release-1.10
(edit) @0625919   11 years andersk Check that programs support --help and --version in ‘make ... release-1.10
(edit) @8f335a8   11 years andersk zcrypt: Accept --help Signed-off-by: Anders Kaseorg <andersk@mit.edu> release-1.10
(edit) @5175cf8   11 years andersk zcrypt: Accept --version Signed-off-by: Anders Kaseorg <andersk@mit.edu> release-1.10
(edit) @478dc8e   11 years andersk zcrypt: Use getopt_long Signed-off-by: Anders Kaseorg <andersk@mit.edu> release-1.10
(edit) @499224d   11 years andersk barnowl --help: Write to stdout and exit successfully Signed-off-by: ... release-1.10
(edit) @a223b6b   11 years andersk Build bin/{barnowl,tester} instead of {barnowl,tester}.bin This lets ... release-1.10
(edit) @487cc2b   11 years andersk configure: Support --disable-maintainer-mode automake < 1.8 doesn’t ... release-1.10
(edit) @78b9503   11 years andersk Distribute files in doc/ individually ‘make distcheck’ in automake < ... release-1.10
(edit) @24ece84   11 years andersk Explicitly substitute abs_builddir, abs_srcdir automake < 1.10 didn’t ... release-1.10
(edit) @60e8617   11 years davidben Don't swallow errors in :unsuball More code that should get fixed if ... release-1.10
(edit) @89f01bd   11 years davidben Remove pointless ZFreeNotice It's only meant to be called on a ... release-1.10
(edit) @3624a2c   11 years andersk Don’t distribute generated sources Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @5db8835   11 years andersk Allow testing in a separate build directory Now we pass ‘make ... release-1.10
(edit) @1dba5bd   11 years andersk Allow running barnowl within a separate build directory ... release-1.10
(edit) @574b952   11 years andersk Generate the barnowl and tester wrapper scripts at build time ... release-1.10
(edit) @eb5e8fc   11 years andersk Allow building in a separate build directory Signed-off-by: Anders ... release-1.10
(edit) @6249a88f   11 years andersk Include generated headers with #include <> ... release-1.10
(edit) @cb1243be   11 years andersk Remove redundant -I$(top_srcdir) from AM_CPPFLAGS Automake already ... release-1.10
(edit) @b80bae0   11 years andersk Distribute more files in ‘make dist’ Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @a870319   11 years andersk Uninstall more files in ‘make uninstall’ Signed-off-by: Anders ... release-1.10
(edit) @0f5b08e   11 years andersk Clean more files in ‘make clean’ Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @25d7236   11 years andersk Fix perlglue.c dependency on typemap This was broken by commit ... release-1.10
(edit) @7155955   11 years andersk filterproc.c: Sever owl.h dependency This fixes ‘make zcrypt’, which ... release-1.10
(edit) @13a39ae8   11 years andersk Update autoconf macros from pkg-config 0.28 5fc77a9 Add autoconf ... release-1.10
(edit) @e9b4a2c   11 years andersk Update autoconf macros from autoconf-archive 2012.09.08 cfea4ee ... release-1.10
(edit) @0a6a2d6   11 years andersk Skip deprecated g_type_init() for GLib 2.35 ... release-1.10
(edit) @3496369   11 years andersk call_filter: Set *out = NULL on g_spawn_async_with_pipes failure ... release-1.10
(edit) @ba5e919   11 years adam perlvariables: add new ExtUtils::Depends dependency to README release-1.10
(edit) @a54ffe6   11 years adam Merge pull request #118 from davidben/perlvariables-n-plus-1 Merging ... release-1.10
(edit) @104a4eb   11 years davidben Accept validsettings in new_variable_string If people reeeaaally want ... release-1.10
(edit) @6a8b519   11 years davidben Remove pointless return code from owl_variable_add_defaults release-1.10
(edit) @4953c44   11 years davidben Change set_fromstring to die on failure Returning zero/non-zero is ... release-1.10
(edit) @4419d3d   11 years davidben Add unit tests for perl-side variables release-1.10
(edit) @f0a7c09   11 years davidben Remove read-only variable check Those are impossible now and were ... release-1.10
(edit) @366badc   11 years davidben Add some unit tests for enum variables So we don't break them again. release-1.10
(edit) @bbc31e4   11 years davidben Whitespace that I don't feel like rebasing Sigh. Tabs and spaces. release-1.10
(edit) @e26abb6   11 years davidben Add new_variable_enum This seems to work. Yay. release-1.10
(edit) @523146b   11 years davidben Add new_variable_full Route everything through that. release-1.10
(edit) @63d3e4e   11 years davidben Make GClosure invokes more mechanical We don't really need some of ... release-1.10
(edit) @f41956d   11 years davidben Merge owl_variable_free and owl_variable_cleanup We don't do the ... release-1.10
(edit) @1a4508b   11 years davidben Fix the unit tests The arguments got reordered slightly to match the ... release-1.10
(edit) @4584d1f   11 years davidben Pipe all C-created variables through function calls Gets us some ... release-1.10
(edit) @3b9ca71   11 years davidben Allow perl variables to participate in argumentless set/unset release-1.10
(edit) @69f74c2   11 years davidben And now... the moment you've all been waiting for... Expose ... release-1.10
(edit) @e5210c9   11 years davidben dlsym the functions we need after use Glib and before use BarnOwl ... release-1.10
(edit) @897fc1c   11 years davidben Fix error messages a bit release-1.10
(edit) @5001a3d   11 years davidben g_strdup validsettings This'll allow perl to set it too. release-1.10
(edit) @353719a   11 years davidben Start of perlvariables iteration N+1 New plan: the C <-> perl ... release-1.10
(edit) @06e04a9   11 years davidben perlvariables - iteration N Later commits reworked a lot of this, but ... release-1.10
(edit) @bbe7d4a   11 years andersk owl_zephyr_loadsubs: Don’t leak memory on error opening ~/.zephyr.subs ... release-1.10
(edit) @6a20996   11 years jgross Use CHECK_STR_AND_FREE more We have this macro, why not use it? (And ... release-1.10
(edit) @58b6ce5   11 years andersk configure: Try openssl.pc after libcrypto.pc OpenSSL < 0.9.8 didn’t ... release-1.10
(edit) @1f121cb   11 years andersk configure: Only use LIBCRYPTO_{CFLAGS,LIBS} on PKG_CHECK_MODULES ... release-1.10
(edit) @35a9ec7   11 years andersk configure: Look for libcrypto even when configuring --without-krb4 ... release-1.10
(edit) @05adccf   11 years davidben Make :loadsubs reload instanced personals too Right now if your subs ... release-1.10
(edit) @c068c03   11 years jgross Fix some undefined behavior in filter.c, caught by clang scan-build release-1.10
(edit) @374089a   11 years jgross Die on a failed zephyr_zwrite; don't silently ignore it release-1.10
(edit) @d72ba1e   11 years jgross Fix a memory leak in zcrypt.c, caught by clang scan-build release-1.10
(edit) @8258ea5   11 years jgross Fix spelling of various strings. I dumped `strings barnowl.bin` into ... release-1.10
(edit) @4626016   11 years asedeno Remove completion for nonexistent ':show information' release-1.10
(edit) @048b1ff   11 years andersk zcrypt: Make gpg stop messing around in ~/.gnupg Signed-off-by: ... release-1.10
(edit) @6401db3   11 years davidben Fix display of pseudologins After ... release-1.10
(edit) @ccc182c   11 years davidben Unbundle random Facebook module libraries Probably saner to ship them ... release-1.10
(edit) @c42a8d1   11 years andersk typedef fake curses and Perl types to undefined structs instead of ... release-1.10
(edit) @0792d99   11 years andersk Replace deprecated GLib < 2.31.0 thread APIs As of GLib 2.31.0, - ... release-1.10
(edit) @cb124fc6   11 years andersk Replace deprecated GLib < 2.31.0 mutex APIs As of GLib 2.31.0, - ... release-1.10
(edit) @c748e8a   11 years andersk Abstract g->interrupt_lock Signed-off-by: Anders Kaseorg <andersk@mit.edu> release-1.10
(edit) @9b3167b   11 years geofft zephyr: Replace outgoing default format with a small URL We need the ... release-1.10
(edit) @290e2d0   12 years davidben Bump version for development. release-1.10
(edit) @f43c777   12 years davidben Facebook has EVEN MORE dependencies release-1.10release-1.9
(edit) @96ee74c   12 years davidben Document that the Facebook module wants a moose Or a mouse ... release-1.10release-1.9
(edit) @ea0c453   12 years adam Merge pull request #100 from davidben/master Use Digest::SHA in ... release-1.10release-1.9
(edit) @a8c55b5   12 years davidben Use Digest::SHA in Jabber module instead of Digest::SHA1 The cool ... release-1.10release-1.9
(edit) @4d9e311c   12 years davidben Don't do the stderr redirect hack if !isatty(2) stderr has already ... release-1.10release-1.9
(edit) @0a9ffc5   12 years davidben Fix race condition in starting up logger thread The context should be ... release-1.10release-1.9
(edit) @b303ba2   12 years asedeno Add getnumlines() to perl interface release-1.10release-1.9
Note: See TracRevisionLog for help on using the revision log.