Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix docstring/argument list ordering (mistake during merge). | Jonathan Leech-Pepin | 2014-11-21 | 1 | -3/+3 |
* | Update docstring to reflect uses of `AUTH`. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -0/+15 |
* | Merge branch 'master' into sx-method-auth. Conflicts have been | Jonathan Leech-Pepin | 2014-11-21 | 17 | -201/+505 |
|\ | |||||
| * | Merge pull request #77 from vermiculus/documentation | Sean Allred | 2014-11-20 | 17 | -226/+522 |
| |\ | |||||
| | * | Reflect new purpose of sx.org | Sean Allred | 2014-11-20 | 1 | -4/+6 |
| | * | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 14 | -124/+54 |
| | * | Use `user-error' when there's no question at point | Sean Allred | 2014-11-19 | 2 | -1/+2 |
| | * | Follow package.el convention | Sean Allred | 2014-11-19 | 1 | -2/+2 |
| | * | Provide alias for `sx-auth-authenticate' | Sean Allred | 2014-11-19 | 1 | -0/+2 |
| | * | Enhance documentation | Sean Allred | 2014-11-19 | 3 | -5/+11 |
| | * | Remove -cache-p | Sean Allred | 2014-11-19 | 1 | -6/+1 |
| | * | Minor typos and incorrect information | Sean Allred | 2014-11-19 | 6 | -12/+7 |
| | * | Add `customize' data | Sean Allred | 2014-11-19 | 3 | -4/+12 |
| | * | Merge branch 'master' into documentation | Sean Allred | 2014-11-19 | 10 | -148/+584 |
| | |\ | | |/ | |/| | |||||
| | * | Update user manual | Sean Allred | 2014-11-18 | 1 | -92/+5 |
| | * | Documentation -- part three | Sean Allred | 2014-11-18 | 6 | -42/+101 |
| | * | Simplify `sx-method-call' | Sean Allred | 2014-11-18 | 1 | -6/+2 |
| | * | Documentation -- part two | Sean Allred | 2014-11-18 | 5 | -36/+67 |
| | * | Documentation -- part one | Sean Allred | 2014-11-17 | 11 | -96/+436 |
* | | | Properly return a nil entry when falling back | Jonathan Leech-Pepin | 2014-11-20 | 1 | -1/+1 |
* | | | Typo fix. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -1/+1 |
* | | | Do not initialize Stack-Mode. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -0/+1 |
* | | | Fix auth settings in calls. Do not use 'warn in non-interactive commands. | Jonathan Leech-Pepin | 2014-11-20 | 4 | -4/+4 |
* | | | Uses of `sx-method-call` have been updated to use new format. | Jonathan Leech-Pepin | 2014-11-20 | 4 | -20/+24 |
* | | | Remove default site specification. Defaults to nil if not | Jonathan Leech-Pepin | 2014-11-20 | 1 | -2/+2 |
* | | | sx-method-call rewritten and associated improvements in sx-request. | Jonathan Leech-Pepin | 2014-11-20 | 2 | -61/+78 |
* | | | Improve method for returning clean filter. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -12/+21 |
* | | | Do not actually need to check for no submethods. Already tested for. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -2/+1 |
* | | | Fix sx-auth--method-p to work correctly when there is no submethod | Jonathan Leech-Pepin | 2014-11-20 | 1 | -2/+4 |
* | | | Fix filter logic to account for alist of properties. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -11/+22 |
* | | | Implement checking for filter and method authentication requirement. | Jonathan Leech-Pepin | 2014-11-19 | 1 | -0/+68 |
|/ / | |||||
* | | Fix missing dependency | Artur Malabarba | 2014-11-19 | 1 | -1/+1 |
* | | Add some package definitions. | Artur Malabarba | 2014-11-19 | 1 | -12/+31 |
* | | Merge pull request #76 from vermiculus/mark-read-key | Sean Allred | 2014-11-18 | 1 | -0/+13 |
|\ \ | |||||
| * | | Mark as read with "m" | Artur Malabarba | 2014-11-19 | 1 | -0/+13 |
|/ / | |||||
* | | Merge pull request #71 from vermiculus/hidden-questions | Sean Allred | 2014-11-18 | 3 | -4/+78 |
|\ \ | |||||
| * \ | Merge branch 'master' into hidden-questions | Artur Malabarba | 2014-11-18 | 2 | -57/+79 |
| |\ \ | |||||
| * | | | Hidden question functionality implemented in the question list | Artur Malabarba | 2014-11-18 | 1 | -1/+14 |
| * | | | Implement hidden question database | Artur Malabarba | 2014-11-18 | 1 | -3/+49 |
| * | | | Define sorted insertion macro. | Artur Malabarba | 2014-11-18 | 1 | -0/+15 |
* | | | | Merge pull request #73 from jleechpe/invalidate-cache | Sean Allred | 2014-11-18 | 1 | -0/+25 |
|\ \ \ \ | |||||
| * | | | | Use `cl-remove-if` rather than `remove-if` | Jonathan Leech-Pepin | 2014-11-18 | 1 | -1/+1 |
| * | | | | Fix docstring. | Jonathan Leech-Pepin | 2014-11-18 | 1 | -2/+1 |
| * | | | | Provide cache invalidation | Jonathan Leech-Pepin | 2014-11-18 | 1 | -0/+26 |
* | | | | | QUICK-FIX: Link regexp Fixes #74 | Artur Malabarba | 2014-11-18 | 1 | -1/+1 |
* | | | | | Merge pull request #72 from jleechpe/sx-questions-show-favorite | Artur Malabarba | 2014-11-18 | 1 | -26/+38 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Implements indication of starred questions in question-list | Jonathan Leech-Pepin | 2014-11-18 | 1 | -26/+38 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #70 from jleechpe/sx-networks | Sean Allred | 2014-11-18 | 2 | -34/+34 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Replace (sx-favorites--ensure-favorite-list) with (sx-favorites--initialize). | Jonathan Leech-Pepin | 2014-11-18 | 1 | -17/+15 |
| * | | | Correct naming of cache to correspond to sx-cache-get. | Jonathan Leech-Pepin | 2014-11-18 | 1 | -1/+1 |