Age | Commit message (Expand) | Author |
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-10-02 | better handling of y response in deleteuser.php | Evan Prodromou |
2009-10-02 | script to permanently delete a user | Evan Prodromou |
2009-10-01 | check the schema | Evan Prodromou |
2009-10-01 | Merge branch '0.9.x' into schema | Evan Prodromou |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou |
2009-09-27 | Merge commit 'refs/merge-requests/1633' of git://gitorious.org/statusnet/main... | Craig Andrews |
2009-09-27 | fix for a misnamed variable in subscription function in the "create simulatio... | unknown |
2009-09-23 | statusize schema-related modules | Evan Prodromou |
2009-09-23 | test script for schema code | Evan Prodromou |
2009-09-21 | add the plugin daemon | Evan Prodromou |
2009-09-21 | have to provide full path for daemons | Evan Prodromou |
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou |
2009-09-21 | you can add a daemon to getvaliddaemons | Evan Prodromou |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews |
2009-08-28 | Take out unnecessary defines | Zach Copley |
2009-08-28 | Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ... | Zach Copley |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou |
2009-08-26 | last scrub of Laconica -> StatusNet | Evan Prodromou |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou |
2009-08-25 | update names in shell scripts | Evan Prodromou |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou |
2009-08-25 | a distributed -> the distributed | Evan Prodromou |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou |
2009-08-25 | merge problem with scripts/twitterstatusfetcher | Evan Prodromou |
2009-08-25 | Rename Laconica to StatusNet | Evan Prodromou |
2009-08-24 | Merge branch '0.8.x' into testing | Evan Prodromou |
2009-08-24 | Better (hopefully) database connection management for child processes | Evan Prodromou |
2009-08-24 | Make TwitterStatusFetcher daemon work with OAuth | Zach Copley |
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-08-21 | maildaemon correctly checks max notice length | Evan Prodromou |
2009-08-21 | correctly check for max notice length in xmppdaemon | Evan Prodromou |
2009-08-20 | var empty check did not function as expected. | Eric Helgeson |
2009-08-10 | Replace own OMB stack with libomb. | Adrian Lang |
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley |
2009-08-10 | Add synctwitterfriends to daemon startup and stop scripts | Zach Copley |
2009-08-10 | I forgot that we don't do database upgrades for point releases. So I've | Zach Copley |
2009-08-10 | Moved some stuff around. More comments and phpcs compliance. | Zach Copley |
2009-08-06 | Make TwitterStatusFetcher extend ParallelizingDaemon | Zach Copley |
2009-08-07 | Added configuration option to disable post-by-email. | Jeffery To |
2009-08-07 | Added configuration options to enable/disable SMS and Twitter integration. | Jeffery To |
2009-08-06 | - Rewrote SyncTwitterFriends as a daemon | Zach Copley |
2009-08-05 | Better (hopefully) database connection management for child processes | Zach Copley |
2009-08-04 | Use empty() for checking whether DB_DataObject returned something | Zach Copley |
2009-08-04 | Make TwitterStatusFetcher daemon work with OAuth | Zach Copley |
2009-08-02 | A script to GC sessions correctly | Evan Prodromou |
2009-07-28 | Avoid potentially double encoding already utf-8 encoded messages | Craig Andrews |