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
/
classes
/
Channel.php
Age
Commit message (
Expand
)
Author
2009-02-04
Make WebChannel and AjaxWebChannel work
Evan Prodromou
2009-02-04
Revert "Fixed direct messaging: AjaxWebChannel is now using Action's methods."
Evan Prodromou
2009-02-02
Fixed direct messaging: AjaxWebChannel is now using Action's methods.
Sarven Capadisli
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-12-16
Direct message XHR response fix for IE and minor tweaks
Sarven Capadisli
2008-12-09
New AjaxWebChannel for returning ajaxy responses to notice input box commands
Zach Copley
2008-10-06
fixup return value of XMPP channel on setting notification
Evan Prodromou
2008-10-04
common_client_error -> common_user_error
Evan Prodromou
2008-10-04
different message source per command channel
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