Timeline
Jan 12, 2013:
- 7:07 PM Changeset [de3b1d3] by
- Merge c068c0307a85727dd3ad619122a640f96399d627 into 8258ea514c05b11da3f68d25d8414e222496fa2d
- 7:07 PM Changeset [c068c03]release-1.10 by
- Fix some undefined behavior in filter.c, caught by clang scan-build
- 7:07 PM Changeset [374089a]release-1.10 by
- Die on a failed zephyr_zwrite; don't silently ignore it
- 6:28 PM Changeset [d72ba1e]release-1.10 by
- Fix a memory leak in zcrypt.c, caught by clang scan-build
- 1:48 PM Changeset [a62fbdaa] by
- Merge 8258ea514c05b11da3f68d25d8414e222496fa2d into 46260161946c87dfed4fef9e3223b2327895f139
- 1:48 PM Changeset [8258ea5]release-1.10 by
- Fix spelling of various strings. I dumped `strings barnowl.bin` into a file and ran it through ispell, and then excluded libfaim corrections.
- 1:47 PM Changeset [bd71d0f] by
- Merge bbf85dfc418d54dbbac4497cd2afd01893d32337 into 46260161946c87dfed4fef9e3223b2327895f139
- 1:43 PM Changeset [bbf85df] by
- Fix spelling of various strings. I dumped `strings barnowl.bin` into a file and ran it through ispell.
- 1:43 PM Changeset [77ad061] by
- Fix user-facing spelling in libfaim things
- 1:43 PM Changeset [e3a0d71] by
- Fix spelling of words (via ispell) in some files
- 1:43 PM Changeset [4485285] by
- Merge 7869e4801e577613b7db987d11bddb0a31fe755c into 46260161946c87dfed4fef9e3223b2327895f139
- 1:43 PM Changeset [7869e48] by
- Remove trailing whitespace This commit was made with the command sequence for i in $(git ls-files | tr '\n' ' '); do echo $i; sed -i s'/\s\+$//g' "$(readlink -f $i)"; done
Jan 11, 2013:
- 12:30 AM Changeset [4626016]release-1.10 by
- Remove completion for nonexistent ':show information'
Jan 10, 2013:
- 2:42 PM Changeset [007081e] by
- Make :loadsubs reload instanced personals too Right now if your subs get lost because something falls over, you have to manually sub to instanced personals to get them back. :loadsubs doesn't work. (Supposedly that code is for "backwards compatibility", but... it dates back to kretch. Probably because it's odd that :loadsubs [file] will also automatically load the default subs. But given that everyone runs :loadsubs with no argument to mean "oops zephyr fell over reload my subs please", I'm okay with adding more code to the "backwards compatibility" path. I doubt anyone actually runs :loadsubs with an argument anyway.) Also, while I'm here, get rid of that 'foo' variable. (Really? Really?! foo?!?)
Jan 5, 2013:
- 4:01 PM Changeset [f9325e9] by
- Merge 6f14b20022e0a3d8b14f536d7f2e22a4cc88eb64 into 048b1ff9986fa6f3572985dbf44dd262dcd81618
- 3:58 PM Changeset [6f14b20] by
- Replace comment about glib 2.22 with version check
- 3:36 PM Changeset [48848ae] by
- Merge f809cadc174962e158513b239f10be3d55d5b588 into 048b1ff9986fa6f3572985dbf44dd262dcd81618
- 3:34 PM Changeset [f809cad] by
- Defer failed log messages Previously, when we failed to open a logging file, we errored, and dropped the log message. This commit makes it so that, if the reason we failed was a permissions error, we instead add the log entry to a queue of messages to be logged eventually, and inform the user that logging has been suspended. The user must run :flush-logs to resume logging. If :flush-log has an fopen that fails with EPERM or EACCES, we re-defer messages and inform the user. On shutdown, BarnOwl will attempt to log all messages currently in the queue one last time.
Note: See TracTimeline
for information about the timeline view.