Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | skyped: use hashlib instead of sha (python2.6 warning) | Miklos Vajna | 2008-12-30 | -2/+2 | |
| | | | | | |||||
| | * | | | fix typo in skyped -h | Miklos Vajna | 2008-12-22 | -1/+1 | |
| | | | | | |||||
| | * | | | whitespace cleanup | Miklos Vajna | 2008-12-21 | -476/+340 | |
| | | | | | |||||
| | * | | | remove the 'len' parameter of skype_write() | Miklos Vajna | 2008-12-21 | -59/+60 | |
| | | | | | |||||
| | * | | | update NEWS | Miklos Vajna | 2008-12-21 | -0/+4 | |
| | | | | | |||||
| | * | | | support autojoin for bookmarked chats | Miklos Vajna | 2008-12-21 | -0/+31 | |
| | | | | | |||||
| | * | | | add 'skypeconsole' feature | Miklos Vajna | 2008-12-21 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | this replaces the old client.py | ||||
| | * | | | replace client.py with client.sh which provides more interactivity | Miklos Vajna | 2008-12-21 | -7/+1 | |
| | | | | | |||||
| | * | | | replace /dev/null with os.devnull in skyped | Miklos Vajna | 2008-12-21 | -2/+2 | |
| | | | | | |||||
| | * | | | skyped: handle the case when even reading the user/pass fails | Miklos Vajna | 2008-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/share | Miklos Vajna | 2008-11-12 | -2/+2 | |
| | | | | | |||||
| | * | | | finally a new skype4py 1.x is out which works for me as well | Miklos Vajna | 2008-11-07 | -3/+1 | |
| | | | | | |||||
| | * | | | Merge branch 'master' of ↵ | Miklos Vajna | 2008-11-07 | -4/+14 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | vmiklos@git.frugalware.org:/home/vmiklos/ftp/vmiklos.hu/htdocs/project/bitlbee-skype | ||||
| | | * | | | add yasrd to todo | Miklos Vajna | 2008-09-24 | -0/+3 | |
| | | | | | | |||||
| | | * | | | updates for 0.6.3 | Miklos Vajna | 2008-09-08 | -3/+7 | |
| | | | | | | |||||
| | | * | | | skyped: when sending, encode using utf8 if we can't get the system default | Miklos Vajna | 2008-09-08 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes a runtime error on osx | ||||
| | * | | | | add a sample public server which has skype support | Miklos Vajna | 2008-09-08 | -1/+2 | |
| | |/ / / | |||||
| | * | | | add/usr/local/lib/pkgconfig to PKG_CONFIG_PATH automatically if it makes sense | Miklos Vajna | 2008-09-08 | -0/+4 | |
| | | | | | |||||
| | * | | | clean up osx shared_flags | Miklos Vajna | 2008-09-06 | -1/+1 | |
| | | | | | |||||
| | * | | | ignore error if not yet started skyped fails to shut down | Miklos Vajna | 2008-09-06 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | at this points skyped runs fine for me on osx (plugin is not yet tested) | ||||
| | * | | | initial osx instructions | Miklos Vajna | 2008-09-06 | -0/+23 | |
| | | | | | |||||
| | * | | | add python-gnutls install instructions | Miklos Vajna | 2008-09-06 | -1/+10 | |
| | | | | | |||||
| | * | | | update gitignore for osx | Miklos Vajna | 2008-09-06 | -0/+1 | |
| | | | | | |||||
| | * | | | use perl instead of sed to avoid portability issues on osx | Miklos Vajna | 2008-09-06 | -2/+2 | |
| | | | | | |||||
| | * | | | updates for 0.6.2 | Miklos Vajna | 2008-09-05 | -1/+3 | |
| | | | | | |||||
| | * | | | install: no longer depend on the plugin if its disabled | Miklos Vajna | 2008-09-05 | -1/+7 | |
| | | | | | |||||
| | * | | | updates for 0.6.1 | Miklos Vajna | 2008-09-05 | -1/+7 | |
| | | | | | |||||
| | * | | | docu update and remove todo item | Miklos Vajna | 2008-09-05 | -13/+15 | |
| | | | | | |||||
| | * | | | fix skyped-only install | Miklos Vajna | 2008-09-05 | -1/+1 | |
| | | | | | |||||
| | * | | | make bitlbee dependency optional as well | Miklos Vajna | 2008-09-05 | -12/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this way it's possible to build bitlbee-skype on a client where only skyped will be running, so messing with the plugin makes no sense | ||||
| | * | | | configure: put the nasty error message in config.log where it belongs | Miklos Vajna | 2008-09-05 | -1/+1 | |
| | | | | | |||||
| | * | | | check for the skype4py python module and disable skyped if not available | Miklos Vajna | 2008-09-05 | -1/+18 | |
| | | | | | |||||
| | * | | | add a little story about my uptime ;) | Miklos Vajna | 2008-09-03 | -2/+4 | |
| | | | | | |||||
| | * | | | don't depen on a version with secbugs | Miklos Vajna | 2008-09-03 | -1/+1 | |
| | | | | | |||||
| | * | | | fix bitlbee compile instructions | Miklos Vajna | 2008-08-15 | -7/+8 | |
| | | | | | |||||
| | * | | | typo fix for creating the osx plugin | Miklos Vajna | 2008-08-07 | -1/+1 | |
| | | | | | |||||
| | * | | | tested 2.0.0.72 | Miklos Vajna | 2008-07-29 | -1/+1 | |
| | | | | | |||||
| | * | | | next testemonial | Miklos Vajna | 2008-07-29 | -0/+4 | |
| | | | | | |||||
| | * | | | update note about skype4py-1.x | Miklos Vajna | 2008-07-29 | -1/+2 | |
| | | | | | |||||
| | * | | | fix up syntax for newer asciidoc | Miklos Vajna | 2008-07-24 | -1/+1 | |
| | | | | | |||||
| | * | | | skype.c: respont with a PONG to PING | Miklos Vajna | 2008-07-12 | -3/+5 | |
| | | | | | |||||
| | * | | | skyped: send periodically a 'PING' to the client | Miklos Vajna | 2008-07-12 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | also ignore the 'PONG' output from it (so don't forward it to skype) | ||||
| | * | | | new todo | Miklos Vajna | 2008-07-10 | -0/+3 | |
| | | | | | |||||
| | * | | | doc cleanup | Miklos Vajna | 2008-06-28 | -1/+1 | |
| | | | | | |||||
| | * | | | change key id | Miklos Vajna | 2008-06-28 | -2/+2 | |
| | | | | | |||||
| | * | | | updates for 0.6.0 | Miklos Vajna | 2008-06-28 | -1/+2 | |
| | | | | | |||||
| | * | | | add support for bitlbee-1.2.1 | Miklos Vajna | 2008-06-28 | -5/+10 | |
| | | | | | |||||
| | * | | | readme: and a grammar one | Miklos Vajna | 2008-06-28 | -1/+1 | |
| | | | | | |||||
| | * | | | readme: syntax fix | Miklos Vajna | 2008-06-28 | -0/+2 | |
| | | | | | |||||
| | * | | | add note about skype4py-1.x breakage | Miklos Vajna | 2008-06-28 | -0/+1 | |
| | | | | |