index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
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
/
classes
/
Command.php
Age
Commit message (
Expand
)
Author
2009-02-11
Move Commands stuff out of classes
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-11-06
trac31 url_auto_shortening by sgmurphy
millette
2008-10-06
fix error and output in on and off commands
Evan Prodromou
2008-10-04
correct output for Get command
Evan Prodromou
2008-10-04
check for notification flags in FavCommand
Evan Prodromou
2008-10-04
FaveCommand -> FavCommand
Evan Prodromou
2008-10-04
typo in message command
Evan Prodromou
2008-10-04
different message source per command channel
Evan Prodromou
2008-10-04
correctly refer to notice as a notice
Evan Prodromou
2008-10-04
correct use of $user to $this->user
Evan Prodromou
2008-10-04
add channels and use command interpreter in different channels
Evan Prodromou
2008-10-04
fill out commands, move to separate file
Evan Prodromou