aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | skype_read_callback(): ignore empty messagesVMiklos2007-09-03-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | skype itself does the same
| | * | | updates for 0.1.2VMiklos2007-08-31-1/+4
| | | | |
| | * | | README: no more patches are required, wilmer merged them :)VMiklos2007-08-31-11/+1
| | | | |
| | * | | one more ideaVMiklos2007-08-29-0/+2
| | | | |
| | * | | two new ideasVMiklos2007-08-29-0/+4
| | | | |
| | * | | add group chat to TODOVMiklos2007-08-22-1/+2
| | | | |
| | * | | mention the tarballsVMiklos2007-08-22-0/+3
| | | | |
| | * | | bind to 0.0.0.0, not to localhostVMiklos2007-08-22-1/+1
| | | | |
| | * | | send a notice when a call is missedVMiklos2007-08-22-1/+30
| | | | |
| | * | | fix repo urlVMiklos2007-08-22-1/+1
| | | | |
| | * | | skype_read_callback(): add notification about callsVMiklos2007-08-22-0/+20
| | | | |
| | * | | oops, missing chmod +xVMiklos2007-08-22-0/+6
| | | | |
| | * | | Merge branch 'master' of ↵VMiklos2007-08-22-0/+4
| | |\ \ \ | | | | | | | | | | | | | | | | | | vmiklos@git.frugalware.org:/home/ftp/pub/other/people/vmiklos/bitlbee-skype
| | | * | | add a .gitignoreVMiklos2007-08-22-0/+4
| | | | | |
| | * | | | document the vnc server setupVMiklos2007-08-22-2/+41
| | |/ / /
| | * | | updates for 0.1.1VMiklos2007-08-22-2/+2
| | | | |
| | * | | skyped: fix a warningVMiklos2007-08-22-1/+4
| | | | |
| | * | | skyped: added daemon codeVMiklos2007-08-22-8/+63
| | | | |
| | * | | import NEWSVMiklos2007-08-22-0/+5
| | | | |
| | * | | document 3db5410VMiklos2007-08-21-1/+2
| | | | |
| | * | | skyped: automatically reconnect if skype is restartedVMiklos2007-08-21-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | well, not 100% perfect because we detect the error when we send something. but far better than writing to devnull forever ;)
| | * | | more todoVMiklos2007-08-21-0/+2
| | | | |
| | * | | mention the fpmsVMiklos2007-08-21-0/+4
| | | | |
| | * | | erm, now reallyVMiklos2007-08-21-3/+2
| | | | |
| | * | | fix dist targetVMiklos2007-08-21-0/+1
| | | | |
| | * | | do not more the generated tarball/signatureVMiklos2007-08-21-1/+0
| | | | |
| | * | | update changelog target to include tagsVMiklos2007-08-21-1/+1
| | | | |
| | * | | added new dist and release targetsVMiklos2007-08-21-0/+17
| | | | |
| | * | | make install installs skypedVMiklos2007-08-21-3/+9
| | | | |
| | * | | update documentation for buildsystem changesVMiklos2007-08-21-2/+4
| | | | |
| | * | | added an install targetVMiklos2007-08-21-1/+6
| | | | |
| | * | | import configure.ac and config.mak.inVMiklos2007-08-21-0/+24
| | | | |
| | * | | new prepare and distclean targetsVMiklos2007-08-21-3/+11
| | | | |
| | * | | add a simple skyped client for testing purposesVMiklos2007-08-21-0/+45
| | | | |
| | * | | skyped: added copyright headerVMiklos2007-08-21-0/+26
| | | | |
| | * | | HACKINGVMiklos2007-08-21-0/+8
| | | | |
| | * | | link the api docsVMiklos2007-08-21-0/+3
| | | | |
| | * | | cleanup in struct skype_dataVMiklos2007-08-21-3/+1
| | | | |
| | * | | typoVMiklos2007-08-21-1/+1
| | | | |
| | * | | prefaceVMiklos2007-08-21-0/+9
| | | | |
| | * | | mention a bit more patchesVMiklos2007-08-21-6/+6
| | | | |
| | * | | cosmeticsVMiklos2007-08-21-37/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add copyright header - beautify comments - remove debug printf()s
| | * | | block/allow commands needs 0 protocl-specific implementation ;)VMiklos2007-08-21-2/+0
| | | | |
| | * | | remove question about imcb_remove_buddy()VMiklos2007-08-21-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quoting jabber/iq.c: /* Don't have any API call for this yet! So let's just try to handle this as well as we can. */ and we already do this (setting userstatus to offline)
| | * | | implement skype_buddy_ask()VMiklos2007-08-21-4/+60
| | | | |
| | * | | move the poll() usage to skype_write()VMiklos2007-08-21-13/+14
| | | | |
| | * | | new ideas: block/allowVMiklos2007-08-21-0/+2
| | | | |
| | * | | use SET USERSTATUS on login/logoutVMiklos2007-08-21-3/+7
| | | | |
| | * | | prevent a segfault in skype_read_callback()VMiklos2007-08-21-1/+8
| | | | |
| | * | | implement skype_set_away()VMiklos2007-08-21-11/+31
| | | | |