summaryrefslogtreecommitdiff
path: root/lib/command.php
AgeCommit message (Expand)Author
2010-09-29* i18n/L10n and translator documentation updates.Siebrand Mazeland
2010-09-16Explicitly mark a translator note on the command list help message that the c...Brion Vibber
2010-09-13Move translator hint to where gettext will actually see it and replace tab by...Siebrand Mazeland
2010-09-13Fix typos in translator comments.Siebrand Mazeland
2010-08-28* when using multiple parameters, number themSiebrand Mazeland
2010-04-11Number parametersSiebrand Mazeland
2010-04-11Add translator documentation and number parameters if multiple are used in a ...Siebrand Mazeland
2010-03-23Consistently send Profiles into Fave::addNew()Brion Vibber
2010-03-11fubared a715271f847fed7d7c725c5b752ea7a00800520a - this is the fixCraig Andrews
2010-03-11reuse Subscription::cancel instead of reimplementing it.Craig Andrews
2010-03-09Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-09Command input processing now has centralized places for looking up notice, us...Brion Vibber
2010-02-22Add lose <nickname> command to the command interpreterCraig Andrews
2010-02-19replace calls to subs_(un)subscribe_user with Subscription methodsEvan Prodromou
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-13add events for subscribing to people and joining groupsEvan Prodromou
2010-01-09Redirect to a one-time-password when ssl and regular server are differentEvan Prodromou
2010-01-06Revert "Ticket 2107: remove "not implemented" items from sms/xmpp help; nobod...Evan Prodromou
2010-01-06Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes ...Brion Vibber
2009-12-15create a method for notification for new messages, and use itEvan Prodromou
2009-12-15add mail notification for dm command resultsEvan Prodromou
2009-12-12Add repeat commandCraig Andrews
2009-12-11change Notice::saveNew() to use named arguments for little-used optionsEvan Prodromou
2009-12-10Fixed incorrect disabling of login_token.Craig Andrews
2009-12-10Override login_token's sequenceKey() so that it behaves correctlyCraig Andrews
2009-12-05Add a configuration option to disable the login command.Craig Andrews
2009-12-05Added 'login' command that gives you a link that can be used to login to the ...Craig Andrews
2009-11-20Revert "Added 'login' command that gives you a link that can be used to login...Evan Prodromou
2009-11-16Do proper translations for pluralsCraig Andrews
2009-11-16Added a "groups" commandCraig Andrews
2009-11-16Changed to StatusNet consistent terminologyCraig Andrews
2009-11-16Add "followers" and "following" commandsCraig Andrews
2009-11-02Added 'login' command that gives you a link that can be used to login to the ...Craig Andrews
2009-10-27implement the nudge commandCraig Andrews
2009-10-27Added a new "reply" commandCraig Andrews
2009-10-27Implemented reply # command, allowing users to favorite specific notices by t...Craig Andrews
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-09-01Let users join and drop group membership from xmppCarlos Perilla
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21correctly check Message length for d-commandsEvan Prodromou
2009-07-09cache frequently-used subscriber, subscription, notice and fave count valuesEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-02-11fix command classesEvan Prodromou
2009-02-11Move Commands stuff out of classesEvan Prodromou