source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @83e90de   13 years ezyang Fix broken posts, better permission detection, implement deletion. ...
(edit) @c104b43   13 years ezyang Force void context on callbacks. Signed-off-by: Edward Z. Yang ...
(edit) @9820d55   13 years ezyang Convert to async (both Facebook::Graph and us.) Work items: - ...
(edit) @cfca761   13 years ezyang Add vanilla Facebook::Graph. Signed-off-by: Edward Z. Yang ...
(edit) @9d6afe0   13 years ezyang Add Facebook to MODULES list. Signed-off-by: Edward Z. Yang ...
(edit) @a62f5171   13 years ezyang Bundling Facebook::Graph now. Signed-off-by: Edward Z. Yang ...
(edit) @cb5d448   13 years ezyang Consistent BarnOwl capitalization. Signed-off-by: Edward Z. Yang ...
(edit) @4200d87   13 years ezyang Show error message why failed to authenticate. Signed-off-by: Edward ...
(edit) @e5b119a   13 years ezyang Remove extra spaces round parentheses. Signed-off-by: Edward Z. Yang ...
(edit) @d387e0d   13 years ezyang Rename zsig to permalink. Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
(edit) @9776805   13 years ezyang Refine module setup process. Signed-off-by: Edward Z. Yang ...
(edit) @ac45403   13 years ezyang Fix bug with removed get_topic comment. Signed-off-by: Edward Z. Yang ...
(edit) @bc56a0d   13 years ezyang Improve docs, error handling and refactor. Signed-off-by: Edward Z. ...
(edit) @a8e1fcf   13 years ezyang Make topic detection more robust. Signed-off-by: Edward Z. Yang ...
(edit) @c833c3d   13 years ezyang Add autocomplete and wall-posting support. Signed-off-by: Edward Z. ...
(edit) @00adc24   13 years ezyang Suppress failed URL fetch errors. Signed-off-by: Edward Z. Yang ...
(edit) @67f6d7d   13 years ezyang Replace punctuation with spaces, and spaces to dashes, on rnjacob's ...
(edit) @4724f1a   13 years ezyang Note about async Facebook::Graph. Signed-off-by: Edward Z. Yang ...
(edit) @a98e071   13 years ezyang Suppress interest groups for now. Signed-off-by: Edward Z. Yang ...
(edit) @61d7594   13 years ezyang Add alternate implementation of keywords. Signed-off-by: Edward Z. ...
(edit) @2226f91   13 years ezyang Rename postid to post_id. Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
(edit) @9da6022   13 years ezyang Implement automatic instance selection, with no de-dup. ...
(edit) @f75a9ca   13 years ezyang Add facebook-poll command and be more consistent about poll invoke. ...
(edit) @a0c06dc   13 years ezyang Poll after comment. Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
(edit) @b594537   13 years ezyang Make filters act more like traditional Zephyr filters. Signed-off-by: ...
(edit) @718c23f   13 years ezyang Comment reading support and back-timing. Signed-off-by: Edward Z. ...
(edit) @ee98987   13 years ezyang Initial commit of Facebook module implementation. This module was ...
(edit) @d973a73   13 years jgross Complete unstartup command just like startup command release-1.10release-1.9
(edit) @732d5c0   13 years andersk Show foreign realms on non-personal zephyrs like Owl did ... release-1.10release-1.9
(edit) @6646fdb   13 years davidben Restore correct semantics of message 'time' attribute This rewrites ... release-1.10release-1.9
(edit) @3b17b57   13 years davidben Kill owl_function_lastmsg_noredisplay Now that owl_window exists and ... release-1.10release-1.9
(edit) @9078f69   13 years geofft Remove ^noc from reply-lockout Given our current user base and how it ... release-1.10release-1.9
(edit) @a74a044   13 years davidben Free the owl_message created for testing It's safe to do so now. release-1.10release-1.9
(edit) @b9517cf   13 years davidben Explicitly store whether an owl_message has a ZNotice_t We should ... release-1.10release-1.9
(edit) @f271129   13 years jgross Fix up headers The additions to owl.h and some of the removals were ... release-1.10release-1.9
(edit) @30428a9   13 years davidben Fix missing NULL check on anyone list return value Error handling ... release-1.10release-1.9
(edit) @40de7394   13 years jgross Fix the description of disable-ctrl-d It was backwards. Now it's ... release-1.10release-1.9
(edit) @7abfcf2   13 years davidben Use wbkgrndset instead of wbkgdset in _owl_fmtext_wcolor_set This ... release-1.10release-1.9
(edit) @3234121   13 years davidben Don't spin CPU in AIM connections Embarrasing little bug. We were ... release-1.10release-1.9
(edit) @cbc8657   13 years davidben Don't hardcode regerror buffer size This lets us kill the silly LINE ... release-1.10release-1.9
(edit) @287c634   13 years davidben Don't attempt to switch filters in :view -d if invalid Add return ... release-1.10release-1.9
(edit) @e5baf0a   13 years davidben Remove unused macro We determine the startup file relative to the ... release-1.10release-1.9
(edit) @4ebbfbc   13 years jgross Show the time zone in :info; replace ctime with strftime This fixes ... release-1.10release-1.9
(edit) @a7fac14   13 years davidben Assign all watched signals to a dummy no-op disposition Otherwise ... release-1.10release-1.9
(edit) @f661cee   13 years jgross Treat [!.?]" as end of sentence in edit:fill-paragraph This fixes ... release-1.10release-1.9
(edit) @6500907   13 years jgross Correctly display multiline fields in :info Commit ... release-1.10release-1.9
(edit) @14be3a5   13 years jgross Give owl_text_indent an indent_first_line parameter This is useful if ... release-1.10release-1.9
(edit) @d8f22b6   13 years davidben Don't leak @commands we don't understand That code seriously needs a ... release-1.10release-1.9
(edit) @ff7449e   13 years davidben Don't leak realmsg when... what is this I don't even I don't know ... release-1.10release-1.9
(edit) @837bd81   13 years davidben Don't leak filtname when viewing an aim filter twice release-1.10release-1.9
(edit) @fa180a3   13 years davidben Don't stomp over past what owl_text_indent returns Otherwise we may ... release-1.10release-1.9
(edit) @6f7d4f6   13 years davidben Pass initval to owl_variable_dict_newvar_bool as int, not bool While ... release-1.10release-1.9
(edit) @883502d   13 years davidben Bump version for development. release-1.10release-1.9
(edit) @65ff3f4   13 years davidben Add initial ChangeLog for the 1.8 release release-1.10release-1.8release-1.9
(edit) @b0f5fe8   13 years davidben Sync ChangeLog with release-1.7 branch release-1.10release-1.8release-1.9
(edit) @67e5ba36   13 years davidben Include the ncursesw headers They're apparently supposed to be ... release-1.10release-1.8release-1.9
(edit) @b711711   13 years davidben Bundled libraries are in perl/modules now Reported-by: Edward Z. Yang ... release-1.10release-1.8release-1.9
(edit) @9c58232   13 years davidben Document the dependencies of the Twitter module Most of the stuff is ... release-1.10release-1.8release-1.9
(edit) @0de04fa   13 years davidben Check for AnyEvent and Glib in configure.ac They're dependencies of ... release-1.10release-1.8release-1.9
(edit) @5b24dc0   13 years davidben Fix up dependencies in README file Class::Accessor is a dependency of ... release-1.10release-1.8release-1.9
(edit) @c855755   13 years davidben Suppress ZERR_INTERNAL from ZSetLocation for pre-3.0 zephyr If you ... release-1.10release-1.8release-1.9
(edit) @2770be99   13 years davidben Don't remove GPollFDs in a source's finalize Arguably this was ... release-1.10release-1.8release-1.9
(edit) @f6ab6ee   13 years davidben Use env to set HARNESS_PERL in the prove call Apparently the previous ... release-1.10release-1.8release-1.9
(edit) @f415f83   13 years davidben Don't manually bootstrap BarnOwl in t/unicode.t We use a custom perl ... release-1.10release-1.8release-1.9
(edit) @0ba7333   13 years davidben Use g_build_filename to compute reference paths If the home directory ... release-1.10release-1.8release-1.9
(edit) @f5f6ec0   13 years davidben Don't use export FOO=bar syntax in runtests.sh Solaris' shell can't ... release-1.10release-1.8release-1.9
(edit) @8219374   13 years davidben Use getpwnam_r instead of getpwnam It's re-entrant, so that's ... release-1.10release-1.8release-1.9
(edit) @99ac28a   13 years davidben Use GPid instead of pid_t for g_spawn_async's output Apparently they ... release-1.10release-1.8release-1.9
(edit) @396505be   13 years davidben Use owl_global_get_homedir for ~ in owl_util_makepath It's strange ... release-1.10release-1.8release-1.9
(edit) @e59d775   13 years davidben Use the old-style mkpath invocation Allows the unit tests to run on ... release-1.10release-1.8release-1.9
(edit) @055e366   13 years davidben Run barnowl-perl-config in locker-build This way we can still run the ... release-1.10release-1.8release-1.9
(edit) @c6332f5   13 years davidben Compute the home directory in zcrypt as in owl_global While I'm here, ... release-1.10release-1.8release-1.9
(edit) @dde1b4d   13 years davidben Use g_build_filename instead of g_strdup_printf to build paths Saves ... release-1.10release-1.8release-1.9
(edit) @30d0cf7   13 years jgross Change Owl to BarnOwl in variable.c I seemed to have missed one when ... release-1.10release-1.8release-1.9
(edit) @24b2f18   13 years davidben Move actual truncation inside conditional. Signed-off-by: Edward Z. ... release-1.10release-1.8release-1.9
(edit) @16cf182d   13 years jgross Remove unused global variables I'm not sure why they existed in the ... release-1.10release-1.8release-1.9
(edit) @820e852   13 years jgross Make help show the correct keybinding for A ... release-1.10release-1.8release-1.9
(edit) @a130fc5   13 years jgross Improved ability to delete messages from perl BarnOwl::Message now ... release-1.10release-1.8release-1.9
(edit) @efeec7f   13 years jgross Added a delete-and-expunge command. This command is analogous to the ... release-1.10release-1.8release-1.9
(edit) @3eeb6ed   13 years jgross Fixed a bug in the expunge command Expunging from past the end of the ... release-1.10release-1.8release-1.9
(edit) @786a410   13 years davidben Print out failing lines in prove output Makes diagnosing test ... release-1.10release-1.8release-1.9
(edit) @14c9e05   13 years davidben Number test output May as well appease TAP here when we can. release-1.10release-1.8release-1.9
(edit) @bf5e6a2   13 years davidben Add unit tests for owl_util_makepath Stress all the relevant cases, ... release-1.10release-1.8release-1.9
(edit) @c0c48d14   13 years davidben Reimplement owl_util_makepath The new algorithm is cleaner and much ... release-1.10release-1.8release-1.9
(edit) @7feba19   13 years davidben Add some tests for owl_util_baseclass Mostly to stress some edge ... release-1.10release-1.8release-1.9
(edit) @a16d7e5   13 years jgross Replaced 'Owl' with 'BarnOwl' in user visible places Updated :show ... release-1.10release-1.8release-1.9
(edit) @7756dde   13 years jgross Fix a typo in variable.c and a typo in filterelement.c release-1.10release-1.8release-1.9
(edit) @401752a   13 years davidben Run the unit tests before installing the locker build What's the ... release-1.10release-1.8release-1.9
(edit) @901cee9   13 years jgross Don't segfault when you expunge all messages from the messagelist ... release-1.10release-1.8release-1.9
(edit) @785ee77   13 years jgross Allow zsigs to be '0' Also, keep the feature that setting the zsig to ... release-1.10release-1.8release-1.9
(edit) @fa981f3   13 years jgross Removed some NULL checks for things that really shouldn't ever be NULL ... release-1.10release-1.8release-1.9
(edit) @1dab38e   13 years jgross Make owl_variable_dict_newvar_* give accurate validsettings release-1.10release-1.8release-1.9
(edit) @b4a678a   13 years jgross Added tests to tester.c to make sure that NULL values are gotten ... release-1.10release-1.8release-1.9
(edit) @ca749a9   13 years jgross Make variable getters return NULL instead of "<null>" This fixes ... release-1.10release-1.8release-1.9
(edit) @ca54fd6   13 years jgross Pass owl_variable * around instead of owl_vardict *. This allows ... release-1.10release-1.8release-1.9
(edit) @bc1d648   13 years jgross Drop require_type It's not doing much for us (and would do even less ... release-1.10release-1.8release-1.9
(edit) @82e93c9   13 years andersk AX_CHECK_FLAG: Fix to work with autoconf 2.59 • ... release-1.10release-1.8release-1.9
(edit) @bad4496   13 years davidben Reformat the man page to look more like others It doesn't look like ... release-1.10release-1.8release-1.9
(edit) @b8a3e00   13 years davidben Consistently use BarnOwl or barnowl BarnOwl refers to the program, ... release-1.10release-1.8release-1.9
(edit) @25891a8   13 years davidben Add a unit test for owl_history Also fix an off-by-one error in ... release-1.10release-1.8release-1.9
Note: See TracRevisionLog for help on using the revision log.