aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* version bump and mention new featureRyan Huber2015-03-191-1/+1
* handles edited and deleted and unfurled, oh my!Ryan Huber2015-03-181-2/+51
* don't call api methods that don't exist.Ryan Huber2015-03-051-5/+7
* version bumpRyan Huber2015-02-241-1/+1
* add channel trigger for use with iterm2Ryan Huber2015-02-241-0/+18
* version bumpRyan Huber2015-02-231-1/+1
* bugfix introduced by name highlightingRyan Huber2015-02-231-1/+1
* lots of changes today - bump versionRyan Huber2015-02-211-1/+1
* colorize nicks in lines like colorize_lines.plRyan Huber2015-02-211-0/+8
* don't print username in /me and do italics like official clientsRyan Huber2015-02-211-2/+2
* Merge pull request #39 from ishigoemon/16_fix_bufferpl_colorsRyan Huber2015-02-211-3/+2
|\
| * Fix buffers.pl hotlist colorsChris Maynard2015-02-181-3/+2
* | make /query an alias for /join. they are identical to slack.Ryan Huber2015-02-211-0/+1
* | regex style message editingRyan Huber2015-02-201-4/+22
|/
* fix command tab completionRyan Huber2015-02-121-2/+2
* only update nicklist if channel buffer existsRyan Huber2015-02-121-11/+12
* Merge pull request #36 from celebdor/json_decode_exception_handlingRyan Huber2015-02-121-1/+1
|\
| * Handle JSON decoding errorsAntoni Segura Puimedon2015-02-101-1/+1
* | version bumpRyan Huber2015-02-121-1/+1
* | Better help messagesNick Tzaperas2015-02-101-4/+84
* | Re-enabled command not found error messageNick Tzaperas2015-02-101-4/+6
|/
* push the cache fix. working fine all day.Ryan Huber2015-02-061-61/+77
* debug message. set user agent to wee_slackRyan Huber2015-02-031-2/+5
* add 'no distraction' mode. properly print messages sent in buffer replayRyan Huber2015-01-271-6/+16
* show join/leave + topic changes. save cache on reload.Ryan Huber2015-01-231-34/+35
* open channel if needed to print messageRyan Huber2015-01-211-0/+1
* fix writing to nonexistent server bufferRyan Huber2015-01-211-5/+4
* must return an OKRyan Huber2015-01-211-0/+1
* fixes SUPER ANNOYING CRASH :)Ryan Huber2015-01-211-1/+5
* wrap all of process_messageRyan Huber2015-01-201-39/+39
* move try up a bitRyan Huber2015-01-201-5/+5
* parens..Ryan Huber2015-01-201-1/+1
* bug in name not in serverRyan Huber2015-01-201-1/+4
* Fix errors when colorize nicks is offJohn Hawthorn2015-01-201-0/+1
* forgot backlog for oneRyan Huber2015-01-191-1/+1
* print connection info in server bufferRyan Huber2015-01-191-1/+10
* hide annoying messageRyan Huber2015-01-191-1/+1
* make debug toggle actually workRyan Huber2015-01-191-1/+4
* display connected messageRyan Huber2015-01-191-0/+1
* only change buffer short_name if it actually changedRyan Huber2015-01-191-1/+2
* more efficient - only once per second maxRyan Huber2015-01-191-12/+28
* remove debug..Ryan Huber2015-01-191-1/+0
* fix colors in nicklistRyan Huber2015-01-191-4/+4
* much smarter buffer handling. way less wasted cpu.Ryan Huber2015-01-191-30/+39
* handle backlog and DM properlyRyan Huber2015-01-191-36/+46
* remove unnecessary passRyan Huber2015-01-191-1/+0
* fix read marker syncRyan Huber2015-01-191-1/+1
* prevent ambigous /slack joinRyan Huber2015-01-191-2/+12
* add debug, version bumpRyan Huber2015-01-191-7/+10
* catch race cond where quit unjoins channelsRyan Huber2015-01-181-6/+13