mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
+
This commit is contained in:
parent
4d1f8e4eda
commit
2e2e8e70dd
12
CHANGESTODO
12
CHANGESTODO
@ -6,6 +6,9 @@ Essentially: whenever you fix something, move that line to the end of file.
|
||||
________________________________________________________________________
|
||||
== NEXT RELEASE ========================================================
|
||||
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
- autorefetch twitter isnt working
|
||||
http/fetch is too complicated. throw out the queue and callback logic. kiss!
|
||||
|
||||
? support tls multiplexing on all suitable ports
|
||||
|
||||
? bugs in psyced install procedure
|
||||
@ -56,6 +59,7 @@ ________________________________________________________________________
|
||||
- the linking blues...
|
||||
tgX sagt: on reconnect i didn't get any _echo_place_enter_login's from this room, then no response for _request_do_enter, and after a _request_do_leave i get replies for enter/leave but instead of _echo_place_enter/leave i get _notice_place_enter/leave
|
||||
|
||||
? should /load inform that errors go to the console?
|
||||
________________________________________________________________________
|
||||
== psyced 1.0 ==========================================================
|
||||
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
@ -3916,3 +3920,11 @@ spyc/* psyc/*
|
||||
install.sh
|
||||
+ don't leave _host_IP uncommented
|
||||
+ mkdir data/* log/*
|
||||
=== 200904 ============================================================
|
||||
net/twitter
|
||||
+ polly: periodically fetch updates from a twitter account and distribute to
|
||||
hundreds of newsfeed contexts
|
||||
+ listing: provide a listing of subscribed feeds
|
||||
http/fetch
|
||||
- minor api cleanups to serve a more generic job
|
||||
|
||||
|
@ -489,6 +489,10 @@ fi
|
||||
|
||||
if test "\$1" = "-m"
|
||||
then
|
||||
# git is seriously unsuited for this job. we need to "check in" the changes
|
||||
# to file permissions etc or otherwise we can't update things at all...
|
||||
(cd $base && git commit -a -m 'automatic by psyced -m')
|
||||
# merging will of course fail.. sigh
|
||||
(cd $base && git merge -s resolve origin)
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user