aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rename env['fields'] to env['parameters'] and rename fields to parameters in ...James Taylor2019-01-069-39/+38
* WSGI for GET and POST requests with path dataJames Taylor2019-01-063-58/+66
* WSGI for /post_comment (POST request)James Taylor2019-01-052-44/+13
* WSGI for /delete_comment (POST request)James Taylor2019-01-052-10/+10
* WSGI for logging in (POST request)James Taylor2019-01-052-30/+30
* WSGI for /edit_playlistJames Taylor2019-01-052-10/+25
* WSGI for simple non-path GET pagesJames Taylor2019-01-056-53/+42
* WSGI for searchJames Taylor2019-01-042-25/+38
* Add permalink to comment on timestampJames Taylor2019-01-022-2/+8
* Indicate whether tor routing is onJames Taylor2018-12-311-2/+5
* Updated READMEJames Taylor2018-12-311-10/+10
* Change default port to 8080James Taylor2018-12-311-1/+1
* Ability to delete commentsJames Taylor2018-12-314-7/+88
* Rename username to channel_id in more placesJames Taylor2018-12-312-4/+4
* put session_token retrieval code into a functionJames Taylor2018-12-301-11/+15
* Use channel id to uniquely identify accounts, not usernameJames Taylor2018-12-302-9/+11
* Save channel id when adding accountJames Taylor2018-12-301-4/+15
* Option to use tor when logging inJames Taylor2018-12-302-7/+27
* post_comment: receive cookies given during session token retrieval (fixes 400...James Taylor2018-12-261-1/+1
* Fix post_comment functionJames Taylor2018-12-261-3/+3
* Fix username parameter not being sentJames Taylor2018-12-261-1/+1
* Fix cookiejar_from_lwp functionJames Taylor2018-12-261-1/+2
* Added account selection to comment boxesJames Taylor2018-12-265-7/+42
* Make accounts.txt more human-readableJames Taylor2018-12-261-3/+3
* If specified, save account to disk after adding itJames Taylor2018-12-261-6/+9
* Rename cookie_jar to cookiejarJames Taylor2018-12-263-27/+27
* fetch_url: Fix cookies not being sent after redirectsJames Taylor2018-12-261-7/+28
* Don't use tor when logging inJames Taylor2018-12-266-31/+116
* Server-side http logic for adding accountJames Taylor2018-12-262-1/+15
* _login: Add youtube-dl standard headers to requestsJames Taylor2018-12-261-4/+17
* fetch_url: fix cookie sending/receiving not workingJames Taylor2018-12-261-2/+2
* Added account login pageJames Taylor2018-12-252-2/+59
* Use new cookiejar system for comment postingJames Taylor2018-12-252-12/+14
* Function to produce LWPCookieJar from lwp stringJames Taylor2018-12-251-1/+7
* Accounts: use dictionary based on username instead of listJames Taylor2018-12-241-5/+4
* add_account functionJames Taylor2018-12-241-0/+10
* Reorganized account and commenting functions into different filesJames Taylor2018-12-243-190/+6
* Loading/saving of accountsJames Taylor2018-12-241-1/+12
* Initial port of _login methodJames Taylor2018-12-241-69/+132
* Added cookie-handling ability to fetch_urlJames Taylor2018-12-241-1/+14
* common: support for POST data in fetch_urlJames Taylor2018-12-231-11/+10
* Properly handle case of non-existent channel tabJames Taylor2018-12-211-3/+3
* Fix channel title out-of-place in channel search resultsJames Taylor2018-12-211-0/+4
* Properly handle terminated channel on channel's playlist and about pageJames Taylor2018-12-213-22/+36
* When url fetch fails with http error, report it instead of just 500James Taylor2018-12-211-0/+4
* Fix error when user page has no videosJames Taylor2018-12-211-27/+26
* Correctly handle case where video ID is too shortJames Taylor2018-12-201-0/+4
* Correctly handle case where channel doesn't existJames Taylor2018-12-203-1/+22
* Correctly handle case where channel was terminatedJames Taylor2018-12-201-3/+15
* Ability to sort playlists on channelJames Taylor2018-12-191-17/+24