summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2009-06-12check results of add in maildaemon.php0.7.4Evan Prodromou
2009-06-08remember to convert messagesEvan Prodromou
2009-06-06add fixup messages for utf8Evan Prodromou
2009-05-30free memory for each iteration DB_DataObject in fixup_utf8Evan Prodromou
2009-05-30make fixup_utf8.php handle profiles and groups tooEvan Prodromou
2009-05-30use mysqli_set_charset instead of set namesEvan Prodromou
2009-05-30take a max and min argument for fixup_utf8Evan Prodromou
2009-05-30Removing inbox and memcached daemon handlingEvan Prodromou
2009-05-28Only enqueue inbox-dependent transports after inboxes have been filledEvan Prodromou
2009-05-28take an argument for fixup_utf8Evan Prodromou
2009-05-27Add fixup_utf8 to fixup problems with UTF-8 in a databaseEvan Prodromou
Fixes up an old database to store strings in UTF-8. Hopefully works!
2009-05-07Twitter friends sync now does 25 users at a time and uses last_friendsync ↵Zach Copley
field to prioritize
2009-04-28Only start daemons that are required, according to the site config. There is ↵CiaranG
the potential to not start some more - see the checks in getvaliddaemons.php
2009-04-28Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handlerCiaranG
2009-04-238-char limit on transportsEvan Prodromou
2009-04-23blow subs cache after updating inboxesEvan Prodromou
2009-04-23some basic fixes for inbox and memcached queue handlersEvan Prodromou
2009-04-23fix parse error in memcachedqueuehandlerEvan Prodromou
2009-04-23Add an inbox queue handlerEvan Prodromou
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action.
2009-04-23A queuehandler for blowing caches offlineEvan Prodromou
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices.
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵Adrian Lang
the unintended deletion.
2009-04-18shortening links in notices from XMPPTobias Diekershoff
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-16Abort the xmpp-related daemons immediately if xmpp is disabled in the ↵CiaranG
config, otherwise they chew up *lots* of CPU doing nothing
2009-04-15script to trim very old notices from inboxesEvan Prodromou
2009-04-08Better debugging output flagZach Copley
2009-04-07Major improvements to Twitter bridge friend syncingZach Copley
2009-04-03Bumped version number for upcoming 0.7.3 releaseZach Copley
2009-04-03Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into ↵Zach Copley
review/0.7.x
2009-03-19ping handler returns proper boolean responseEvan Prodromou
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-13Fixed version issues in laconica RPM spec file.ken.sedgwick
Fixed missing avatar directory in RPM packaging.
2009-03-11Updated update_pot.sh to point to renamed file and generated new laconica.po ↵CiaranG
with all the latest translatable text included
2009-03-09Updated URL patterns for identica Profiles for YahooSearchMonkey app.Sarven Capadisli
Added app to show custom identica notices. Note that these files can be used as templates for other laconica instances.
2009-03-08Added the new pinghandler to the stopdaemons script and improved the ↵CiaranG
behaviour and output of the script
2009-03-08PostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for ↵CiaranG
upgrading
2009-03-05add ping daemon to daemonsEvan Prodromou
2009-03-05Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/pingEvan Prodromou
Conflicts: lib/util.php
2009-03-04Fixed wrong date on my msg in the laconica.spec changelog sectionZach Copley
2009-03-04Bumped the version number in laconica.spec in prep for a 0.7.2. RPMZach Copley
2009-03-04Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into ↵Zach Copley
review/0.7.x
2009-03-04Yahoo! SearchMonkey applications:Sarven Capadisli
* Displays user profile information http://identi.ca * Displays user's XFN on http://identi.ca
2009-02-28Added some missing php dependencies.ken.sedgwick
Made the avatar directory apache owned.
2009-02-28Switched tarball ext ".bz2" -> ".gz" in spec file.ken.sedgwick
2009-02-28Added RPM spec file.ken.sedgwick
2009-02-20New doc page for Identi.ca badge and minor updates to badge's jsZach Copley
2009-02-18Merge branch 'master' of git://gitorious.org/laconica/mainline into 0.7.xEvan Prodromou
2009-02-17another system messageEvan Prodromou
2009-02-16Whoops: forgot to include facebookqueuehandler.php with the my originalZach Copley
Facebook queue handler patch set!
2009-02-13We have a FacebookQueueHandler now. The update_facebook.php cronZach Copley
script is totally deprecated.
2009-02-12The fabled twitterqueuehandlerZach Copley
2009-02-09Safer, better script for automatically updating Facebook statusesZach Copley