]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2008-08-27 Evan Prodromouchange queue_item to use a compound primary key
2008-08-27 Evan Prodromouremove unimplemented methods from XmppDaemon
2008-08-27 Evan Prodromoubreak up monolithic xmppdaemon into multiple queue...
2008-08-29 Evan Prodromouclean up username entered at login
2008-08-29 Zach CopleyCSRF protection in remotesubscribe
2008-08-29 Zach CopleyCSRF protection in emailsettings
2008-08-29 Evan ProdromouCSRF protection in user registration
2008-08-29 Zach CopleyCSRF protection in recoverpassword
2008-08-29 Evan Prodromousession token in userauthorization form
2008-08-29 Evan Prodromoucsrf protection in userauthorization
2008-08-29 Evan Prodromoubetter client error on CSRF problem with subscribe...
2008-08-29 Evan ProdromouCSRF protection for subscription/unsubscription
2008-08-29 Zach CopleyCSRF protection in imsettings.php
2008-08-29 Zach CopleyCSRF protection in smssettings.php
2008-08-29 Evan Prodromouadd csrf protection to profile settings
2008-08-29 Evan ProdromouCSRF protection in openidsettings
2008-08-29 Evan Prodromouswap around some stuff to show the form correctly on...
2008-08-29 Evan ProdromouCSRF protection for OpenID form
2008-08-29 Evan Prodromouadd a token for CSRF avoidance
2008-08-29 Evan Prodromoushow error in delete notice
2008-08-29 Evan ProdromouCSRF protection in deletenotice
2008-08-29 Evan Prodromouadd CSRF protection to avatar
2008-08-29 Evan Prodromoureturn after failed token
2008-08-29 Evan Prodromoufix random function name
2008-08-29 Evan Prodromoucode for session token
2008-08-29 Evan Prodromouadd session token check to password change
2008-08-28 Evan Prodromouget language before setting it.
2008-08-27 Evan Prodromoudon't do too many broadcasts or confirms before checkin...
2008-08-27 Evan Prodromouadd back in a session start handler
2008-08-27 Evan Prodromourestoring upstream XMLStream.php after pulling ciarang...
2008-08-26 CiaranGXMPP daemon that doesn't eat messages - note change...
2008-08-27 Evan Prodromoudon't show unknown (debug) errors
2008-08-27 Evan Prodromoufixup whitespace
2008-08-27 Evan Prodromouimport upstream XMPPHP with @ciarang's fix
2008-08-26 Evan Prodromoufix error storing uris of remote notices
2008-08-26 Evan Prodromouuse notice URI if it's not local and it's an HTTP URL
2008-08-26 Evan Prodromouonly send local messages to public XMPP stream
2008-08-26 Evan Prodromouoptionally turn encryption on or off in the XMPP connection
2008-08-25 Evan Prodromounever allow blank passwords
2008-08-25 Evan Prodromouuse better SQL date, fix security problem with OpenID...
2008-08-25 Evan Prodromouchange DataObject_Cast to use sql_now
2008-08-25 Evan Prodromouuse common_sql_now() instead of DB_DataObject_Cast
2008-08-25 Evan Prodromouuse mb_strlen instead of strlen in xmpp daemon
2008-08-24 Evan Prodromounotify user of remote subscriptions
2008-08-24 Evan Prodromoubig scarygram warning in config.php.sample about using...
2008-08-24 Evan Prodromoumove README to main dir
2008-08-24 Evan Prodromoube a little more liberal for sites that accidentally...
2008-08-24 Evan Prodromourequest token is not readonly
2008-08-23 CiaranGPrevent jabber.php error by checking key exists
2008-08-23 CiaranGEscape profile url in xmpp in case fancy urls off ...
2008-08-22 CiaranGFixed attempt to read nonexistent match in JID regex
2008-08-22 CiaranGXMPP sub/unsub and help commands
2008-08-22 CiaranGDefine xmpp daemon claim timeout time
2008-08-19 CiaranGFix bug in xmpp on/off (ticket #528)
2008-08-18 CiaranGXMPP bounce message when too long (ticket #112)
2008-08-22 Evan Prodromoubetter error reporting in user authorization action
2008-08-22 Evan Prodromoufix include path bug
2008-08-22 Evan Prodromouadd note to config.php.sample about localonly
2008-08-22 Evan Prodromoulocal-only is optional on public timeline
2008-08-22 Evan Prodromouinclude external libs in a subdir to make install easier
2008-08-21 Evan Prodromouadd Cincinnati Bell Wireless
2008-08-19 zachTwitter-compatible API - RESTfulness checks as per...
2008-08-19 zachTwitter-compatible API - /statuses/show - better err...
2008-08-19 zachTwitter-compatible API - Added /statuses/followers...
2008-08-19 zachTwitter-compatible API - /statuses/destroy method imple...
2008-08-19 zachTwitter-compatible API - moved show() to the right...
2008-08-19 zachTwitter-compatible API - running all strings through...
2008-08-19 Evan Prodromouadd database tables for foreign services
2008-08-19 Evan Prodromouadd remote flag to broadcast of notices
2008-08-19 Evan Prodromoubroadcast remote notices
2008-08-18 Evan Prodromouset internal encoding in XMPP daemon
2008-08-17 Evan Prodromoutrim whitespace in laconica.sql
2008-08-17 Evan Prodromourestore fave table lost when doing utf8 upgrade
2008-08-17 Evan ProdromouDatabase uses UTF-8 by default
2008-08-13 Evan Prodromoufirst step towards adding favorites to the system
2008-08-18 Evan Prodromouuse mb_substr for xmpp daemon check
2008-08-17 Evan Prodromouaccept 140 chars in API, too
2008-08-17 Evan Prodromoutypo in forgotten password string
2008-08-17 Evan Prodromouremove hack to count bytes, not chars, in JS, since...
2008-08-17 Evan Prodromouuse UTF-8 as the internal encoding
2008-08-17 Evan Prodromoudebug for content too long
2008-08-17 Evan Prodromouaccept 140-character UTF-8 strings to content
2008-08-13 Evan Prodromoumove command-line scripts to their own dir
2008-08-17 Evan Prodromoumake settings and search menus localisable
2008-08-16 Evan Prodromouname omb_listener param so we can refer to it in error msg
2008-08-15 zachTwitter-compatible API: support for new in_reply_to_sta...
2008-08-13 zachTwitter-compatible API: removed redundant decoding...
2008-08-14 Evan Prodromoumove user registration to a single static method
2008-08-13 Evan Prodromouauto-load OAuthRequest
2008-08-13 Evan Prodromouget rid of dataobject.ini -- again
2008-08-12 Evan Prodromoucorrectly show URL for rare notice without an URI
2008-08-12 Evan Prodromoufix some errors in sitemaps
2008-08-11 Evan Prodromoucorrect sitemapindex output
2008-08-11 Evan Prodromoufix problem with new notices
2008-08-09 zachTwitter-compatible API: filled in the source attr for...
2008-07-31 zachTwitter-compatible API - /statuses/update.format now...
2008-08-11 Evan Prodromoumake tag dropoff configurable
2008-08-11 Evan Prodromouemergency fixup for bad notices in notice search
2008-08-07 Evan ProdromouLOG_ERROR -> LOG_ERR (again)
2008-08-06 Evan Prodromouupdate French translation with msgmerge
next