source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9d6e37c   7 years jasongross9 Add a variable to auto-flush logs every n minutes
(edit) @e6f21ea   7 years jasongross9 Add ETIMEDOUT to the list of errors for defer_logs This is for AFS blips
(edit) @77beb3c   7 years jasongross9 Add a -f flag to :flush-logs This allows us to bypass any troublesome ...
(edit) @ec36247   7 years jasongross9 Defer failed log messages Previously, when we failed to open a ...
(edit) @e47e1b0   7 years jasongross9 Display log file name on failure to open file Also, make ...
(edit) @8eb72d2   7 years jasongross9 Use eq not == for string comparison in Kerberos.pm
(edit) @a4b854a   7 years jasongross9 Make spacing in Kerberos.pm more uniform
(edit) @20ec886   7 years jasongross9 Fix variable names, remove dead variables
(edit) @38db1a1   7 years jasongross9 Fix spelling in Kerberos.pm
(edit) @268c7e8   7 years jasongross9 renew command implemented :renew in barnowl prompts for a password, ...
(edit) @1f92f39   7 years jasongross9 Revamp set/unset completion - unset <tab> only completes takes_on_off ...
(edit) @81e93c3   7 years jasongross9 Add BarnOwl::get_variable_info Returns a dictionary about a given ...
(edit) @a95b564   7 years jasongross9 Descriptions should be empty, not NULL It's annoying for code that ...
(edit) @bf21c4e   7 years jasongross9 Correct tab-completion for set/unset They only allow -q at the front.
(edit) @41677d2   7 years jasongross9 Fix :set usage string Variable isn't optional. Rather either you pass ...
(edit) @678a7650   7 years glasgall add ChangeLog entry for 1.10
(edit) @370d94d   7 years glasgall bump version on master for next dev cycle
(edit) @b18151c   7 years glasgall BarnOwl 1.10rc1 release-1.10
(edit) @392b5cf   7 years glasgall add cpanfile to Makefile.am release-1.10
(edit) @4ced41e   8 years xyzzy-github Merge pull request #156 from andersk/dist scripts/do-release: Build ... release-1.10
(edit) @39caad0   8 years xyzzy-github Merge pull request #164 from andersk/filterproc filterproc: Rewrite ... release-1.10
(edit) @bc308eb   8 years andersk scripts/do-release: Build distribution with ‘make distcheck’ This has ... release-1.10
(edit) @866b391   8 years andersk Support baking a version into the tarball with ‘make dist VERSION=…’ ... release-1.10
(edit) @02514d9   8 years andersk Makefile.am: Don’t distribute version.c Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @0f5af62   8 years jgross Add facebook dependencies to cpanfile We don't put them inside a ... release-1.10
(edit) @becd617   8 years jgross Use a cpanfile release-1.10
(edit) @3d20ce1   8 years jgross Update .travis.yml away from legacy infrastructure Following ... release-1.10
(edit) @53d6269   8 years xyzzy-github Merge pull request #165 from JasonGross/smartnarrow-view Add some ... release-1.10
(edit) @ff58239   8 years andersk Avoid strchrnul This is a GNU extension. Signed-off-by: Anders ... release-1.10
(edit) @4379288   8 years jgross Buffer IRC rejoins This fixes ... release-1.10
(edit) @d4f33f1   9 years jgross Clean up ircnets on socketless disconnect This allows recovery from ... release-1.10
(edit) @8fcd3e7   10 years jgross Add some see-alsos to smartnarrow and smartfilter release-1.10
(edit) @5f3f1e4   10 years jgross Travis doesn't know about Perl 5.19 So tell it to use Perl 5.20 instead. release-1.10
(edit) @e8db357   10 years andersk filterproc: Rewrite using GIOChannel The old poll() loop was ... release-1.10
(edit) @94b9ee0   10 years andersk owl_variable_bool_get_tostring_default: Remove dead <invalid> case ... release-1.10
(edit) @18380fd   10 years andersk owl_zephyr_load{subs,loginsubs}: Eliminate useless stat call Placates ... release-1.10
(edit) @b61ad80   10 years andersk owl_function_debugmsg: Be sure to match va_start with va_end Found by ... release-1.10
(edit) @cba6b9c   10 years andersk owl_util_file_deleteline: Prevent FD leak in error paths Found by ... release-1.10
(edit) @9ae6095   10 years nelhage Merge pull request #160 from nelhage/twitter Some misc twitter fixes ... release-1.10
(edit) @140429f   10 years nelhage Implement :twitter-favorite release-1.10
(edit) @0d53dfb   10 years nelhage Kill the client-side tweet length check. Just let the API do the ... release-1.10
(edit) @7ff3907   10 years nelhage squelch the legacy_list_api warnings release-1.10
(edit) @c53f5e8   10 years adehnert Use SSL by default As per https://dev.twitter.com/discussions/24239 ... release-1.10
(edit) @7dcef03   10 years andersk Use the Glib slice allocator for fixed-size objects The slice ... release-1.10
(edit) @d779a1a   10 years andersk Remove redundant per-module .gitignore, .hgignore files This is all ... release-1.10
(edit) @59f4fd6   10 years andersk perl/modules/.gitignore: Add META.json, MYMETA.json ... release-1.10
(edit) @7834bb5   10 years andersk .gitignore: Add other kinds of tags Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @7792bac   10 years andersk .gitignore: Add compile This is pulled in by Automake ≥ 1.14. ... release-1.10
(edit) @f1095da   10 years andersk .gitignore: Reorganize Divide .gitignore into logical sections, and ... release-1.10
(edit) @ba9a1be   10 years andersk .gitignore: Remove core, jabber.log Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @ebcdf4d   10 years andersk owl_zephyr_smartstripped_user: Simplify, fixing overlapping strcat ... release-1.10
(edit) @21dc927   10 years andersk Test owl_zephyr_smartstripped_user Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @ebc6f77   10 years andersk Humanize zsigs Stop throwing away parts of multiline zsigs; we have ... release-1.10
(edit) @6f87658   11 years andersk Sync ChangeLog with release-1.9 branch Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @c55930e   11 years andersk Show Zephyr charset in info popup Signed-off-by: Anders Kaseorg ... release-1.10
(edit) @41064be   11 years ezyang change BarnOwl::Module::Jabber::getServerFromJID to use ... release-1.10
(edit) @926c721   11 years ezyang fix cmd_join in BarnOwl/Module/IRC.pm to use $chan, not $channel which ... release-1.10
(edit) @441fd42   11 years andersk Replace the last few “Barnowl”s with “BarnOwl”s Signed-off-by: Anders ... release-1.10
(edit) @ca1fb26a   11 years andersk Be smarter about rebuilding on version number changes Signed-off-by: ... release-1.10
(edit) @685cca7   11 years andersk Remove C files from BUILT_SOURCES They are already built through ... release-1.10
(edit) @76e80de   11 years jgross Update completion for :irc-{join,part} release-1.10
(edit) @be43554   11 years jgross Add a ~/.owl/ircchannels file, persist channels All irc channel ... release-1.10
(edit) @ae2b830   11 years jgross owl_util_file_delete_line in perl release-1.10
(edit) @c84c365   11 years jgross remove a space release-1.10
(edit) @ecd4edf   11 years ezyang Added perl methods to register and unregister idle watchers. release-1.10
(edit) @120dac7   11 years ezyang Added a hook for wakeup/user input. I wanted to add a hook that got ... release-1.10
(edit) @a38becd   11 years ezyang Added a perl hook for :away Note: The sepbar no longer distinguishes ... release-1.10
(edit) @4f7b1f4   11 years ezyang Support channel-or-user IRC commands, and setup irc-msg to use it. ... release-1.10
(edit) @48c09d4   11 years jgross Add .travis.yml for Travis-CI Yay for continuous integration and ... release-1.10
(edit) @77dfeb1   11 years jgross Add -D_XOPEN_SOURCE_EXTENDED This is needed for cchar_t on the ... release-1.10
(edit) @d995ff3   11 years jgross ChangeLog updates should always show up on master This way Anders ... release-1.10
(edit) @14b79a0   11 years jgross Note that we need a barnowl-1.(N+1)dev tag Perhaps we should include ... release-1.10
(edit) @4ae24dd   11 years jgross Add instructions for updating launchpad The build version number of ... release-1.10
(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
Note: See TracRevisionLog for help on using the revision log.