index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
command.php
Age
Commit message (
Expand
)
Author
2010-03-23
Consistently send Profiles into Fave::addNew()
Brion Vibber
2010-03-11
fubared a715271f847fed7d7c725c5b752ea7a00800520a - this is the fix
Craig Andrews
2010-03-11
reuse Subscription::cancel instead of reimplementing it.
Craig Andrews
2010-03-09
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber
2010-03-09
Command input processing now has centralized places for looking up notice, us...
Brion Vibber
2010-02-22
Add lose <nickname> command to the command interpreter
Craig Andrews
2010-02-19
replace calls to subs_(un)subscribe_user with Subscription methods
Evan Prodromou
2010-01-25
Offload inbox updates to a queue handler to speed up posting online
Evan Prodromou
2010-01-13
add events for subscribing to people and joining groups
Evan Prodromou
2010-01-09
Redirect to a one-time-password when ssl and regular server are different
Evan Prodromou
2010-01-06
Revert "Ticket 2107: remove "not implemented" items from sms/xmpp help; nobod...
Evan Prodromou
2010-01-06
Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes ...
Brion Vibber
2009-12-15
create a method for notification for new messages, and use it
Evan Prodromou
2009-12-15
add mail notification for dm command results
Evan Prodromou
2009-12-12
Add repeat command
Craig Andrews
2009-12-11
change Notice::saveNew() to use named arguments for little-used options
Evan Prodromou
2009-12-10
Fixed incorrect disabling of login_token.
Craig Andrews
2009-12-10
Override login_token's sequenceKey() so that it behaves correctly
Craig Andrews
2009-12-05
Add a configuration option to disable the login command.
Craig Andrews
2009-12-05
Added 'login' command that gives you a link that can be used to login to the ...
Craig Andrews
2009-11-20
Revert "Added 'login' command that gives you a link that can be used to login...
Evan Prodromou
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
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 t...
Craig Andrews
2009-09-02
Merge remote branch 'laconica/0.8.x' into 0.9.x
Craig Andrews
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
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