]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/twitapidirect_messages.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / twitapidirect_messages.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-09 Zach Copleytrac540 - Add 'since' param to Twitter-compatible API...
2008-11-28 milletteshorten urls for posts > 140 chars only, from anywhere...
2008-12-10 milletteapi posts cannot use one of the reserved sources: web...
2008-11-13 millettetrac31 forgot about twitapi, now fixed.
2008-11-06 millettetrac31 url_auto_shortening by sgmurphy
2008-11-06 zachTwitter-compatible API - don't strip XML-illegal chars...
2008-11-04 zachBetter UTF-8 escaped entity handling. Fixed bad chars...
2008-10-24 zachTwitter-compatible API - checks for is_readonly() now...
2008-10-01 zachTwitter-compatible API - cleaned up sloppy control...
2008-10-01 zachTwitter-compatible API - Added content-type checks...
2008-09-30 zachTwitter-compatible API - factored out redundant JSON...
2008-09-29 Zach CopleyTwitter-compatible API: Direct messages work (everythin...
2008-09-26 Zach CopleyTwitter-compatible API - rss and atom feeds for direct...
2008-09-24 Zach CopleyTwitter-API: Viewing direct msgs in xml and json now...
2008-08-19 zachTwitter-compatible API - running all strings through...
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-15 zachPrepended 'Twit' to Twitter-compatible API actions...