Commit Graph

14 Commits

Author SHA1 Message Date
Gabor Adam Toth 7ffe715010 place/threads: web posting & commenting, entry edit, new settings; place/archetype.gen: _request_set_default_(text|list|bool)
place/threads new features:
 - add/comment forms after /login @ place url (cookie auth)
 - new settings: /place showform|showcomments|addaction|editaction
2010-03-01 03:50:58 +01:00
Gabor Adam Toth e4ce000b32 added /place command for managing place settings like /set
usage: /place <key> [<value>]
key: e.g. topic, style, twitter, etc.
2010-02-28 17:44:02 +01:00
Gabor Adam Toth 58bcc84430 place/threads: use _log to store data, threaded comments
place/archetype.gen: new save log immediately flag to save() after logAppend():
- in place/name.c:
define SAVE_LOG_IMMEDIATELY
- in local.h:
define _flag_save_place_log_immediately
define _flag_save_userthreads_immediately

place/text: added x()
2010-02-27 23:58:32 +01:00
Gabor Adam Toth 3465bba9bb Merge branch 'master' of git://git.psyced.org/git/psyced 2010-02-27 16:02:21 +01:00
psyc://psyced.org/~lynX e9d5dbbe72 - 2010-02-27 11:34:19 +01:00
Gabor Adam Toth 3e48f15b17 /status url fix for user channels 2010-02-24 06:10:19 +01:00
Gabor Adam Toth a5b52d8264 threads web interface improvements, accessible now at /~nick/channel & /@place 2010-02-24 05:55:08 +01:00
Gabor Adam Toth bc0b9dd325 ifdefs for twitter & identica 2010-02-24 00:12:30 +01:00
Gabor Adam Toth 9421149ffd added identi.ca support (uses twitter api); spare a json enc/dec when surfing locally 2010-02-23 23:42:54 +01:00
Gabor Adam Toth 2ecaf00c24 http/oauth fixes, http/fetch POST support, place/threads signatures, place/userthreads: twitter submit 2010-02-23 18:46:50 +01:00
Gabor Adam Toth a5164da136 oauth & twitter client
/twitter on & /twitter test in a user channel to test
2010-02-23 13:10:06 +01:00
Gabor Adam Toth f24d662c3c user channel improvements: /add, /remove & /privacy cmds, html output for multiple channels in /surf
place/threads: better _notify msgs & error handling, improved html & json generation, TODO: use signatures here as well
place/userthreads: added /add, /remove & /privacy cmds
person: (un)subscribe to user channel when a user uses the /add & /remove commands, autojoin to #friends & #follow after friendship is established, added _channels data to qDescription
user: htDescription: generate html from _channels data
http: TODO: fix web examine cmd so it's not executed twice
2010-02-22 08:58:12 +01:00
Gabor Adam Toth 424bc2bf70 user channel improvements
- allow arbitrary user channels to be subscribed, e.g. #follow or #friends, /sub ~user defaults to #follow
- friends & /invite'd strangers are allowed to join
2010-02-20 23:22:52 +01:00
Gabor Adam Toth ca4da0725b added ~user#updates channel; place/threads improvements 2010-02-15 01:31:55 +01:00