Commit Graph

403 Commits

Author SHA1 Message Date
Gabor Adam Toth 5f15785e9e http/server: added post support; http/login: set-cookie path=/ 2010-02-28 23:38:35 +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 c2aa52adfa /style unset & save 2010-02-28 01:04:19 +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 5278a47e85 Merge branch 'master' of git://git.psyced.org/git/psyced 2010-02-26 22:12:58 +01:00
psyc://psyced.org/~lynX d63e37eb89 + 2010-02-26 21:59:09 +01:00
psyc://psyced.org/~lynX dcbee7a64e thx tg.. is_localhost() was being used very inconsistently 2010-02-26 21:56:20 +01:00
Gabor Adam Toth 8433d2c142 Merge branch 'master' of git://git.psyced.org/git/psyced 2010-02-24 12:08:34 +01:00
psyc://psyced.org/~lynX 446a3006a8 + 2010-02-24 12:03:44 +01:00
psyc://psyced.org/~lynX 0df57a4445 psyconf: look also in /usr/local/sbin 2010-02-24 09:40:31 +01:00
psyc://psyced.org/~lynX 19aab6b349 use git-stash instead of fake commit 2010-02-24 09:02:54 +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 bcbf2785d8 place/userthreads: id & order fix in html output 2010-02-23 21:00:50 +01:00
Gabor Adam Toth cace711db3 missing #include 2010-02-23 20:45:31 +01:00
Gabor Adam Toth c6264e1087 http/fetch: call callback even if status is not OK so errors can be handled; surf: added back dest param for cmd() 2010-02-23 20:34:26 +01:00
Gabor Adam Toth 7d715092c1 oauth: parse get params from query string 2010-02-23 19:43:26 +01:00
Gabor Adam Toth 1b4463b2a4 merged changes from lynX 2010-02-23 19:10:19 +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
psyc://psyced.org/~lynX f48a7380cd reset in fetch could break some apps.. other minor reorg 2010-02-23 16:15:44 +01:00
Gabor Adam Toth b48557c67a twitter/client setup docs 2010-02-23 13:40:23 +01:00
Gabor Adam Toth b29f98f64f http/server: success/failure message for /oauth 2010-02-23 13:32:23 +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
psyc://psyced.org/~lynX 791f671bf4 scratchpad size + moved templates to textdb 2010-02-22 21:51:14 +01:00
psyc://psyced.org/~lynX 9585321ecf tcsh aliases for remote gits and stuff 2010-02-22 10:23:16 +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 af95219a9e http/examine: added dest param for cmd, debug msg fixes 2010-02-22 08:33:32 +01:00
psyc://psyced.org/~lynX b8a290ab46 + 2010-02-21 11:09:52 +01:00
psyc://psyced.org/~lynX 949734b379 new submissions using MIT license
Conflicts:
	world/drivers/ldmud/master/accept.c
	world/net/library/legal.c
	world/net/user.c
2010-02-21 10:03:11 +01:00
psyc://psyced.org/~lynX f67c55a2e8 _flag_enable_module_microblogging 2010-02-21 09:36:11 +01:00
Gabor Adam Toth cde31fce59 accept friendship fix
- insert_member new friend & add to friends mapping
- set proper user availability on both sides after friendship established
2010-02-20 23:28:17 +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 4d15033c34 typofix 2010-02-16 01:06:06 +01:00
Gabor Adam Toth 249ecc4237 threads: toggle comments js 2010-02-15 13:36:17 +01:00
Gabor Adam Toth ca4da0725b added ~user#updates channel; place/threads improvements 2010-02-15 01:31:55 +01:00
Gabor Adam Toth 3b837b2f1f Merge branch 'master' of git://git.psyced.org/git/psyced 2010-02-14 16:53:24 +01:00
psyc://psyced.org/~lynX 0a57f49341 + 2010-02-14 16:44:10 +01:00
psyc://psyced.org/~lynX 5efdadab3e connectTimeOut for xmpp 2010-02-14 16:35:59 +01:00
Gabor Adam Toth d42ab3594f Merge branch 'master' of git://git.psyced.org/git/psyced 2010-02-14 02:59:20 +01:00
Gabor Adam Toth 2ed523c2ea force enter cmd 2010-02-14 02:58:44 +01:00
Gabor Adam Toth 3c782db411 multiple connections per user 2010-02-14 02:58:06 +01:00
psyc://psyced.org/~lynX 69c1a1e2f5 smtp_sendmsg() 2010-01-31 06:35:49 +01:00
psyc://psyced.org/~lynX 4084c8312b outgoing mail queue for psyced 2010-01-31 06:27:33 +01:00
psyc://psyced.org/~lynX b3a307095b handle dialback timeouts.. thx fip 2010-01-30 23:39:47 +01:00
psyc://psyced.org/~lynX ecc5bd32e6 3 bug fixes in one check-in, if we're lucky 2010-01-26 00:04:18 +01:00
psyc://psyced.org/~lynX 6eb8dd883f Merge commit 'origin' 2010-01-08 01:45:30 +01:00