Updated todo to better reflect the new direction of this project. Added priority levels to list items

This commit is contained in:
Rexy712 2019-07-16 14:23:38 -07:00
parent 7816c54230
commit c2ff77aec0

View File

@ -1,29 +1,23 @@
general/other: general/other:
use libmagic to determine file types? 5:thorough error checking
youtube video download 5:ability to access curl http return codes
raii swscontext 2:move libav/freeimage calls from matrix to standalone functions or a singleton
thorough error checking 2:register libav in the libav namespace somewhere
register libav in the libav namespace somewhere 1:use libmagic to determine file types for uploading?
move libav/freeimage calls from matrix to standalone functions or a singleton 1:raii swscontext
add second thread to handle input on server end
matrix: matrix:
handle user admin levels (/_matrix/client/r0/rooms/{roomid}/state/m.room.power_levels) 5:list room members
presence 3:presence
get other user presence 3:get other user presence
handle user join events 3:add event type to membership_info
handle user leave events 2:handle user admin levels (/_matrix/client/r0/rooms/{roomid}/state/m.room.power_levels)
send custom html messages 2:handle user join events
kick users 2:handle user leave events
ban/unban users 2:kick users
list room members 2:ban/unban users
change password 1:send custom html messages
ability to select specification revision 1:change password
add event type to membership_info 1:ability to select specification revision
handle sticker messages 1:handle sticker messages
handle voip events (not answer them!) 1:handle voip events
reddit:
handle imgur albums
handle youtube links
convert ampersands from 'amp&;' to '&'