Timeline
Feb 12, 2014:
- 3:05 PM Changeset [3d1a2db] by
- Let the user know when the logs have been flushed I've found it a bit disconcerting to have no feedback on whether or not :flush-logs has succeeded, and on whether or not we're still in deferred logging mode. Perhaps a message (owl_function_makemsg with no newline) would be better than adminmsg here, but I'm not sure.
- 3:05 PM Changeset [4772817] by
- Add a variable to auto-flush logs every n minutes
- 3:05 PM Changeset [09a3afc] by
- Add ETIMEDOUT to the list of errors for defer_logs This is for AFS blips
- 3:05 PM Changeset [71085f0] by
- Add a -f flag to :flush-logs This allows us to bypass any troublesome messages in the queue.
- 3:05 PM Changeset [66dc2c6] 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.
- 2:57 PM Changeset [efaf2a6] by
- Display log file name on failure to open file Also, make owl_log_error be like printf. This will be more useful in the next commit, when we display error codes.
Feb 5, 2014:
- 3:04 AM Changeset [2e42098] by
- Merge 0071c88bc882ae44b235200e821626eb6e96230e into 9ae6095ed62f67742f9d4dc1008180e8d23e7b12
Jan 27, 2014:
- 11:33 PM Ticket #280 (Logging twitters should be better about conversations) created by
- In perl-logging (hopefully soon to be merged), twitters are logged …
- 10:53 PM Ticket #279 (:reply to a twitter message should mimic twitter's behavior) created by
- At twitter.com, reply means "stick anything matching '(@[ ]+ +)*' …
- 10:51 PM Ticket #278 (Twitter should resolve t.co urls) created by
- BarnOwl should (optionally?) display the linked urls rather than the …
- 10:45 PM Ticket #277 (Twitter error message should say length of message) created by
- The error message I get is currently OWL ADMIN Perl …
- 10:44 PM Ticket #276 (Display number of twitter characters) created by
- Twitter should, on keystroke, update the display to include the number …
- 10:43 PM Ticket #275 (Twitter auto-word-wrap) created by
- There should be a variable which, when set, will split twitter …
Jan 25, 2014:
- 12:36 PM Ticket #274 (irc-rejoin code is broken for > 20-26 channels) created by
- The rejoin code works great for 20 channels. When I had 26 channels, …
Jan 23, 2014:
- 6:30 PM Ticket #273 (Document dependencies for Twitter SSL) created by
- Commit c53f5e8053c27ca530b9a921c09e572783e8ff46, which was …
- 6:24 PM Changeset [9ae6095] by
- Merge pull request #160 from nelhage/twitter Some misc twitter fixes and improvements
- 5:52 PM Changeset [140429f] by
- Implement :twitter-favorite
- 5:51 PM Changeset [0d53dfb] by
- Kill the client-side tweet length check. Just let the API do the check. Since we don't shorten URLs, our check is way wrong anyways.
- 5:45 PM Changeset [7ff3907] by
- squelch the legacy_list_api warnings
Jan 14, 2014:
- 4:56 PM Changeset [c53f5e8] by
- Use SSL by default As per https://dev.twitter.com/discussions/24239 and https://twitter.com/perl_api/status/423210390684565504, the Twitter API now requires SSL connections, so go use them.
Jan 13, 2014:
- 7:51 PM Ticket #272 (Display jabber names, not just JIDs) created by
- It would be useful if barnowl displayed jabber names and not just JIDs …
Note: See TracTimeline
for information about the timeline view.