aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Send actions as actual me_messagesTrygve Aaberge2018-08-201-10/+22
* Reset color after nickTrygve Aaberge2018-08-191-1/+1
* Keep nick when actions (/me messages) are editedTrygve Aaberge2018-08-191-4/+5
* Set last_read when marking channel as readTrygve Aaberge2018-08-181-2/+4
* Clear messages before processing historyTrygve Aaberge2018-08-181-8/+3
* Don't try to modify buffer line when message not foundTrygve Aaberge2018-08-171-9/+9
* Update message_json when message is changedTrygve Aaberge2018-08-171-3/+5
* Fix marking buffer as read after printing own messsagesTrygve Aaberge2018-08-171-8/+5
* Don't process message again if it already existsTrygve Aaberge2018-08-171-0/+4
* Clear messages dict when refetching historyTrygve Aaberge2018-08-161-6/+9
* Move message edited text to render and remove message suffixTrygve Aaberge2018-08-111-21/+15
* Remove url replacing for file_share message subtypesTrygve Aaberge2018-08-101-9/+0
* Render files after message instead of changing message textTrygve Aaberge2018-08-101-8/+10
* Remove unnecessary stuff in message changedTrygve Aaberge2018-08-101-24/+3
* Adding support for new slack upload message style (#599)David Thorman2018-07-281-0/+8
* Merge pull request #462 from ericdwang/shared-channelsTrygve Aaberge2018-06-272-43/+152
|\
| * Use team id to determine if user is externalTrygve Aaberge2018-06-071-12/+14
| * Handle get_sender being called before users.infoTrygve Aaberge2018-06-071-16/+10
| * Don't assume all users.info responses are for external usersTrygve Aaberge2018-06-071-2/+2
| * Ensure presence is always set on SlackUserTrygve Aaberge2018-06-071-3/+4
| * Check if user exists in is_user_presentTrygve Aaberge2018-06-071-1/+1
| * Use users list to check if user info should be fetchedTrygve Aaberge2018-06-071-3/+1
| * Combine users and external_users listTrygve Aaberge2018-06-071-14/+6
| * Add support for DMs with external usersEric Wang2018-06-071-4/+20
| * Replace Slack links with direct links to shared filesEric Wang2018-06-071-0/+9
| * Add support for shared channelsEric Wang2018-06-072-14/+111
* | Re-add support for prefix_same_nick (#590)Tollef Fog Heen2018-06-111-3/+9
* | Don't raise exception on missing event callbacks (#589)Trygve Aaberge2018-06-114-81/+14
* | Re-use HTTP proxy settings from weechat when connectingCoolgeek7892018-06-081-6/+70
* | print `image_url` if it exists (#504)Charlie Allom2018-06-084-2/+28
|/
* Fix typing indicator when having multiple windowsTrygve Aaberge2018-06-071-3/+2
* docs: document team removalVictor "multun" Collod2018-06-071-0/+8
* Readme: Python runtime for homebrew based installsRamon Poca2018-06-071-0/+6
* readme: add hint about split-packaging in distrosDaniel Brendle2018-06-071-0/+2
* If connection fails, validate that we have something that looks like a valid ...Tollef Fog Heen2018-05-211-0/+4
* Fix a bunch of PEP8 errorsTollef Fog Heen2018-05-211-16/+21
* Handle spaces in tokens correctly instead of shouting at people to avoid themTollef Fog Heen2018-05-212-2/+2
* Refer to code from URL as such, rather than as a token (which it is not)Tollef Fog Heen2018-05-211-1/+1
* fix: corrected registration instructionsDaniel Brendle2018-05-141-1/+1
* Make sure to compare nick against uncoloured nick when choosing tagsTollef Fog Heen2018-05-061-1/+1
* Merge pull request #346 from V13Axel/status_as_dm_topicTrygve Aaberge2018-04-281-6/+35
|\
| * Include real name in dm channel topicTrygve Aaberge2018-04-131-1/+5
| * Don't show 'None' when status emoji or text is missingTrygve Aaberge2018-04-131-2/+2
| * Fix finding dm channel after merge with masterTrygve Aaberge2018-04-131-2/+3
| * Refactor finding a channel by members into a methodTrygve Aaberge2018-04-131-6/+7
| * Sync branch 'status_as_dm_topic' with masterTrygve Aaberge2018-04-131-0/+23
| |\
| | * Move formatting to its own functionV13Axel2018-04-121-2/+7
| | * Add in emoji to status as dm topicV13Axel2018-04-121-4/+5
| | * topic is user's statusRyan Huber2017-04-131-0/+14
* | | Fix nick sanitizationAlex Crawford2018-04-271-2/+1