Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-15 | change mods for setup script | Evan Prodromou | |
2009-06-15 | Script to set up new status networks | Evan Prodromou | |
2009-06-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-12 | check results of add in maildaemon.php0.7.4 | Evan Prodromou | |
2009-06-10 | some changes based on code review with zach | Evan Prodromou | |
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh | |||
2009-06-08 | remember to convert messages | Evan Prodromou | |
2009-06-06 | add fixup messages for utf8 | Evan Prodromou | |
2009-05-30 | free memory for each iteration DB_DataObject in fixup_utf8 | Evan Prodromou | |
2009-05-30 | make fixup_utf8.php handle profiles and groups too | Evan Prodromou | |
2009-05-30 | use mysqli_set_charset instead of set names | Evan Prodromou | |
2009-05-30 | take a max and min argument for fixup_utf8 | Evan Prodromou | |
2009-05-30 | Removing inbox and memcached daemon handling | Evan Prodromou | |
2009-05-29 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-28 | Only enqueue inbox-dependent transports after inboxes have been filled | Evan Prodromou | |
2009-05-28 | take an argument for fixup_utf8 | Evan Prodromou | |
2009-05-27 | Add fixup_utf8 to fixup problems with UTF-8 in a database | Evan Prodromou | |
Fixes up an old database to store strings in UTF-8. Hopefully works! | |||
2009-05-26 | move statsreport.php to reportsnapshot.php | Evan Prodromou | |
2009-05-26 | stats reporting from cron | Evan Prodromou | |
2009-05-25 | Merge branch '0.8.x' into stats | Evan Prodromou | |
Conflicts: README | |||
2009-05-20 | Preserve order of imported Tweets | Zach Copley | |
2009-05-10 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-07 | Twitter friends sync now does 25 users at a time and uses last_friendsync ↵ | Zach Copley | |
field to prioritize | |||
2009-05-07 | Added TwitterStatusFetcher into daemon startup and shutdown subsystem | Zach Copley | |
2009-05-07 | Less pychotic debugging statements | Zach Copley | |
2009-05-07 | Better name | Zach Copley | |
2009-05-07 | Properly daemonized 2-way Twitter bridge code | Zach Copley | |
2009-05-06 | Fix for previous bad patch I pushed (had conflict markers) | Zach Copley | |
Sorry about that. | |||
2009-05-06 | This finally works (provided the newer version of DB_DataObject that | Zach Copley | |
auto-reconnects to the DB). | |||
2009-05-05 | More work on 2-way Twitter sync. Works better now with lastest version | Zach Copley | |
of DB_DataObject that automatically reconnects to the DB, but forked processes still lose connections occassionally. | |||
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
2009-04-28 | Only 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-28 | Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler | CiaranG | |
2009-04-24 | Merge branch 'twitter-import' into 0.8.x | Zach Copley | |
2009-04-24 | Some clean up -- this still doesn't work, yet. The processes all lose | Zach Copley | |
their database connections, including the parent process. | |||
2009-04-23 | 8-char limit on transports | Evan Prodromou | |
2009-04-23 | blow subs cache after updating inboxes | Evan Prodromou | |
2009-04-23 | some basic fixes for inbox and memcached queue handlers | Evan Prodromou | |
2009-04-23 | fix parse error in memcachedqueuehandler | Evan Prodromou | |
2009-04-23 | Add an inbox queue handler | Evan Prodromou | |
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action. | |||
2009-04-23 | A queuehandler for blowing caches offline | Evan Prodromou | |
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices. | |||
2009-04-21 | Script to import friends timelines from Twitter | Zach Copley | |
2009-04-20 | Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵ | Adrian Lang | |
the unintended deletion. | |||
2009-04-18 | shortening links in notices from XMPP | Tobias 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-16 | Abort the xmpp-related daemons immediately if xmpp is disabled in the ↵ | CiaranG | |
config, otherwise they chew up *lots* of CPU doing nothing | |||
2009-04-16 | script to report stats from a cron job | Evan Prodromou | |
2009-04-15 | script to trim very old notices from inboxes | Evan Prodromou | |
2009-04-08 | Better debugging output flag | Zach Copley | |
2009-04-07 | Major improvements to Twitter bridge friend syncing | Zach Copley | |
2009-04-03 | Bumped version number for upcoming 0.7.3 release | Zach Copley | |