index
:
mastodon.el.git
master
Emacs client for fediverse servers that implement the Mastodon API.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth: define variable mastodon-auth--user-unaware
Abhiseck Paira
2022-02-25
1
-0
/
+15
*
auth: make old mastodon.el users aware
Abhiseck Paira
2022-02-25
2
-1
/
+9
*
auth: make the wording in mastodon-auth--explanation clearer
Abhiseck Paira
2022-02-25
1
-5
/
+11
*
auth: present auth code request in a nicer way
Abhiseck Paira
2022-02-25
1
-1
/
+32
*
auth: change name to mastodon-auth--request-authorization-code
Abhiseck Paira
2022-02-25
1
-2
/
+2
*
change '-' to '--' in between function and namespace names
Abhiseck Paira
2022-02-23
3
-19
/
+19
*
update copyright holder info
Abhiseck Paira
2022-01-17
3
-0
/
+3
*
define autoloads and defvars to silence the byte compiler
Abhiseck Paira
2022-01-17
2
-0
/
+9
*
make a public interface for accessing user details
Abhiseck Paira
2022-01-17
1
-0
/
+17
*
functions for making/checking active users
Abhiseck Paira
2022-01-17
1
-0
/
+27
*
store access token in plstore of the current user
Abhiseck Paira
2022-01-17
1
-0
/
+22
*
get account ID from user variables specified in the init file
Abhiseck Paira
2022-01-17
1
-0
/
+9
*
introduce a general plstore reading function
Abhiseck Paira
2022-01-17
1
-0
/
+7
*
abstract plstore implementation details of getting value
Abhiseck Paira
2022-01-17
1
-1
/
+7
*
refactor *-access-token and *-handle-token-response
Abhiseck Paira
2022-01-13
1
-10
/
+22
*
remove functions no longer needed
Abhiseck Paira
2022-01-13
1
-43
/
+0
*
re-implement user auth and token generation mechanism
Abhiseck Paira
2022-01-13
1
-10
/
+36
*
abstract Mastodon API request info
Abhiseck Paira
2022-01-13
1
-4
/
+13
*
add helper function `mastodon-http-append-query-string'
Abhiseck Paira
2022-01-13
1
-0
/
+8
*
mastodon.el: update `mastodon-instance-url' docstring
Abhiseck Paira
2022-01-13
1
-1
/
+15
*
mastodon.el: introduce new defcustom `mastodon-active-user'
Abhiseck Paira
2022-01-13
1
-0
/
+13
*
keep mastodon-toot--max-toot-chars a number not a string.
mousebot
2022-01-12
1
-4
/
+3
*
byte compile warnings
mousebot
2022-01-11
1
-2
/
+3
*
FIX local mentions/links checking
mousebot
2022-01-11
1
-9
/
+9
*
FIX fetching max toot length from server
mousebot
2022-01-11
1
-4
/
+12
*
add support for poll notifications
mousebot
2022-01-10
1
-4
/
+12
*
refactor notification functions
mousebot
2022-01-03
1
-75
/
+48
*
fix follow-request-process: change "accept" to "authorize"
mousebot
2021-12-29
1
-7
/
+8
*
pleroma compat comment
mousebot
2021-12-25
1
-0
/
+1
*
reload on pin toggle
mousebot
2021-12-25
1
-2
/
+6
*
Merge branch 'insert-status-refactor' into develop
mousebot
2021-12-24
2
-17
/
+9
|
\
|
*
refactor mastodon-notifications--insert-status
mousebot
2021-12-24
2
-17
/
+9
*
|
refactor follow request accept/reject functions.
mousebot
2021-12-24
3
-82
/
+33
|
/
*
text-mode for toot compose buffer
mousebot
2021-12-24
1
-1
/
+1
*
tiny ediff clean up 2.
mousebot
2021-12-23
2
-5
/
+3
*
Merge branch 'main' into develop
mousebot
2021-12-23
2
-13
/
+11
|
\
|
*
apply pleroma patch from #208
mousebot
2021-12-23
1
-0
/
+2
|
*
tiny cleanups after Ediff main / master
mousebot
2021-12-23
1
-14
/
+10
|
*
remove all ^M from update profile note buffer
mousebot
2021-12-21
1
-0
/
+1
|
*
override 'O' binding on links to my-profile
mousebot
2021-12-21
1
-0
/
+2
*
|
remove all ^M from update profile note buffer
mousebot
2021-12-21
1
-0
/
+1
*
|
override 'O' binding on links to my-profile
mousebot
2021-12-21
1
-0
/
+2
*
|
docstring and move pin toot toggle
mousebot
2021-12-20
1
-21
/
+18
*
|
improve delete toot tests
mousebot
2021-12-20
1
-0
/
+2
*
|
remove old comments
mousebot
2021-12-20
1
-6
/
+1
*
|
refactoring delete/redraft functions
mousebot
2021-12-20
1
-37
/
+43
*
|
typos and docstrings
mousebot
2021-12-20
3
-9
/
+13
|
/
*
autoload typo
mousebot
2021-12-17
1
-1
/
+1
*
improve faves count help-echo propertizing
mousebot
2021-12-17
1
-10
/
+30
*
y-or-n-p before cancelling a toot.
mousebot
2021-12-17
1
-1
/
+7
[next]