Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | update documentation | VMiklos | 2007-10-07 | -4/+13 | |
| | | | | | |||||
| | * | | | implemented skype_chat_invite() | VMiklos | 2007-10-07 | -1/+16 | |
| | | | | | |||||
| | * | | | skype_read_callback(): sanity check | VMiklos | 2007-10-07 | -1/+2 | |
| | | | | | |||||
| | * | | | fix unwanted rejoin after /part | VMiklos | 2007-10-07 | -1/+12 | |
| | | | | | |||||
| | * | | | avoid nicks joining to a group chat multiple times | VMiklos | 2007-10-07 | -1/+2 | |
| | | | | | |||||
| | * | | | implemented skype_chat_leave() | VMiklos | 2007-10-07 | -0/+10 | |
| | | | | | |||||
| | * | | | handle parts in groupchats | VMiklos | 2007-10-07 | -2/+6 | |
| | | | | | |||||
| | * | | | handle the topic changes in group chats correctly | VMiklos | 2007-10-07 | -11/+30 | |
| | | | | | |||||
| | * | | | fix agressive groupchat mechanism | VMiklos | 2007-10-06 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since 55f2d43, a groupchat was created even for 2 people. this is wrong. we should not create a group chat when receiving an ACTIVEMEMBERS, only when the CHAT's TYPE is MULTICHAT | ||||
| | * | | | implement skype_chat_msg() | VMiklos | 2007-10-06 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | now sending groupchat messages works, too :) | ||||
| | * | | | remove debug printfs | VMiklos | 2007-10-06 | -6/+1 | |
| | | | | | |||||
| | * | | | receiving group chat messages now works | VMiklos | 2007-10-06 | -7/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | it's a bit agressive. dialogs are not group chats, but i'll fix it later | ||||
| | * | | | don't mark messages as seen | VMiklos | 2007-10-06 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - they still spams the skype client - unnecessary transfer then | ||||
| | * | | | revert "handle topic changes" | VMiklos | 2007-10-06 | -12/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this reverts commit b2d9bfa54753bcf0c617cc515d08f0ac46c1d65e. - the proper way will be to query the type of a CHATMESSAGE object, and if it's SETTOPIC, then do the same | ||||
| | * | | | new dummy skype_chat_msg() function | VMiklos | 2007-10-06 | -0/+6 | |
| | | | | | |||||
| | * | | | initial groupchat support | VMiklos | 2007-10-06 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | read: we detect that we are invited we retreive the nicklist but we can't receive/send messages yet | ||||
| | * | | | handle topic changes | VMiklos | 2007-10-06 | -3/+23 | |
| | | | | | |||||
| | * | | | display received messages in utf8, so that we can avoid most UnicodeEncodeErrors | VMiklos | 2007-10-06 | -3/+8 | |
| | | | | | |||||
| | * | | | handle the case when ping fails (ie: timeout) | VMiklos | 2007-10-06 | -1/+4 | |
| | | | | | |||||
| | * | | | notification when somebody wants to transfer a file | VMiklos | 2007-10-06 | -11/+60 | |
| | | | | | |||||
| | * | | | readme: skype4py 0.9.28.4 has some incompatible changes, mention this | VMiklos | 2007-10-06 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | also correct an outdated comment about dbus | ||||
| | * | | | update group chat status | VMiklos | 2007-10-03 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be honest, today i had to use skype group chat and it was very annoying to use the original skype client for that. so yes, now i plan to add more or less support for it. we'll see. i hope i'll have time for it :) | ||||
| | * | | | README: link gitweb | VMiklos | 2007-09-24 | -2/+3 | |
| | | | | | |||||
| | * | | | Merge branch 'master' of ↵ | VMiklos | 2007-09-24 | -3/+7 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | vmiklos@git.frugalware.org:/home/ftp/pub/other/people/vmiklos/bitlbee-skype | ||||
| | | * | | | skype_data struct: some more comments | VMiklos | 2007-09-21 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also renmae r_inpa to bfd | ||||
| | * | | | | README: spelling fixes | VMiklos | 2007-09-24 | -10/+10 | |
| | |/ / / | |||||
| | * | | | updates for 0.1.4 | VMiklos | 2007-09-16 | -1/+6 | |
| | | | | | |||||
| | * | | | skyped: handle a possible IOError | VMiklos | 2007-09-12 | -1/+4 | |
| | | | | | |||||
| | * | | | flame about skype memleaks | VMiklos | 2007-09-07 | -0/+4 | |
| | | | | | |||||
| | * | | | add a 'thanks' list | VMiklos | 2007-09-05 | -0/+10 | |
| | | | | | |||||
| | * | | | don't use internal exceptions either | VMiklos | 2007-09-05 | -2/+2 | |
| | | | | | |||||
| | * | | | do not use internal functions for receiving messages | VMiklos | 2007-09-05 | -5/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | thanks awahlig | ||||
| | * | | | do not use internal functions for sending messages | VMiklos | 2007-09-05 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | thanks awahlig (from the skype forums) for this suggestion | ||||
| | * | | | users should try git before reporting bugs | VMiklos | 2007-09-05 | -1/+2 | |
| | | | | | |||||
| | * | | | README: a note about why a skype instance is still required | VMiklos | 2007-09-05 | -0/+7 | |
| | | | | | |||||
| | * | | | hide the ping/pong from the log, it's just spam | VMiklos | 2007-09-04 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also set the ping timeout to 2sec, it does not cause a big cpu load but this way skyped is much more interactive | ||||
| | * | | | add a new 'requirements' section | VMiklos | 2007-09-04 | -2/+8 | |
| | | | | | |||||
| | * | | | remove hardwired paths | VMiklos | 2007-09-04 | -4/+4 | |
| | | | | | |||||
| | * | | | install skyped to bindir, not to sbindir | VMiklos | 2007-09-04 | -3/+3 | |
| | | | | | |||||
| | * | | | skyped: fix receiving / sending accents again | VMiklos | 2007-09-04 | -5/+7 | |
| | | | | | |||||
| | * | | | handle timeouts | VMiklos | 2007-09-04 | -0/+2 | |
| | | | | | |||||
| | * | | | mention the tested skype version | VMiklos | 2007-09-04 | -0/+2 | |
| | | | | | |||||
| | * | | | updates for 0.1.3 | VMiklos | 2007-09-04 | -1/+5 | |
| | | | | | |||||
| | * | | | skyped: use Skype4Py's X11 api | VMiklos | 2007-09-04 | -61/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | this solves all those weird freezes | ||||
| | * | | | support for edited messages | VMiklos | 2007-09-04 | -2/+11 | |
| | | | | | |||||
| | * | | | update TODO | VMiklos | 2007-09-04 | -2/+0 | |
| | | | | | |||||
| | * | | | handle the case when the input is a multiline message | VMiklos | 2007-09-04 | -5/+17 | |
| | | | | | |||||
| | * | | | HACKING: update | VMiklos | 2007-09-03 | -2/+12 | |
| | | | | | |||||
| | * | | | Merge branch 'master' of ↵ | VMiklos | 2007-09-03 | -1/+1 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | vmiklos@git.frugalware.org:/home/ftp/pub/other/people/vmiklos/bitlbee-skype | ||||
| | | * | | | use permalinks | VMiklos | 2007-09-02 | -1/+1 | |
| | | | | | |