aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* cache write every 5 mins. force with 'cachenow'Ryan Huber2015-01-181-8/+9
* remove copied commentRyan Huber2015-01-181-2/+0
* cache messages for faster startupRyan Huber2015-01-181-24/+61
* use utf-8 for comparisonRyan Huber2015-01-181-1/+1
* remove all the crappy queue code created to work around weechat bugRyan Huber2015-01-181-103/+9
* small cleanups + start doing some utf-8Ryan Huber2015-01-181-12/+15
* change channels to generic id for meta classRyan Huber2015-01-181-7/+7
* remove explicit str() when possibleRyan Huber2015-01-181-8/+8
* autopep8'dRyan Huber2015-01-171-124/+283
* use .format everywhere, replace %Ryan Huber2015-01-171-35/+35
* typing in general every 3 seconds is sillyRyan Huber2014-12-111-2/+0
* lots of fixes for not stomping on datazRyan Huber2014-12-101-24/+39
* added queue system - max 3 concurrent actionsRyan Huber2014-12-101-24/+48
* handle extra chars after nameRyan Huber2014-12-091-3/+8
* linkify users and channelsRyan Huber2014-12-091-1/+11
* move where queue is released. fixed?!Ryan Huber2014-12-091-3/+3
* add debug and slow down the async callsRyan Huber2014-12-091-4/+7
* fix html entities in message textRyan Huber2014-11-231-2/+3
* only send typing notification after 8 chars (go script fix)Ryan Huber2014-11-211-9/+10
* sets buffer title + handles changesRyan Huber2014-11-201-11/+24
* Merge branch 'master' of github.com:rawdigits/wee-slackRyan Huber2014-11-121-0/+4
|\
| * setting localvar type properly should fixRyan Huber2014-11-051-0/+4
* | better parsing of user_id and chan_idRyan Huber2014-11-121-4/+6
|/
* fix always mark channel readRyan Huber2014-11-041-3/+4
* self.members should be populated when channel.info calledRyan Huber2014-11-041-2/+7
* Add the ability to use ${sec.data.slack_token} for configurationJohn Anderson2014-11-041-0/+4
* don't repeat overlapped message bits + open bufferRyan Huber2014-11-031-1/+4
* make join/leave and /me workRyan Huber2014-11-031-4/+37