Evan Prodromou
640628de2d
A queuehandler for blowing caches offline
...
We add a queuehandler for blowing the memcached caches off-line. This
should speed up the processing of new notices.
2009-04-23 05:03:19 -04:00
Adrian Lang
558fa2743e
Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without the unintended deletion.
2009-04-20 12:15:12 +02:00
Tobias Diekershoff
7196410bb0
shortening links in notices from XMPP
...
This patch enables shortening of links, that where send from XMPP.
The problem was, that in util.php common_current_user() is not
finding the user account from which is posted, so the service to
shorten is not known, so no shortening at all...
This patch cleans up the xmppdaemon a little bit and hard codes ur1.ca
as shortening service _if_ the user is not set. Ugly but working.
2009-04-18 19:00:20 +02:00
CiaranG
bac3ee95c9
Abort the xmpp-related daemons immediately if xmpp is disabled in the config, otherwise they chew up *lots* of CPU doing nothing
2009-04-16 21:07:59 +01:00
Evan Prodromou
7ba3f8aeb3
script to trim very old notices from inboxes
2009-04-15 11:30:33 -04:00
Zach Copley
44006a35dd
Better debugging output flag
2009-04-08 04:46:00 +00:00
Zach Copley
47d61ad211
Major improvements to Twitter bridge friend syncing
2009-04-07 18:29:10 -07:00
Zach Copley
61a08c91d5
Bumped version number for upcoming 0.7.3 release
2009-04-03 15:59:08 -07:00
Zach Copley
92f9ec1580
Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into review/0.7.x
2009-04-03 15:53:50 -07:00
Evan Prodromou
e7c57b4307
ping handler returns proper boolean response
...
The ping queue handler wasn't returning a true value -- filling up the
queue with ping requests. It now returns a true value.
2009-03-19 09:21:50 -04:00
ken.sedgwick
00d3d70a7d
Fixed version issues in laconica RPM spec file.
...
Fixed missing avatar directory in RPM packaging.
2009-03-13 16:50:58 -07:00
CiaranG
e6a3e6d451
Updated update_pot.sh to point to renamed file and generated new laconica.po with all the latest translatable text included
2009-03-11 16:37:03 +00:00
Sarven Capadisli
8d3d16f2f8
Updated URL patterns for identica Profiles for YahooSearchMonkey app.
...
Added app to show custom identica notices.
Note that these files can be used as templates for other laconica
instances.
2009-03-09 19:43:46 +00:00
CiaranG
1df3eeba86
Added the new pinghandler to the stopdaemons script and improved the behaviour and output of the script
2009-03-08 17:40:45 +00:00
CiaranG
a89d7ceab0
PostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for upgrading
2009-03-08 11:58:27 +00:00
Evan Prodromou
87e5badcb6
add ping daemon to daemons
2009-03-05 14:37:27 -08:00
Evan Prodromou
eaac9350dd
Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping
...
Conflicts:
lib/util.php
2009-03-05 14:34:53 -08:00
Zach Copley
344f7194f0
Fixed wrong date on my msg in the laconica.spec changelog section
2009-03-04 17:03:01 -08:00
Zach Copley
8ba8eaa330
Bumped the version number in laconica.spec in prep for a 0.7.2. RPM
2009-03-04 16:55:33 -08:00
Zach Copley
762c56edc6
Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into review/0.7.x
2009-03-04 16:37:35 -08:00
Sarven Capadisli
e239a5529a
Yahoo! SearchMonkey applications:
...
* Displays user profile information http://identi.ca
* Displays user's XFN on http://identi.ca
2009-03-04 21:05:26 +00:00
ken.sedgwick
7fa6bb07d8
Added some missing php dependencies.
...
Made the avatar directory apache owned.
2009-02-28 20:13:37 -08:00
ken.sedgwick
3bf485ec95
Switched tarball ext ".bz2" -> ".gz" in spec file.
2009-02-28 17:35:36 -08:00
ken.sedgwick
83b084e4ce
Added RPM spec file.
2009-02-28 17:33:20 -08:00
Zach Copley
1fdb35bbf1
New doc page for Identi.ca badge and minor updates to badge's js
2009-02-20 17:17:20 -08:00
Evan Prodromou
72b3c9108c
Merge branch 'master' of git://gitorious.org/laconica/mainline into 0.7.x
2009-02-18 23:31:28 +00:00
Evan Prodromou
7bcfc9f643
another system message
2009-02-17 12:08:53 -05:00
Zach Copley
1af6423738
Whoops: forgot to include facebookqueuehandler.php with the my original
...
Facebook queue handler patch set!
2009-02-16 18:55:03 +00:00
Zach Copley
4b7ee5455f
We have a FacebookQueueHandler now. The update_facebook.php cron
...
script is totally deprecated.
2009-02-13 05:42:00 +00:00
Zach Copley
f8e2ad0677
The fabled twitterqueuehandler
2009-02-12 14:39:21 -08:00
Zach Copley
37a1a6b9d8
Safer, better script for automatically updating Facebook statuses
2009-02-09 12:44:36 -05:00
Zach Copley
4b4ed63190
Safer, better script for automatically updating Facebook statuses
2009-02-07 18:16:34 -08:00
Evan Prodromou
343cd6f205
Move common_avatar_* functions to Avatar
...
Moved the common_avatar_* functions to the Avatar class. Typically
either as methods on the object or as static methods. Replaced all the
uses of the functions in other modules.
2009-02-06 03:55:48 -05:00
Ciaran Gultnieks
c33258c40e
Minor fix to allow update_facebook script to bootstrap correctly
2009-02-02 16:36:47 +00:00
Zach Copley
5008023206
Better logging for update_facebook script.
2009-01-27 14:23:37 -08:00
Evan Prodromou
01c9d5e240
Add a script for decaching an object
2009-01-25 19:28:25 +01:00
Evan Prodromou
32f81b3c0e
Initial support for ping service
...
It makes sense to use the weblogs.com ping service to alert people to
changes on the site. So, we do. Includes an extra ping queue handler.
2009-01-24 18:38:12 +01:00
Evan Prodromou
a7c85bebd5
Merge branch 'master' of /var/www/mublog
...
Conflicts:
actions/api.php
actions/deletenotice.php
actions/recoverpassword.php
actions/remotesubscribe.php
actions/tag.php
actions/tagrss.php
actions/twitapiaccount.php
actions/twitapiusers.php
classes/Notice.php
classes/User.php
lib/common.php
lib/language.php
lib/subs.php
lib/twitterapi.php
lib/util.php
scripts/inbox_users.php
scripts/update_translations.php
Merged development trunk into laconica head. woohoo!
2009-01-23 08:58:31 +01:00
Zach Copley
78bf361291
trac750 fix href for theme stylesheet
2009-01-23 07:09:00 +00:00
Zach Copley
8dad87ea95
trac750 FB script to update statuses working again with new uiredesign stuff
2009-01-23 04:23:44 +00:00
root
2f6152f2f3
A script to uncache a bunch of users, in case you made changes
2009-01-20 03:07:10 +00:00
root
b28e11a7e3
Some production requirements for making inbox_users.php work
2009-01-20 03:06:34 +00:00
Evan Prodromou
d1cbd75636
Change inboxes to have 1000 items rather than last full month
2009-01-19 21:37:31 -05:00
Zach Copley
739baf0396
trac750 Add notice input box to FB app and ability to post notices
2009-01-19 07:24:12 +00:00
Zach Copley
125f05563b
trac750 Add prefix string option in Facebook app for notice sync
2009-01-12 05:25:07 +00:00
Ori Avtalion
ee8dab3f40
Updated file id's of language files
2009-01-11 08:36:06 -05:00
Zach Copley
a373e6f500
trac750 Automatically update Identi.ca profile box with user's latest dent
2009-01-11 08:33:28 +00:00
Evan Prodromou
1ef42babb5
Make some scripts executable
2009-01-08 16:19:22 -05:00
Evan Prodromou
aa4fb6b71e
trim the body of an incoming message
...
darcs-hash:20081214002239-84dde-9d4d15f37b48ed1830c0423e7e34cb11c7cf9c2d.gz
2008-12-13 19:22:39 -05:00
Evan Prodromou
3c5f1a5b88
xmppdaemon uses 'xml' rather than 'raw' accessor
...
darcs-hash:20081211183250-5ed1f-73f542de534be2931508841a2c85162e2fe15160.gz
2008-12-11 13:32:50 -05:00