aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | updates for 0.7.1Miklos Vajna2009-02-13-1/+3
| | | | |
| | * | | g_strdup_printf("%s", foo) -> g_strdup(foo)Miklos Vajna2009-02-13-15/+15
| | | | |
| | * | | new testimonialMiklos Vajna2009-01-19-1/+7
| | | | |
| | * | | Remove unnecessary includesMiklos Vajna2009-01-18-2/+0
| | | | |
| | * | | remove enum names, cleanupMiklos Vajna2009-01-07-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no, this is not about hurting wilmer, it's just that the jabber code is now really different. he's still in the readme for a good reason.
| | * | | whitespace cleanup in skype_away_state_listMiklos Vajna2009-01-07-7/+7
| | | | |
| | * | | add a check targetMiklos Vajna2009-01-07-0/+4
| | | | |
| | * | | last whitespace fixesMiklos Vajna2009-01-07-91/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - checkpatch is now happy ;) - hit me, i also seem to correct away status handling (it set away when the user was online|skype and not the opposite)
| | * | | remove unnecessary big if blocks, use return insteadMiklos Vajna2009-01-07-257/+257
| | | | |
| | * | | whitespace, fixes checkpatch errorsMiklos Vajna2009-01-07-39/+39
| | | | |
| | * | | introduce the parse_map structMiklos Vajna2009-01-07-21/+25
| | | | |
| | * | | introduce skype_parse_profile()/skype_parse_ping()/skype_parse_chats()Miklos Vajna2009-01-07-20/+34
| | | | | | | | | | | | | | | | | | | | | | | | | with this checkpatch now reports only 55 ws errors, compared to 182
| | * | | introduce skype_parse_password()Miklos Vajna2009-01-07-6/+11
| | | | |
| | * | | introduce skype_parse_chat()Miklos Vajna2009-01-07-79/+90
| | | | |
| | * | | introduce skype_parse_filetransfer()Miklos Vajna2009-01-07-30/+41
| | | | |
| | * | | introduce skype_parse_call()Miklos Vajna2009-01-07-89/+100
| | | | |
| | * | | introduce skype_parse_user() and skype_parse_chatmessage()Miklos Vajna2009-01-07-257/+276
| | | | |
| | * | | cleanup in skype_parse_users()Miklos Vajna2009-01-07-3/+1
| | | | |
| | * | | introduce skype_parse_users()Miklos Vajna2009-01-07-13/+18
| | | | |
| | * | | do not add new typedefsMiklos Vajna2009-01-07-4/+4
| | | | |
| | * | | whitespaces fixesMiklos Vajna2009-01-07-21/+38
| | | | | | | | | | | | | | | | | | | | | | | | | mainly long lines, except in skype_read_callback()
| | * | | updates for 0.7.0Miklos Vajna2009-01-07-4/+5
| | | | |
| | * | | update HACKINGMiklos Vajna2009-01-07-2/+2
| | | | |
| | * | | add new skype/skypeconsole_receive setting for receiving raw data on ↵Miklos Vajna2009-01-07-0/+8
| | | | | | | | | | | | | | | | | | | | skypeconsole
| | * | | skyped: use hashlib instead of sha (python2.6 warning)Miklos Vajna2008-12-30-2/+2
| | | | |
| | * | | fix typo in skyped -hMiklos Vajna2008-12-22-1/+1
| | | | |
| | * | | whitespace cleanupMiklos Vajna2008-12-21-476/+340
| | | | |
| | * | | remove the 'len' parameter of skype_write()Miklos Vajna2008-12-21-59/+60
| | | | |
| | * | | update NEWSMiklos Vajna2008-12-21-0/+4
| | | | |
| | * | | support autojoin for bookmarked chatsMiklos Vajna2008-12-21-0/+31
| | | | |
| | * | | add 'skypeconsole' featureMiklos Vajna2008-12-21-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | this replaces the old client.py
| | * | | replace client.py with client.sh which provides more interactivityMiklos Vajna2008-12-21-7/+1
| | | | |
| | * | | replace /dev/null with os.devnull in skypedMiklos Vajna2008-12-21-2/+2
| | | | |
| | * | | skyped: handle the case when even reading the user/pass failsMiklos Vajna2008-11-16-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ideally this is rare, i never got a network error right after connect, but you can never be sure.. ;)
| | * | | handle the case in make autogen when automake is not under /usr/shareMiklos Vajna2008-11-12-2/+2
| | | | |
| | * | | finally a new skype4py 1.x is out which works for me as wellMiklos Vajna2008-11-07-3/+1
| | | | |
| | * | | Merge branch 'master' of ↵Miklos Vajna2008-11-07-4/+14
| | |\ \ \ | | | | | | | | | | | | | | | | | | vmiklos@git.frugalware.org:/home/vmiklos/ftp/vmiklos.hu/htdocs/project/bitlbee-skype
| | | * | | add yasrd to todoMiklos Vajna2008-09-24-0/+3
| | | | | |
| | | * | | updates for 0.6.3Miklos Vajna2008-09-08-3/+7
| | | | | |
| | | * | | skyped: when sending, encode using utf8 if we can't get the system defaultMiklos Vajna2008-09-08-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes a runtime error on osx
| | * | | | add a sample public server which has skype supportMiklos Vajna2008-09-08-1/+2
| | |/ / /
| | * | | add/usr/local/lib/pkgconfig to PKG_CONFIG_PATH automatically if it makes senseMiklos Vajna2008-09-08-0/+4
| | | | |
| | * | | clean up osx shared_flagsMiklos Vajna2008-09-06-1/+1
| | | | |
| | * | | ignore error if not yet started skyped fails to shut downMiklos Vajna2008-09-06-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | at this points skyped runs fine for me on osx (plugin is not yet tested)
| | * | | initial osx instructionsMiklos Vajna2008-09-06-0/+23
| | | | |
| | * | | add python-gnutls install instructionsMiklos Vajna2008-09-06-1/+10
| | | | |
| | * | | update gitignore for osxMiklos Vajna2008-09-06-0/+1
| | | | |
| | * | | use perl instead of sed to avoid portability issues on osxMiklos Vajna2008-09-06-2/+2
| | | | |
| | * | | updates for 0.6.2Miklos Vajna2008-09-05-1/+3
| | | | |
| | * | | install: no longer depend on the plugin if its disabledMiklos Vajna2008-09-05-1/+7
| | | | |