Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-21 | Don't trigger E_NOTICE when looking for commands in the notice input | Brion Vibber | |
explode() only returns one item if there was no space, leading to an E_NOTICE about an undefined array index in the list($a,$b) pattern. | |||
2009-09-01 | Let users join and drop group membership from xmpp | Carlos Perilla | |
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-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. |