Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-16 | Do proper translations for plurals | Craig Andrews | |
2009-11-16 | Added a "groups" command | Craig Andrews | |
2009-11-16 | Changed to StatusNet consistent terminology | Craig Andrews | |
2009-11-16 | Add "followers" and "following" commands | Craig Andrews | |
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-10-27 | implement the nudge command | Craig Andrews | |
2009-10-27 | Added a new "reply" command | Craig Andrews | |
2009-10-27 | Implemented reply # command, allowing users to favorite specific notices by ↵ | Craig Andrews | |
the notice id | |||
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-09-01 | Let users join and drop group membership from xmpp | Carlos Perilla | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | 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-21 | correctly check Message length for d-commands | Evan Prodromou | |
2009-07-09 | cache frequently-used subscriber, subscription, notice and fave count values | Evan Prodromou | |
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-02-11 | fix command classes | Evan Prodromou | |
2009-02-11 | Move Commands stuff out of classes | Evan Prodromou | |
The classes/ subdir is primarily for the DB_DataObject classes. Stuff in there can get stomped by various generation scripts. I've moved the lurkers there -- related to command-handling -- to lib/. Since auto-loading works fine with lib/, there shouldn't be much of a visible change here. |