Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-07 | Emojis: Alphabetical ordering | href | |
2018-11-05 | Fix wrong return when finmoji is disabled | href | |
2018-11-05 | handle_continue is OTP21+ | href | |
2018-11-05 | Runtime configured emojis | href | |
The changes are a bit heavy since the emojis were loaded into module attributes from filesystem. This introduces a GenServer using an ETS table to cache in memory the emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`. |